Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 Setup server to allow submission of forms?

Author  Topic 

bmblack
Starting Member

1 Post

Posted - 2009-11-19 : 15:56:55
I am running sql server 2005. I am able to run php scripts. If I go in to a browser and type the address of a php file, it works just fine.

I just created an html form that posts field information to a php file. When I try to submit the html form, instead of being brought to the php file that processes the information, I get a popup asking me to download the php file.

Does this sound familiar to anybody? Does anybody have any suggestions as to some part of the sql server configuration that I may have missed?

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-11-19 : 16:40:34
This would not be in the SQL Server configuration. Your issue is with your application.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page
   

- Advertisement -