Posted by lorento on 07/28/06 04:42
Add addslashes() function.
e.g:
$var = addslashes ($_GET["var"])
--
http://www.groupvita.com
http://www.immersivelounge.com
Karl Groves wrote:
> I have a form which contains a field for "height".
>
> If someone places an entry such as: 5'6" the form seems like it completely
> empties that value.
>
> It does NOT do this on my machine, but does on the client's machine, which
> leads me to believe it is something with their php configuration.
>
> Any ideas on what this is (and how I can work around it?)
>
> TIA
>
> --
> Karl Groves
> www.karlcore.com
Navigation:
[Reply to this message]
|