Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.55K
1 Posted Topic
Re: <?php include('connect.php') if(isset($_REQUEST['submit'])!=' ') if($_REQUEST['name']=='' || $_REQUEST[email']=='' || $_REQUEST['password']=='' || $_REQUEST['repassword']=='') echo "please fill the empty field.""; else $sql="insert into register(name,email,password,repassword) values('".$_REQUEST['name']."','".$_REQUEST['mail']."','".$_REQUEST['password'].'",'".$_REQUEST['repassword']."')"; $res=mysql_query($sql); if($res) echo "Successfully registered"; else echo "not registered"; ?> Parse error: syntax error, unexpected 'if' (T_IF) in C:\xampp\htdocs\merge\registration.php on line 3 |
The End.