Hello,
first scuse me for my english,
i use pseudo template for my site like
www.mysite.com/?p=search for exemple.
The script detect the page like
if($p=="search"){
the search begin.
}
in the action of the form of mnogosearch,
i put <form action='./p=search' method='get'>
when i click i must simulate a call to search.exe in the cgi-bin instead of calling directelly action='cgi-bin/search.exe'.
The method i use : $myfile=fopen("cgi-bin/search.exe?variables&...&..etc..")
fpasstrhu($myfile).
It work fine but when i have many page result on the link of each page there is <a href='cgi-bin/search.exe?variable&...&..'>1</a> 2 3 4 etc...
How can i do to avoid that ?