Thanks Jeremy, I finally found the solution:
0){
print "Number of rows: $number";
while($i < $number){
$dateval= mssql_result($result,$i,"dateval");
echo "$dateval";
$i++;}
}?>
And it works fine !
Now I'm looking for the same function for IBM DB2 da
to connect
to a DB called sales ?
Thanks.
Jerry
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
Hi
I have PHP on windows 2000 web server
I would like to remote to a MS SQL database on another web server.
I tried something like:
But it didn't work. Please help me.
Jerry
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
Hi
I have PHP on windows 2000 web server
I would like to remote to a MS SQL database on another web server.
I tried something like:
But it didn't work. Please help me.
Jerry
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
From: [EMAIL PROTECTED]
Operating system: Win32
PHP version: 4.0.6
PHP Bug Type: Compile Failure
Bug description: PHP4DLL project fails to compile
Using the project files directly from php-4.0.6.tar.gz
I get the following compilation errors:
Please note that this is tru
From: [EMAIL PROTECTED]
Operating system: Solaris 7
PHP version: 4.0.4pl1
PHP Bug Type: *Configuration Issues
Bug description: open_basedir doesn't apply to function 'copy'
To make "open_basedir" config option more useful for
filesystem protection, please consider adding
t
From: [EMAIL PROTECTED]
Operating system: Solaris 7
PHP version: 4.0.4pl1
PHP Bug Type: *Configuration Issues
Bug description: "open_basedir = /dir/incl" validates "/dir/include" and so on
Setting "open_basedir = /dir/incl" allows access to
"/dir/include" or "/dir/incls" o