View Single Post
  #1  
Old 01-26-2016, 01:55 AM
FounderSim FounderSim is offline
Member
 
Join Date: Sep 2014
Posts: 65
Gender: Male
Credits: 10,729
FounderSim is on a distinguished road
Default DEFINED GAME URL?

Is there a defined game url in the script somewhere?

A lot of my code uses things such as across multiple pages:


So once this action is submitted
Code:
$TableForm = new Form("multiform", "page/action", "post");
I would then be on mygameurl.com/page/action and then form would be shown again:

So if the form gets shown again using:
Code:
$TableForm = new Form("multiform", "page/action", "post");

I am now at mygameurl.com/page/action/page/action = ERROR

I rather not hard-code the URL.
__________________
Reply With Quote