Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ccherchi
  • Content: Threads
  • Order by date
  1. ccherchi

    Using Windows Media Service SDK

    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...
  2. ccherchi

    Sending POST request with PHP

    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.
  3. ccherchi

    Command line output

    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...
  4. ccherchi

    Command line output

    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...
  5. ccherchi

    PHP 4.2.1 modules and Apache under XP

    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...
  6. ccherchi

    REGEXP PROBLEM

    Hi, i am trying this line to retrieve the coutry from ths following source code : preg_match_all(&quot;/<select name=\&quot;coutry\&quot;.*?(<option>.*?<\/option>)+.*?<\/select>/s&quot;, $page, $result); [SOURCE CODE BEGINING ] <select name=&quot;coutry&quot;> <option>country1</option>...

Part and Inventory Search

Back
Top