Can someone please put it in a replay form on how i am meant to do this proply i am very confused in what ppl are saying and its wasn't working for me thats why i need help !!!! Thanx

Can someone please put it in a replay form on how i am meant to do this proply i am very confused in what ppl are saying and its wasn't working for me thats why i need help !!!! Thanx
NOTE: This isnt a tutorial, its a script that I needed help on.Originally Posted by DJ-Snoop
Can someone please put it in a replay form on how i am meant to do this proply i am very confused in what ppl are saying and its wasn't working for me thats why i need help !!!! Thanx
Also you may not use the script unless I say so.
[Can I ask you not to use it for the time being, I may let people use it once Its been writen]
what you want the code for a reply form?? or you want to be told how to do this "/
Chilimagik.net // Reviews, Band Biographies, News, Pics + Loads More!!
[Thybag.co.uk - Vive la revolutione]
isnt the font code for php meant to be likeOriginally Posted by Mentor
Liek i said, your utilisng headers before sesion.
Notice the varda font info?Code:<font face=verdana size=1> <?php session_start(); include('config.php'); if($action == "submit"){ if(($userinput == "")||($passinput == "")){ echo "$noinfo"; } else { if(($userinput == $user)&&($passinput == $pass)){ header( "Location: $url" ); $_SESSION['user'] = $user; } else { echo "$fail"; } } } include('admin.php') ; ?> </font>
shoudl be
Code:<?php session_start(); include('config.php'); echo "<font face=verdana size=1>"; if($action == "submit"){ if(($userinput == "")||($passinput == "")){ echo "$noinfo"; } else { if(($userinput == $user)&&($passinput == $pass)){ header( "Location: $url" ); $_SESSION['user'] = $user; } else { echo "$fail"; } } } include('admin.php') ; ?> </font>
<font face=\"verdana\" size=\"1\">
For this or for a norml form?
I have taken away the font headers and still no luck.
Want to hide these adverts? Register an account for free!