Hello Everyone
I am using the PHP 4.0.5 I believe's php.exe preprocessor. How do I pass it the
QUERY_STRING parameters from the dos window's command line ??? I need to do some
manual testing and can not figure out how to pass it the URL's query line.
Thanks
Chris
All -
I am using the php.exe preprocessor and I want to run the preprocessor manually and
see the output it generates on a particular .php file I have wrote.
The .php file I have written requires some URL arguments which would normally be
submitted in the QUERY_STRING argument on the URL lin
All -
I am trying to execute an odbc_exec ($sql) command. A code example
is shown below:
$description = "Chris's Place";
$sql = "UPDATE SEARCH_RECORDS SET DESCRIPTION=\"".$description."\"";
// CX is already defined as a datbase connection
$stmt = odbc_prepare(CX, $sql);
if (odbc_execute($stmt