* and then Dre declared.... > first of all thanks for ur reply you're most welcome
> there are no white spaces before the <?php in my .php file > and I do have ONLY one php.ini file in the whole system drive (I'm sure of > this) See the other reply, that sounds like it.. i was unaware of this... > is there a special format for writing paths in the php.ini file .. as I do > believe that I pointed correctly to the temp folder ??? Dont know. Try this though <?php ini_set'session.save_path', 'path/to/tmp'); at the top of your script. It's an inelegant solution, you really need to get it right in the ini file but it might help you debug it for now... -- Nick W -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php