Hi.. This is my problem which i have been troubling around some time now.
A have a php page which gets a dynamic variable from another page in a link extension.
This is my link :
...href="somepage.php&query=dynamicvariable">
Then what i want to do is to take the dynamicvariable and put _tekst in the end of what ever the dynamicvariable is.
so if my link was:
...href="somepage.php&query=funstuff">
and my new page will make a variable called
funstuff_tekst
anyone got the point. !! I Tried something like
echo '$(($query)_tekst)'; and other versions of that one. i thought hmm php hmm linux there it would work.. I WANT BASH....
Well anyway.. Anyone know how to do it?
Thnx Machine code Rocks
A have a php page which gets a dynamic variable from another page in a link extension.
This is my link :
...href="somepage.php&query=dynamicvariable">
Then what i want to do is to take the dynamicvariable and put _tekst in the end of what ever the dynamicvariable is.
so if my link was:
...href="somepage.php&query=funstuff">
and my new page will make a variable called
funstuff_tekst
anyone got the point. !! I Tried something like
echo '$(($query)_tekst)'; and other versions of that one. i thought hmm php hmm linux there it would work.. I WANT BASH....
Well anyway.. Anyone know how to do it?
Thnx Machine code Rocks