Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Mssql from Php
Name: callaghan001 Date: August 21, 2008 at 06:20:56 Pacific OS: Mac OS CPU/Ram: 2048 Product: MBP
Comment:
Hey All,
I am able to work with mySQL no problem with PHP but now I have been asked to link to a msSQL DB. How do I do this, I have tried using the commands mssql_connect(...) but it doesnt work, any ideas??
Summary: Hy, I have a PHP raport and I'm using a MySQL database. That raport have to show me information from database. These information from database I only can see them with Internet Explorer (I'm using it ...
Summary: I'm relatively new to PHP and created a portfolio script that downloads quotes from Yahoo. It does this by using fopen to download the csv file, and fgetcsv to parse it into an array. The problem is,...
Summary: I have a PHP web page which shows various system info of the server it is served from. I have several windows command line outputs stored as variables with the PHP commands: $ipconfig = `ipconfig -all...