Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> PHP
Author Message
Donovan
Client



Joined: Oct 07, 2003
Posts: 735
Location: Ohio

PostPosted: Wed Jan 25, 2006 12:55 pm Reply with quote

I have a form called enlistment.php that is a hack of the feedback form in Nuke. I originally had it written with straight html and php where needed. The problem was that I had hard coded alot of stuff into the page and wanted to make it more configurable.

I looked into HEREDOC, but I took the lazy way and just ran the html part of the page thru a php converter like Dispal. Then made changes to refer to a language file, and a config.inc.php I made.

Page doesn't work now. It doesn't send email, just refreshes and sends me to index.php of my module.

Don't know where I went wrong.

Here is the original and new files zipped up since it won't let me copy and paste because of some tags I have. And the milpacs.inc.php that has some variables to set during the install.


http://www.3rd-infantry-division.net/temp/org_enlistment.zip

http://www.3rd-infantry-division.net/temp/new_enlistment.zip

http://www.3rd-infantry-division.net/temp/milpacs.inc.zip

Any help is mucho appreciated.
 
View user's profile Send private message Visit poster's website ICQ Number
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Thu Jan 26, 2006 2:52 am Reply with quote

Why make it so hard on your self? Forget the php converter and just rewrite your code like this.
Code:
<?

define('_MILPACS_NAME','Marine Man');  // Assume this came from your includes file
?>
<html>
      <br><center><b>Are you ready to become a <?=_MILPACS_NAME?></b><br>
</html>


I'll assume that's enough to give you the jist. BTW, HEREDOC is heck of a lot easier and more maintanable than all those echo statement, imo.
 
View user's profile Send private message
Donovan







PostPosted: Thu Jan 26, 2006 10:47 am Reply with quote

Found it.

I had this pointing here.

Code:
<form name="enlistment" action="modules.php?name=MILPACS" method="post">


When I should have pointed it to here.

Code:
<form name="enlistment" action="modules.php?name=MILPACS&file=enlistment" method="post">
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> PHP

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©