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
Share on other sites

You have to concatenate it to the string by breaking out of the string.

 

echo "Language2";

 

I believe you can just use curly braces to escape the single quotes in the array as well:

 

echo "Language2";

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.