View Single Post
Old 10-06-2004, 03:12 AM   #1
flanders
Green Mole
 
Join Date: Oct 2004
Location: germany
Posts: 4
Question how to use the "phpdigSearch" array

hi,

i have to use the
phpdigSearch($id_connect, $query_string, $option, $refine,
$refine_url, $lim_start, $limite, $browse,
$site, $path, $relative_script_path, 'array')

how i can use the content in the array?
when i do this:
print_r(
phpdigSearch($id_connect, $query_string, $option, $refine,
$refine_url, $lim_start, $limite, $browse,
$site, $path, $relative_script_path, 'array')
);

then i see only the parameters, but not the variable name... i need the name of this!!

anyone understand me? my english is not so good
flanders is offline   Reply With Quote