[PHP] re: mail form

2002-10-25 Thread Robert Samuel White
You need to use $_POST["numele"] instead of $numele - that or edit your php.ini file. Now I noticed that I can't take any variable from another file. It's my programs fault or I have to modify something in Apache or PHP? -- Trasca Ion-Catalin "Trasca Ion-Catalin" <[EMAIL PROTECTED]> wrote i

[PHP] Re: Mail form

2002-10-25 Thread Trasca Ion-Catalin
Now I noticed that I can't take any variable from another file. It's my programs fault or I have to modify something in Apache or PHP? -- Trasca Ion-Catalin "Trasca Ion-Catalin" <[EMAIL PROTECTED]> wrote in message news:20021025100207.89943.qmail@;pb1.pair.com... > Why my mail prcessing script don

Re: [PHP] Re: Mail Form

2002-07-30 Thread Kerry Gray
I'd like to thank you all, problem has now been solved. It was a problem at THEIR end, not mine... thanks again Kerry "Kerry Gray" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > OK, I have changed hosts, and put it on a NON free server php enabled. it > tel

Re: [PHP] Re: Mail Form

2002-07-30 Thread Kerry Gray
OK, I have changed hosts, and put it on a NON free server php enabled. it tells me that tghe mail has been sent, but no mail arrives Any constructive ideas? PLEASE "Damian Harouff" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Things like file uploadin

Re: [PHP] Re: Mail Form

2002-07-30 Thread Damian Harouff
Things like file uploading and mail functions are disabled on free PHP hosts like 8bit. KG> Also , Fatal error: Call to undefined function: is_uploaded_file() in KG> /host/g/i/a/8/b/i/giapai3k.8bit.co.uk/mail.php on line 20 KG> "Kerry Gray" <[EMAIL PROTECTED]> wrote in message KG> [EMAIL PROTECT

Re: [PHP] Re: Mail Form

2002-07-30 Thread Rasmus Lerdorf
Which php version? This code works just fine here. On Tue, 30 Jul 2002, Kerry Gray wrote: > Also , Fatal error: Call to undefined function: is_uploaded_file() in > /host/g/i/a/8/b/i/giapai3k.8bit.co.uk/mail.php on line 20 > > "Kerry Gray" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]

[PHP] Re: Mail Form

2002-07-30 Thread Kerry Gray
Also , Fatal error: Call to undefined function: is_uploaded_file() in /host/g/i/a/8/b/i/giapai3k.8bit.co.uk/mail.php on line 20 "Kerry Gray" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Can somebody please tell me why I keep getting this error when using thi