WoW Gold - Debt Consolidation - Wordpress magazine themes - Sport Betting Systems - Debt Consolidation

PDA

View Full Version : How to convert correctly ?


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

szalinski
Nov 25th 2008, 8:26 am
file_get_contents("http://website.com/list.pl?class=$class&ofs=$ofs");

??

newzone
Nov 25th 2008, 9:12 am
thanks, is no longer necessary..