I would like to put my PHP in a centred box, using this bit of CSS:
<link href="rifts.css" rel="stylesheet" type="text/css"> <div id="Content"> </div>
However, I get header errors. Is there a way around this?
Cheers, Nick
yeah, if the header is already sent( php not used in the first lines ), there are errors. maybe you can split up the code into sth like
session_start(); // .... other stuff, thats header relevant <html> ..... <div..... // your rest php-code here </div> .... </html>
Absolutely brilliant. I clobbered the php "include" before the output/login script.
Many thanks! It works!
http://www.niknet.homeip.net/rifts/login/signup.php