|
|
 |
Re: FN-FORUM: php funny
date posted 19th November 2007 16:17
Try doing a print_r($_REQUEST) at the top of the script to see whats
been passed over. You should also add enctype='multipart/form-data'
if your form accepts uploads of any kind.
BTW - what are you using to create the HTML? INPUT should be in lower
case, and its a self closing tag so you should have /> at the end.
On 19 Nov 2007 15:25:15 -0000, pamela @ gconnect. [EMAIL REMOVED] wrote:
>
> Has any one else had problems posting values in php?
>
>
> I have a few input fields similar to
>
> ">
>
>
> They have a value to start with but when you receive the posted form the
> field is empty.
>
> Any ideas welcome as I am stumped
>
>
>
>
> Pam
>
>
> --
> Freelancers, contractors earn more with Prosperity4
> Call 0870 870 4414 or visit www.prosperity4.com
> and benefit from Inland Revenue approved expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
> |
 |
|