I just updated PHP on my Windows 2k box from 4.2.3 to 4.3.0 and now everytime I run a php page with a php function it gives me a CGI timeout. I just went through the installer and set it up that wa...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Installati...
Hi,
I have installed and configured PHP on my Win 2K machine. I have also installed SQL server 2000 on the same machine. But if I try to add extension php_mssql.dll to php.ini file, I get error ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Windows/Q_...
Hello,
I am trying to enable the MSSQL functions for PHP. These are the steps i have made so far....
1) Uncommented the line in the PHP.ini file with "extension=php_mssql.dll"
2) Placed th...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Installati...
Hi guys!
I know nothing about php and I need to install it to connect to my sql server.
I've downloaded the php 5.0.5 install from PHP.net. It's been installed without any problems (Windows ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...
I am working with this qry:
$qryUpdate = ("update TBL_PC_INVEN set '$fieldtype' = $txt_type, '$fieldID' = $txt_id, '$fieldOpt' = $txt_opt, '$fieldSN' = $txt_sn where PCUID = $sess_charID") or Die(...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...
Just thought I'd ask the pros ;)
Can you suggest a good tutorial to build a PHP and MSSQL based registration page and login please?
All I find is MYSQL examples and I've just spent a day c...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23062271.htm...
Alright, this is driving me crazy. If I do something basic like <?php phpinfo(); ?> or <?php print('.'); ?>, then everything works fine. When I try the code below, it will not connect to the databa...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23084505.htm...
OK basically I want to make an SQL query that lists all the users in my database. These will show as contacts. When I click on a contact I will be taking to a form I have already set up.
Right n...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Windows/Q_...
The script I'm trying to get working is from another source which works fine but on changing it for the new purpose it does not work.
I wondered if it was possibly my use of php variable in the ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_23229396.html
Warning: fread(): supplied argument is not a valid stream resource in C:\AppServ\www\Ebusiness\shs\ext\imguploader.php on line 16
that is the error I get with the code below which I found from a...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...