PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   How-to Forum (http://www.phpdig.net/forum/forumdisplay.php?f=33)
-   -   how to use the "phpdigSearch" array (http://www.phpdig.net/forum/showthread.php?t=1427)

flanders 10-06-2004 03:12 AM

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:)

Charter 10-06-2004 03:25 AM

PHP Code:

// assign it to a variable to get the variable name
$output phpdigSearch($id_connect$query_string$option$refine,
                
$refine_url$lim_start$limite$browse,
                
$site$path$relative_script_path'array');
print_r($output); 


flanders 10-06-2004 06:07 AM

cool, thank you


All times are GMT -8. The time now is 08:02 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.