NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
New URL in the Launch Box ?


Joined: 06 Dec 2009
Posts: 1
Location: Italy
Reply with quote
PHPEd 5.9 for Windows:
I'm new about PHP and PHPEd.

I need to debug again and again the following URL: h t t p : / / l o c a l h o s t / i n d e x . p h p ? a = c r o n _ 3
How can I do? If I press F9 I run the current module, that is different.
I'd like to place it in the Launch Box. But the Launch Box has no an 'Add New' function.
How can I do? What is the correct way to do it?

Regards
SebyBar
View user's profileFind all posts by sebybarSend private message
Veteran

Joined: 06 Jun 2007
Posts: 289
Location: Vancouver, Canada
Reply with quote
I don' think there is a way to do exactly what you want, but the following may help...

Every time you use Run, the URL is added to the run history. You can access the history by using the dropdown right next to the Run button on the toolbar. The parameters for Run is set on the Run menu. The parameters are stored separately and not saved in the run history, which may be a problem for you.

Another option for you could be to set up a bookmark/favourite in your browser for the URL that you want to run often.

_________________
Smile
View user's profileFind all posts by annoSend private messageVisit poster's website


Joined: 29 Jun 2009
Posts: 26
Reply with quote
2 things.

Go to your Project Properties (Project->Project Properties)
In the "Default file to run:", select the particular file you want launched, in this case "index.php". By doing this, it doesnt matter what file you have in the editor at that time, when you hit F9 to debug, it will always start with "index.php", or whatever file you selected.

Next, go to "Run->Parameters". Click the plus sign, to add a new parameter, in variable name put "a", in Variable Value put "cron_3", and set variable type to "GET".

By doing those 2 items, no matter where you are in your project, when you hit F9, it will always start with "index.php?a=cron_3".
View user's profileFind all posts by DracosSend private message
New URL in the Launch Box ?
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
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic