Jump to content

[SOLVED] Reload page with new arguments


Isterklister

Recommended Posts

Hello,

I have two links in the top of the page (where you can select language). If I click on one of them I want the page to reload with new argument (GET), ex

<a href='XXXXXXX?lang=2'>Language1</a>

<a href='XXXXXXX?lang=1'>Language2</a>

 

where XXXXXXX should be replaced with some code that call itself. How could I do this?

I will not set the filename instead of XXXXXXX because I use the top of the site on every pages. I can probably set a variable with the file name in the top of the script but are there a smoother way to do this?

 

/ new idé

I can send the arguments via POST but I still needs a function to reload the page.

 

 

Thanks

Pelle

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/157135-solved-reload-page-with-new-arguments/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.