Thread: SQL Not working
View Single Post
10-22-2006, 01:01 PM
#4
Chaos King is offline Chaos King
Status: Member
Join date: May 2006
Location:
Expertise:
Software:
 
Posts: 119
iTrader: 4 / 100%
 

Chaos King is on a distinguished road

Send a message via AIM to Chaos King Send a message via MSN to Chaos King

  Old

*sigh* Change it to this:

PHP Code:
$query mysql_query("INSERT INTO users (`username` , `password` , `permissions` , `ip`) VALUES ('$name', '$fpass', '$permission', '$ip'") or die(mysql_error());