> sorry i'm new be in this... > could you show me where is in my script bellow
Did you _READ_ the error messages? > > Warning: Cannot add header information - headers already sent by > > (output started at ../functions.inc:54) in > ../functions.inc on line 49 On or about line 49 of functions.inc you are outputting something to the browser. Have a look at line 49 of that file and see what it is doing. > > Warning: Cannot add header information - headers already sent by > > (output started at ../functions.inc:54) in > ../functions.inc on line 50 On or about line 50 of functions.inc you are outputting something to the browser. Have a look at line 50 of that file and see what it is doing. And so on... CYA, Dave -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php