PHP site is not getting data

Asked By 0 points N/A Posted on -
qa-featured

I have configured the UNIX ODBC tool for accessing the DSN settings. The problem is, php site does not get data even if it is opened. I need these files for ODBC connection purpose. Please help me with this. Thank you.

SHARE
Answered By 20 points N/A #107919

PHP site is not getting data

qa-featured

Hello Jeff,

First you must ensure that the server you are using as the PHP server has the PHP service running. For instance, if you are using the apache server, you can launch the application and then look for PHPMSQL service and then click on start service. That way, you can successfully add code to your PHP file.

Otherwise the problem may be in the code. Just access the code and check for any errors, be it syntax errors, wrong usage of keywords and so forth. You can use the compiler to help you trace and debug the errors that might be in the code.

__

Regards
Mahesh Babu

Related Questions