[FX.php List] Re: Mysterious asterisks appearing in fields

Dale Bengston dbengston at preservationstudio.com
Wed Mar 7 15:38:39 MST 2007


Chris, can you post the html form code that collects this user input?  
Everything between <form> and </form> would be helpful.

Dale

On Mar 7, 2007, at 3:26 PM, Chris Bisgard wrote:

> Gjermund Gusland Thorsen wrote:
>
>> Are all pages referring to UTF-8 by now?
>
> Yep. There's only two pages (input form and target script) and both  
> are
> on UTF-8 now.
>
>> I would really like to see your script from receival of _POST
>> array to FMNew
>
> Okay, here you go (note I've since removed the step that was enclosing
> the pipe characters for testing):
>
> <!-- BEGIN -->
>
> $OrgName=trim($_POST['OrgName']);
> $OrgContact=trim($_POST['OrgContact']);
>
> $query=new FX($serverIP,$webCompanionPort);
> $query->setDBData('CLP','Web');
>
> $query->AddDBParam('OrgName',$OrgName);
> $query->AddDBParam('OrgContact',$OrgContact);
>
> $addRecord=$query->FMNew();
>
> <!-- END -->
>
> Joel Shapiro wrote:
>
>> Hi Chris
>>
>> Any chance you have any kind of auto-enter going on in your FM  
>> fields?
>>
>> -Joel
>
> Joel, good though, but nothing like that. These are just simple text
> fields.
>
> -Chris Bisgard
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list



More information about the FX.php_List mailing list