[FX.php List] extracting data from fx.php arrays problem..

Louie Miranda lmiranda at gmail.com
Thu Oct 21 00:42:06 MDT 2004


i have this code, which dont work i dont know why.. i did type the
correct field for the layout and the field for the data. Im trying to
get the "Email_No" but it wont get the data.

the print_r, shows all the data fine though.

##
$filename = "041021_hadda.pdf";

$query = new FX("192.168.0.1", "8080");
$query -> SetDBData("agencies.fp5", "AllFields");
$query -> AddDBParam('Filename', $filename);
$data = $query->FMFind();

print("<pre>");
print_r($data);
print("</pre>");

$emailnum = $data['Email_No'];

print("
<p></p>
email num: $emailnum
");
##

-- 
Louie Miranda
http://www.axishift.com


More information about the FX.php_List mailing list