I am trying to insert into mysql db, using dreamweaver's insert record function. I can manually type the code and it works fine. What gives??
Here is the error:
Security Alert! The PHP CGI cannot be accessed directly.
This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a page will only be served up if the REDIRECT_STATUS CGI variable is set, e.g. via an Apache Action directive.
What do I need to do?
-Matthew