thatguy011071(Wednesday 7th of January 2009 12:25:22 PM)
What is with all the tool bars he has installed in Firefox?
aspcajaye(Thursday 1st of January 2009 01:44:13 PM)
damn look how his voice changes lol watch his user registration video and ull see wat im talking about...good video though
Deospeon(Friday 26th of December 2008 11:54:27 AM)
fuck you lol jk
cf329rn(Saturday 6th of December 2008 06:49:48 AM)
look at line 60 mayb a spelling error or sumthin like that
whitneyshoaf(Saturday 6th of December 2008 08:54:55 AM)
There aren't any spelling issues. Could it be possible that 'uid' was never defined? I am not using PHPmyadmin to make my databases. I am using my own server. Could that be why? What is the['uid'] anyway?
Deospeon(Friday 26th of December 2008 11:53:56 AM)
$_SESSION['uid'] so 'uid' is the name of the session you dum bum..
the database sends the user id to the session.
If The User ID exists.. "Welcome"
If not.. "Please Login"
whitneyshoaf(Friday 5th of December 2008 09:39:41 AM)
I am continuously having trouble with the following code:
if($_SESSION['uid']){
$sql="SEELECT * FROM `users` WHERE `id`='".$_SESSION['uid']."'";
$res = mysql_query($sql) or die(mysql_error());
It comes up with the error that
Notice: Undefined index: uid on line 60.
Ideas for help on this would be appreciated.
Deospeon(Friday 26th of December 2008 11:47:30 AM)
lol When I was using XP SP3, I never got this problem.
When I moved to Vista.. I got this problem.. then I was like wtf.. so I changed it to:
if(isset($_SESSION['uid'])){
code here...
}
b4uhits(Tuesday 25th of November 2008 07:48:10 PM)
where i can download those files...that you have created in video. ....i really needed to integrate into my website...
Please.....
soulisland(Tuesday 25th of November 2008 04:15:59 PM)
Very good skills with PHP but I couldn't help but have a giggle with your JS attempt :)