benjamin02 Posted July 9, 2008 Share Posted July 9, 2008 I just started to learn some PHP and have been trying to create a script, in the sense of a form, that will allow a customer to place an order for merchandise that will then be sent to my email address. Whenever I try and submit I am getting the 404 error. I know more times than not when the error occurs it cannot find the specified file. I am running out of time to finish this site, and this is the last thing I need help with. The URL is cornerclubmoscow.com/merchandise.html Any help would be great. Link to comment https://forums.phpfreaks.com/topic/113834-desperate-need-of-some-guidance/ Share on other sites More sharing options...
Caesar Posted July 9, 2008 Share Posted July 9, 2008 You have PHP on a static HTML page. Unless you've told Apache to parse/look for PHP in pages with HTML extensions, it's going to be ignored or simple seen as text. Link to comment https://forums.phpfreaks.com/topic/113834-desperate-need-of-some-guidance/#findComment-584941 Share on other sites More sharing options...
benjamin02 Posted July 9, 2008 Author Share Posted July 9, 2008 ok. 1. what is apache and how do i get it 2. how do i tell it to look for my php Link to comment https://forums.phpfreaks.com/topic/113834-desperate-need-of-some-guidance/#findComment-584954 Share on other sites More sharing options...
gigas10 Posted July 9, 2008 Share Posted July 9, 2008 There's this neat little thing called www.google.com, it performs miracles, i swear it. http://www.php-mysql-tutorial.com/install-apache-php-mysql.php Link to comment https://forums.phpfreaks.com/topic/113834-desperate-need-of-some-guidance/#findComment-584956 Share on other sites More sharing options...
gigas10 Posted July 9, 2008 Share Posted July 9, 2008 If you have a neat little program called ventrilo, and a microphone, private message me. And i will give you my ventrilo server and run you through how to install and configure this. As well as help you write this script. Assuming i don't have a css match Link to comment https://forums.phpfreaks.com/topic/113834-desperate-need-of-some-guidance/#findComment-584959 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.