newzone
Nov 24th 2008, 11:44 pm
How can i convert without errors this function :
<?php
$go = "http://website.com/list.pl?class=".$class."ofs=".$ofs;
include($go);
?>
I want to use the file_get_contents function and writed correctly.
I'm not expert in php, thanks
<?php
$go = "http://website.com/list.pl?class=".$class."ofs=".$ofs;
include($go);
?>
I want to use the file_get_contents function and writed correctly.
I'm not expert in php, thanks