simple php if question
Posted: Sun Mar 21, 2004 1:12 pm
<?
$data=$_POST[data];
//then from here i want like it so that it checks and if you post from
//and if data is over 5 characters long then it will take you to yes.html
//and if it is 5 or less characters then take you to no.html
?>
<?
echo "";
?>
that is from a post form.
please help me a.s.a.p as i need this pretty urgently and i am not greaty with php. thanks
contact me on aim = jacka18l
or email = jack@parryspad.freeserve.co.uk
$data=$_POST[data];
//then from here i want like it so that it checks and if you post from
//and if data is over 5 characters long then it will take you to yes.html
//and if it is 5 or less characters then take you to no.html
?>
<?
echo "";
?>
that is from a post form.
please help me a.s.a.p as i need this pretty urgently and i am not greaty with php. thanks
contact me on aim = jacka18l
or email = jack@parryspad.freeserve.co.uk