Thread: $pu['file']
View Single Post
Old 05-24-2004, 01:43 AM   #1
Pulsar-san
Green Mole
 
Join Date: May 2004
Location: France
Posts: 8
$pu['file']

In robot_functions.php you make a call to parse_url($url)
and set this:
settype($pu['file'],'string');

The problem is that 'file' is not a valid component of the parse_url function and, of course, is always empty.

only these compenents ares valid:
scheme
host
port
user
pass
path
query
fragment

So, what is supposed to be 'file', 'query' ?
__________________
Webmaster of www.fanfic-fr.net
Responsible for www.mylinea.com/fanfictions/
Pulsar-san is offline   Reply With Quote