Forum: MySQL Jul 4th, 2006 |
| Replies: 0 Views: 2,746 I am using MS Excel 2003, Win XP, MyODBC driver 3.51.12.This problem is associated with the use of MS Excel with Mysql Connector/ODBC3.51.12 .
Connector/ODBC was installed and tested... |
Forum: PHP Jun 26th, 2006 |
| Replies: 1 Views: 1,427 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: 28,894 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: MySQL May 24th, 2006 |
| Replies: 2 Views: 37,774 Hello everyone,
I have a little bit problem here.I have installed PHP version 4.4.1 and it's working well. I want to connect PHP with MySQl . I have also installed MySQL and it installed... |
Forum: ASP Apr 5th, 2006 |
| Replies: 2 Views: 7,395 Hello everybody,
I am using a Laptop that runs the Windows XP Home Edition operating system. However Win XP Home Edition doesn't ship with a web server IIS / PWS.
Can u suggest me how to run... |
Forum: VB.NET Apr 5th, 2006 |
| Replies: 3 Views: 1,418 Hello everyone,
One of my friend got the mini project in college.She is expected to do the project in VB.net.
She want to be sure that what are all the software required.
Is these software... |
Forum: ASP.NET Apr 4th, 2006 |
| Replies: 1 Views: 2,296 Hello Everyone,
I Downloaded .Net Framework SDK 1.1 from http://www.microsoft.com/downloads/...&displaylang=en site,
But i was not succeded in Installing.
I encountered following errors.
... |
Forum: VB.NET Apr 4th, 2006 |
| Replies: 2 Views: 2,800 Hello Everyone,
I Downloaded .Net Framework SDK 1.1 from http://www.microsoft.com/downloads/details.aspx?FamilyId=9B3A2CA6-3647-4070-9F41-A333C6B9181D&displaylang=en site,
But i was not... |
Forum: PHP Apr 2nd, 2006 |
| Replies: 4 Views: 2,368 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,368 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,375 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,375 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: |