No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
[QUOTE=lexid2002;355277]I have this problem and i am new so please go slow... error on page [B]Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/loyalist/public_html/shop/pages/0.php on line 17[/B] [B]Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/loyalist/public_html/shop/pages/0.php on line 13[/B] $query = "SELECT …
Before you can use. set, unset, etc any session variables you must first [code=php]<? session_start(); ?> [/code] on each page using sessions. This is required and no session vars can be used otherwise. Its good practice to have at the top of your pages so you don't forget it. Assuming …
The End.
doubledub