Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K
~3K People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for Killer_Typo

[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 …

Member Avatar for michael.mckee
0
3K
Member Avatar for s s paul

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 …

Member Avatar for doubledub
0
103

The End.