[FX.php List] Help with Syntax

David Tinoco davet15 at hotmail.com
Mon Feb 5 17:32:28 MST 2007


If you are going to use require, make sure it's require_once.
 
Also, just for your own sake, you should not actually put your user credentials on this mailing list. Just in the case that someone malicious were to use it to mess around with you db.
 
Just X them out like so or use the server_data page to store the information:
 
$finditem=new FX($serverIP,$webCompanionPort);$finditem->SetDBData('Your database.fp7','Layout');$finditem->SetDBPassword($webPW,$webUN);$finditem->AddDBParam('Field','your data');$finditemResult=$finditem->FMFind();
 
foreach($finditemResult['data'] as $key=> $finditemData)
{
echo $finditemData['Field'][0];
echo '<br />';
}
_________________________________________________________________
Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy!
http://clk.atdmt.com/MSN/go/msnnkwsp0070000001msn/direct/01/?href=http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.iviking.org/pipermail/fx.php_list/attachments/20070205/b78b298f/attachment.html


More information about the FX.php_List mailing list