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: Sat Mar 05, 2005 8:36 pm Reply with quote

I am sending the processing of a form called viewdrill to a page called drillreport.

viewdrill is just a dropdown box that list all the dates of past drills. I select a date and click submit.


Code:
echo "<form name=\"viewdrill\" method=\"post\" action=\"modules.php?name=MILPACS&file=drillreport";


When I click on submit I get this in this url of my browser.


Quote:
modules.php?name=MILPACS&file=drillreport<p><label%20for=


And this in the table on my module

Quote:
Sorry, that module file was not found.


I have also tried it this way as well.

Code:
echo "<form name=\"viewdrill\" method=\"post\" action=\"modules/MILPACS/drillreport.php";


But it's not happening.
 
View user's profile Send private message Visit poster's website ICQ Number
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Sun Mar 06, 2005 1:20 am Reply with quote

Change
Code:
echo "<form name=\"viewdrill\" method=\"post\" action=\"modules.php?name=MILPACS&file=drillreport";
to
Code:
echo "<form name=\"viewdrill\" method=\"post\" action=\"modules.php?name=MILPACS&file=drillreport\">";
 
View user's profile Send private message
Donovan







PostPosted: Sun Mar 06, 2005 12:06 pm Reply with quote

d*** excape clauses
 
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 ©