hi your the best. I have a login page setup already.
should i just delete the database that i setup in this tut. and setup the {post table} and the {comments table} under that old database and still use the index .php page.
It depends if you think you'll be able to still use the pages from my tutorial with your database. You probably can, it's just a matter of transferring the code over.
Okay all works fine up until this last bit, i'm not getting any echo of the username/posted by
echo "Posted by: ";
$user_name = mysql_query("SELECT name FROM users WHERE id = '".$row['user']."' LIMIT 1;");
$user_name_array = mysql_fetch_array($user_name);
echo $user_name_array['name'];
}
xbriskx 3 months ago
hi your the best. I have a login page setup already.
should i just delete the database that i setup in this tut. and setup the {post table} and the {comments table} under that old database and still use the index .php page.
jhowel03 2 years ago
It depends if you think you'll be able to still use the pages from my tutorial with your database. You probably can, it's just a matter of transferring the code over.
andrewanimation 2 years ago
Im learning SO much. I was a newbie yesterday, now thanks to your videos I'm going to attempt to program a webapp
MakingMovesMajor 2 years ago
the password you used was password...
AwareAlmond 2 years ago
I know. I did that so I wouldn't forget it and since the application is on my hard drive anyway.
andrewanimation 2 years ago
plss continue this video..it's very helpfull..
your very good man..tnx..
philyow060391 2 years ago
Hi andrew! Pls continue this videos,it is so useful for us ..
saraj36512 2 years ago
I do have plans to continue it, but it might take me some time to do the recording of it. It should be up sometime soon.
andrewanimation 2 years ago
Thanx Andrew
saraj36512 2 years ago
Hi Andrew, Pls Continue the vidoe its so useful
saraj335 2 years ago
hi whr is part 7?
saraj335 2 years ago
This helped me a lot! :)
Welocy 2 years ago
Very nice tutorial man, thanks :D
SoHMoG 2 years ago