RE: FN-FORUM: passing a VAR PHP
date posted 9th August 2005 14:56
[EMAIL REMOVED] wrote:
> I'm having a head scratching moment :( I am pulling a record
> out of MySQL and echoing it no problems. Yet the same $value
> wont post through a form form some oddity. It is in a hidden
> form field. Any ideas why it doesn't want to get posted?
>=20
> Andrew
A link or some code would help juice up the psychic powers, but for =
example
does it contain any quotes, if so you need to escape it to avoid =
something
like
Which will pass in the form as an empty value.
Other strange characters may casue a problem. Alternatively invalid =
html in
the form, wrong field name, accessing with wrong name in PHP,
register_globals not on, the list is endless...
Dai
--=20
TechnologyAngel
http://www.technologyangel.co.uk/