Ravens PHP Scripts: Forums
 

 

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



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

PostPosted: Thu Jan 04, 2007 7:47 am Reply with quote

I thought I understood the functioning of modules better than this.

The modules name is Campaign.

My page is called Reenforce.php and has this

include("modules/Campaign/common.php");

I submit the page with form data.

Code:
echo"<br>"

."<input type=\"hidden\" name=\"op\" value=\"Reenforce\"/>"
."<input type=\"hidden\" name=\"team_id\" value=\"$team_id\"/>"   
."<input type=\"hidden\" name=\"pid\" value=\"$pid\"/>"
."<input type=\"submit\" align=\"center\" name=\"Submit\" value=\"Add\"/>"
."</form>"
."<br>"
."<br>";
CloseTable();


My index.php page has this.

Code:


switch ($op) {   
case "Reenforce":
      reenForce($r_points, $team_id, $nukeusername, $captain);
      break;
}


And then common.php has the function being called

Code:
function reenForce($r_points, $team_id, $nukeusername, $captain){

etc
etc


I had this working a couple weeks ago but now I can't find what has changed that would cause it to start directing me to the index page without sending me to the function I need.
 
View user's profile Send private message Visit poster's website ICQ Number
evaders99
Former Moderator in Good Standing



Joined: Apr 30, 2004
Posts: 3221

PostPosted: Thu Jan 04, 2007 6:49 pm Reply with quote

Can we see where the form action is?
The entire code including
Code:


<form action="...

_________________
- Star Wars Rebellion Network -

Need help? Nuke Patched Core, Coding Services, Webmaster Services 
View user's profile Send private message Visit poster's website
Donovan







PostPosted: Fri Jan 05, 2007 9:06 am Reply with quote

Nevermind.

My bad.

I need freakin glasses. Shocked
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules

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 ©