Radix
09-15-2002, 06:07 PM
I got a form and a php program to process the form. I uploaded them to my server. Now when I fill out the form and submit, It wants to actually download the file that processes the form :confused: . What can I do to make it execute it instead of downloading it?
Alturus
09-15-2002, 06:14 PM
Doesn't sound like your server will parse a .php page.
Radix
09-15-2002, 06:16 PM
im using tripod to test it...
Alturus
09-15-2002, 09:50 PM
uh i don' t think tripod has .php support? Someone fill me in though.
rami90_999
09-15-2002, 11:18 PM
all the free hosts dont support php...
Radix
09-15-2002, 11:54 PM
Originally posted by Radix
.co.uk of course...
.co.uk as in http://www.tripod.co.uk . Im american and I know one thing: The US's free webhosting sux. THe british version of Tripod includeds php and mysql
prosayist
09-16-2002, 12:29 AM
could it be that the server is configured for the PHP/PHP3 extension only and you're uploading a PHP3/PHP file?
Radix
09-16-2002, 04:38 PM
No, I don't think thaty is it...
Radix
09-16-2002, 05:29 PM
oddly enough i notice its doing it on my computer now so obviously its not a server side prob... hmm
Rich2k
09-16-2002, 05:40 PM
sorry but all free hosting sux (when compared with whats available for paid hosting)
Radix
09-16-2002, 09:33 PM
Yeah thats exactly what I said... Im only using it to test this site so I dont have to get a paid host to test it on the web with. ;)
LinuXpert
09-16-2002, 10:15 PM
Originally posted by Radix
oddly enough i notice its doing it on my computer now so obviously its not a server side prob... hmm
:)
Radix
09-17-2002, 09:30 PM
Alright I got it figured out sort of. The reason it tried to download the processor file was because I just typed the location of the file on my computer instead of my IP and the the location. But I still dont understand why its not workin on tripod...