On 22 January 2004 14:24, Carolina Silva Animas wrote: > Hi > > This is my first experience with php... and I'm already > having trouble... > > I´m working on an html form for a website which uses php to create an > e-mail. My 'Submit' button has a php document as action. It > works great on > my unix server, but when I try to submit the form on my > windows server, the > browser replies the following message: > > Notice: Undefined variable: radioSocio in > F:\ambc\php\formaExpolab.php on > line 4 > > Notice: Undefined variable: radioEstudiante in > F:\ambc\php\formaExpolab.php > on line 5 > > Notice: Undefined variable: fecha in > F:\ambc\php\formaExpolab.php on line 6 > > ... and so on for all my variables...
This looks like the error_reporting level is set to E_ALL on the Windows server, and something less than that on the other one. Look in the php.ini files on the servers and see if this setting is different. Cheers! Mike --------------------------------------------------------------------- Mike Ford, Electronic Information Services Adviser, Learning Support Services, Learning & Information Services, JG125, James Graham Building, Leeds Metropolitan University, Beckett Park, LEEDS, LS6 3QS, United Kingdom Email: [EMAIL PROTECTED] Tel: +44 113 283 2600 extn 4730 Fax: +44 113 283 3211 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php