[EMAIL PROTECTED] wrote:

>My connection to the mysql is correct, that is "host, username, password",
>however when I click the link of form so that it will pull out data from 
>mysql database, I see the php code of the form, any guidance, please.

This is a Web server configuration issue.

Assuming you are running Apache, your httpd.conf file should include
lines similar to the following:

---

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
LoadModule php4_module        libexec/libphp4.so

---

Make sure they do, and don't forget to stop and restart the httpd daemon
to make them take effect.

 - seb

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to