Search found 5 matches

by matzpenner08
Sun May 08, 2011 2:19 pm
Forum: Tutorials
Topic: Problems with User Profile
Replies: 13
Views: 2675

Re: Problems with User Profile

Tino wrote:Yes, exactly that one ;)

The one below the Esc key.

well i'm from germany i got an other keyboard...:D
but thx i'll try it!
by matzpenner08
Sun May 08, 2011 2:17 pm
Forum: Tutorials
Topic: Problems with User Profile
Replies: 13
Views: 2675

Re: Problems with User Profile

jacek wrote:Looks like you have the wrong type of quotes around your column and table names, columns should have ` around them.

EDIT: also moved to tutorial help as this is related to a tutorial ;)

you mean like this over the a : à!?
i'm not sure if this is the right type
by matzpenner08
Sun May 08, 2011 2:13 pm
Forum: Tutorials
Topic: Problems with User Profile
Replies: 13
Views: 2675

Re: Problems with User Profile

What's the code of user.php? [syntax=php]<?php //fetches all of ths users from the table function fetch_users(){ $result = mysql_query('SELECT "user_id" AS "id", "user_username" AS "username" FROM "users"'); $users = array(); while (($row = mysql_fe...
by matzpenner08
Sun May 08, 2011 2:11 pm
Forum: Tutorials
Topic: Problems with User Profile
Replies: 13
Views: 2675

Re: Problems with User Profile

So what does your URL like? It probably doesn't have uid anywhere in it. if i type in :http://localhost/Php%20User%20Profile/profile.php?uid=1 there is the warning : "Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\PHP User Profile\user.php on ...
by matzpenner08
Sun May 08, 2011 2:03 pm
Forum: Tutorials
Topic: Problems with User Profile
Replies: 13
Views: 2675

Problems with User Profile

Hey, i've send you a massage in youtube and now i'm here...so if i open profile.php with my browser there are these two warnings/notices: Notice: Undefined index: uid in C:\xampp\htdocs\PHP User Profile\profile.php on line 5 Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean gi...