Search found 69 matches

by leverkusen
Sat Nov 24, 2012 9:48 pm
Forum: PHP
Topic: my_sql_fetch problem
Replies: 12
Views: 1914

Re: my_sql_fetch problem

yea i click on user profile page and it is mysite.com/profile.php?uid=4
by leverkusen
Sat Nov 24, 2012 12:58 am
Forum: PHP
Topic: my_sql_fetch problem
Replies: 12
Views: 1914

Re: my_sql_fetch problem

That helped alot, the only problem now is that i get registered user in user_list, but when i want to visit his profile i just get echo 'That user does not exist'.
but he is registered :S
should i post register script?
by leverkusen
Tue Nov 20, 2012 11:43 am
Forum: PHP
Topic: my_sql_fetch problem
Replies: 12
Views: 1914

Re: my_sql_fetch problem

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'fan` AS `fan`, `Website` AS `Website`, ' at line 4
grad and drzava dont have this problem, i have all of these in phpmyadmin Users table
by leverkusen
Mon Nov 19, 2012 9:39 pm
Forum: PHP
Topic: my_sql_fetch problem
Replies: 12
Views: 1914

Re: my_sql_fetch problem

ohh yea i get echo 'That user does not exist' but exists mhm
by leverkusen
Mon Nov 19, 2012 9:37 pm
Forum: PHP
Topic: my_sql_fetch problem
Replies: 12
Views: 1914

Re: my_sql_fetch problem

hmm reply on this post again plz i didnt understand in which of these two scripts to add (i guesss user.inc.php) and what to add?Echo only or $succeed too?
by leverkusen
Sun Nov 18, 2012 10:19 pm
Forum: PHP
Topic: my_sql_fetch problem
Replies: 12
Views: 1914

my_sql_fetch problem

I did user profile registration system but when i want to go to profile.php or profile.php?uid=3 i get Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in public_html/core/inc/user.inc.php on line 33 That user does not exist. Now i dont know, is it a problem with ...