Okay, at top of index1.php I have
and I'm getting this error;PHP Code:<?php
session_start();
mysql_connect("localhost","onefouz2_je","je");
mysql_select_db("onefouz2_je");
?>
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/onefouz2/public_html/index1.php:1) in /home/onefouz2/public_html/index1.php on line 2
There's no 'white spaces' anywhere - any ideas?
Thanks
Luke





Reply With Quote



problem solved.

