[FX.php List] code help

Do, Jerry H jhdo at Central.UH.EDU
Fri Sep 1 14:24:04 MDT 2006


hi, you might try something like this.

$q = new FX($serverIP,$webCompanionPort);          
$q -> SetDBData('somedatabase.fp7','account');     
$q -> SetDBPassword($webPW,$webUN);                 
$q -> AddDBParam('id','="'.$id.'"',"eq");  
$qResult = $q -> FMFind(); 

if ($qResult ['errorCode']==401)
   {
     echo "No account found... proceed to register.";

   }
else if($qResult ['errorCode']==0)
   {
      echo"you are already register";
   }
else...
.....
I am not good with PHP yet, but I think something like that might work.
Good luck,

Jerry,
 


-----Original Message-----
From: fx.php_list-bounces at mail.iviking.org on behalf of Gary Redmond
Sent: Fri 9/1/2006 3:01 PM
To: FX.php Discussion List
Subject: [FX.php List] code help
 
Hi,

Just wondering if someone can help me I have a form where students enter 
their student number. When this is submitted I would like the database 
to be searched for the student number, if it found it should give a 
message saying You are already registered otherwise it should create a 
new record with that student number and display a form for the rest of 
the details (0bviously I can code the form myself but how do i do the rest)

Thanks

Erik Andreas Cayré wrote:
> 
> Den 01/09/2006 kl. 17.01 skrev gerry.charest at agfa.com:
> 
>> Thanks for your post Erik and Dale but, when all else fails RTFM. I  
>> found this in the FMSA8-Web-Installation manual.
> 
> 
> I couldn't have said it any better... I stand corrected!
> 
>> Installing plug-ins for the Web Publishing Engine
> 
> ...
> 
>> I added a copy of the plug-in to the specified location and  restarted 
>> the service and Life is good again!
> 
> 
> Thanks for putting the solution on the list, so we may all learn...!
> 
> ---
> Erik Andreas Cayré
> Spangsbjerg Møllevej 169
> DK-6705 Esbjerg Ø
> 
> Home Tel: +45 75150512
> Mobile: +45 40161183
> 
> »If you can't explain it simply, you don't understand it well enough.«
> -- Albert Einstein
> 
> »If you don't have time to do it right, when will you have time to do  
> it over?«
> -- John Wooden, basketball coach
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list

_______________________________________________
FX.php_List mailing list
FX.php_List at mail.iviking.org
http://www.iviking.org/mailman/listinfo/fx.php_list

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/ms-tnef
Size: 3812 bytes
Desc: not available
Url : http://www.iviking.org/pipermail/fx.php_list/attachments/20060901/14009e1f/attachment-0001.bin


More information about the FX.php_List mailing list