Ahhhhhhhhhhhh

coolhomecoolhome Junior MemberShared Hoster
ok first part
"AHHHHHHHHHHHHHHHHHHH"
Second Part
"WHYYYYYYYYYYYYYYYYYYYYYYY"
Third Part
"HELPPPPPPPPPPPPPPPPPPPP"
Forth Part
Ok well back to what i need help on. What Is wronge with
[PHP]
function error1() {
cbox_top(); ?>Register Error<?php cbox_mid();
echo "Registration failed";
cbox_bottom();
foot();
}
$request = "INSRT INTO `accounts` (`user` , `pass` , `email` , `about`, `user_rank`) VALUES ('$user', '$pass', '$email', 'About You Here', 0)";
$result = mysql_query($request) or die(error1());[/PHP]

help me please. ?LOL?

Comments

  • martian2k4martian2k4 Llama Hunter Moderator
    [PHP]
    function error1() {
    cbox_top(); ?>Register Error<?php cbox_mid();
    echo "Registration failed";
    cbox_bottom();
    foot();
    }
    $request = "INSERT INTO `accounts` (`user` , `pass` , `email` , `about`, `user_rank`) VALUES ('$user', '$pass', '$email', 'About You Here', 0)";
    $result = mysql_query($request) or die(error1());[/PHP]

    help me please. ?LOL?[/QUOTE]

    Maybe if you spelt things correctly? INSRT = INSERT ;)
    Free MySpace Layouts- Coming soon
    Photoshop Tutorials- Coming soon
    Premium PHP Scripts- Coming soon

    Haha i should really do some work so i can remove all the coming soon's
  • danielneridanielneri WP V.I.P. VPS - Virtual Prince of the Server
    hey...i was actually going to say that...wow
    ban1.gif
Sign In or Register to comment.