Forum: PHP Jun 26th, 2006 |
| Replies: 1 Views: 1,444 Hello everyone,
I wonder if PHP can access MS database.
If so, can anyone share some lights on how to work on it?
What configuration i need to do inorder to do it.
Thanks in advance.
... |
Forum: PHP Jun 1st, 2006 |
| Replies: 11 Views: 29,761 I am very much sure that the error is not by adding the line LoadModule php5_module "c:/php/php5apache2.dll". If you are using Apache 2.X, we need to add “c:/php/php4apache2.dll" instead of... |
Forum: PHP Apr 2nd, 2006 |
| Replies: 4 Views: 2,413 Refer to this site <a
href="http://www.thesitewizard.com/archive/apache.shtml" target="_top">
They have given the step by step instruction. Just Recheck from the scrach.
i think this site... |
Forum: PHP Apr 1st, 2006 |
| Replies: 4 Views: 2,413 go to httpd.conf that is present in conf folder.
Search for DirectoryIndex and add the index.php as the First parameter .
DirectoryIndex index.php index.html index.shtml.
Then invoke the... |
Forum: PHP Apr 1st, 2006 |
| Replies: 3 Views: 1,395 Hi Sam,
Refer to this site http://www.thesitewizard.com/archive/apache.shtml to install Apache Server.
They have clearly given the step by step instruction to install Apache Server. Just... |
Forum: PHP Mar 31st, 2006 |
| Replies: 3 Views: 1,395 Hi,
I am a beginner trying to learn PHP.
I have created two Files -one HTML page and another is a PHP file.
HTML page-Form page
PHP file- Does the Evaluation.
HTML code: |