Jump to content

Merging a string inside a string.


XOpa

Recommended Posts

I'm confussed and annoyed at this. I have a string in my config file called
$Gallery_Name_1_NameDate = "TEST 1"; and
$Gallery_Name_2_NameDate = "TEST 2";

In one of the pages I have the URL string $gallery which is equal to Gallery_Name_1. but also it can be Gallery_Name_2.

Now, I need it so that the page echos out the TEST 1 bits by using the gallery URL string as a type of prefix. But i'm confussed how to add a string inside another string.

At the moment I've tried

<? echo "$".$gallery."_NameDate"; ?>
But that just outputs
$Gallery_Name_1_NameDate.

Which is near, but I dont want it in text, i need it as a string so it takes the $Gallery_Name_1_NameDate string from the config file using an include (which is in the page) and outputs TEST 1 instead of what it is now.

Rather confussing, but pleeeease help me :(

Regards
Link to comment
https://forums.phpfreaks.com/topic/8139-merging-a-string-inside-a-string/
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.