Hi,
I have to make a VBS script that will run once a day for maintenance needs on a Windows Media Server.
This script must create an Instance of the Station Control Object before sending command to it.
However, the SDK reference guide say that this instance have to be created within...
Hi,
i have got a script that receives data with the POST method, and i would like to send them again in POST method after processing.
Does someone have any solution ?
Thanks,
Cedric.
Hi !
I am running a PHP script via command line (WIN32 command line), and the line "Content-type: text/html" is added at the beginning of my output each and every time that the script is executed.
Is there any solution to prevent this line from being automatically echoed ?
Thanks a...
Hi !
I am running a PHP script via command line (WIN32 command line), and the line "Content-type: text/html" is added at the beginning of my output each and every time that the script is executed.
Is there any solution to prevent this line fomr being automatically echoed ?
Thanks a...
Even if you use the "global" statement, try to send your variable value thanks to a "return" :
function ReadOldPriceList()
{
$iOldPrices = array();
.....
return $iOldPrices;
}
$iOldPrices = ReadOldPriceList();
Ced.
This kind of module is supposed to be loaded by the PHP interpreter, so the module is called in the php.ini file. Are you sure httpd.conf could be edited to (pre)load thise mod? And how do you call it (with a basic 'Loadmodule' statement)?
Hi,
i have a problem making my PHP modules work with my current configuration (PHP 4.2.1 and Apache under XP). When restarting my HTTP server, i still get the following error message : "can't load XXXX module. Module not found".
I have read a lot of FAQ about this problem, and i...
Hi,
i am trying this line to retrieve the coutry from ths following source code :
preg_match_all("/<select name=\"coutry\".*?(<option>.*?<\/option>)+.*?<\/select>/s", $page, $result);
[SOURCE CODE BEGINING ]
<select name="coutry">
<option>country1</option>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.