Great tut a usual May I suggest using mysql COUNT instead of num_rows to see if a user exists =D e.g. “SELECT COUNT (*) FROM users WHERE uid=’{$userid_var}’ ” cause its faster and more server friendly
Very well done. I would like to throw a few things I saw. First your include should have been written include(“something.php”); Also no need to keep specifying font attributes unless you are changing. This will keep your stylesheets small. Hope I did not offend ya by this.
can you give me a download? I tried to do this and got way to many errors. I know you probably want me to do the work, but i’ve tried your method and other peoples and still got errors.
I am getting this error
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 ”’ at line 1
Very useful tutorial dude!, I’m going to give phpDesigner a try . Thanks
@honeyj2c Hi thanx for the nice tutorial
I use WebServ 2.0 is good and it’s working under Win Vista
Great tut a usual
May I suggest using mysql COUNT instead of num_rows to see if a user exists =D e.g. “SELECT COUNT (*) FROM users WHERE uid=’{$userid_var}’ ” cause its faster and more server friendly
I cant read some of this, line 47 in index.php does it read
$sql = “SELECT username FROM ‘users’ WHERE ‘id’=”.$_SESSION['uid'].”"; ???
if not what is it?
@ivanjakovl Thanks for watching
Hey man, i just want to say thank you for these tutorials! You didn’t have to do them, but you did, just to help someone, and i really appriciate it.
* * * * *
Greetings from Croatia!
do know how to create a php forum in coolpagebiz?
I use my localhost, you can set one up by searching Google for wamp ot xampp
what is the web server u are going to used ?
man this is good jop dude good jop
this stuf its just daim good
Thank you Sir ,
I fixed it ..there was a silly spell mistake in my code ….. ‘Users’ and ‘User’
hahaahha
Thnx a Tone …!!
Check the lines in your code that refer to: mysql_connect and mysql_select_db
Hi , Nice tutorial,
I received a error called ‘No Database selected’
Can you tell me how to solve this problem..?
Thnx.
nice text editor…
Note: IF you do have a pass for ur database remember to put a comma ater your database username and put yur password.
thks for this
pls put Pagination tutorial
what version of php are you using?
Should have? Lol, includes do not require parenthesis. I like my fonts special
Very well done. I would like to throw a few things I saw. First your include should have been written include(“something.php”); Also no need to keep specifying font attributes unless you are changing. This will keep your stylesheets small. Hope I did not offend ya by this.
$sql = “SELECT `username` FROM `users` WHERE `id` = ” . $_SESSION['uid']) or die(mysql_error());
Use that if you get an SQL error.
can you give me a download? I tried to do this and got way to many errors. I know you probably want me to do the work, but i’ve tried your method and other peoples and still got errors.
hi!!!
even i am getting a same error as
ljustin6 …
can u help plz???
I am getting this error
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 ”’ at line 1
I am using php 5 and mysql 5.1
Please help
13:54