Hi,
Im haveing 2 really bad problems and cant figure it out, and have tried everything!!!!
Here is problem 1:
$mediaID = $_GET["mediaid"];
include ('viewMedia.php?ID='.$mediaID);
When i run this i get this error:
Warning: main(viewMedia.php?ID=10): failed to open stream: No such file or directory in C:\Program Files\Apache Group\Apache2\htdocs\cart.php on line 50
Even thouch there is an item 10 in my system.
When i call that frm a button or else where it works fine.
Problem 2
This query of mine keeps giving errors:
$query = "SELECT * FROM cart WHERE member_id = '$userID'";
$recordSet = $db->Execute($query);
Here is the error:
Fatal error: Call to a member function on a non-object in C:\Program Files\Apache Group\Apache2\htdocs\cart.php on line 93
I have tried everything and need help with this desperatly.
Thanks