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

Gjermund Gusland Thorsen ggt667 at gmail.com
Wed Mar 7 14:49:25 MST 2007


Does it make a difference if you make the query like this:
$q=new FX( $serverIP, $webCompanionPort );
$q->setDBData( 'CLP', 'Web' );
$q->AddDBParam( 'OrgName', trim($_POST['OrgName']) );
$q->AddDBParam( 'OrgContact', trim( $_POST['OrgContact'] ) );
$r=$q->FMNew();

ggt667

On 3/7/07, Chris Bisgard <cbisgard at racc.org> 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