Posted by Fish44 on 03/23/06 03:02
Tried the Header option first but could not get it to work,
code ---------------
83 echo( $tempName ."<br>" ."You are now logged in. <br>");
84 header(Location:"http://www.mitas.ie/");
85 exit;
code end---------
My browser tells me that i have an error on that line.
Parse error: syntax error, unexpected ':' in c:\Apache\htdocs\login.php
on line 84
Apologies guys but im pretty new at php.
[Back to original message]
|