[FX.php List] Using Text Area to put data into FM

DC dan.cynosure at dbmscan.com
Sat Aug 5 14:42:51 MDT 2006


it looks like there is a dollar sign in the submitted text. you need  
to escape the field contents before accepting it.

see if adding quotemeta() function works.

$NewRecord->AddDBParam('MoreInfo' quotemeta($_POST['more_info']));

dan

On Aug 3, 2006, at 3:39 PM, Edward L. Ford wrote:

> $NewRecord->AddDBParam('MoreInfo' $_POST['more_info']);

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.iviking.org/pipermail/fx.php_list/attachments/20060805/3503267f/attachment.html


More information about the FX.php_List mailing list