Jump to content

slowlygoinginsane

New Members
  • Posts

    2
  • Joined

  • Last visited

slowlygoinginsane's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thanks Dr and ignace.... problem solved! The eval article actually explained why it was not working. Thanks both. Have a great day!
  2. Hi Guys, I have a very basic question that I cannot seem to answer ... so would appreciate any help / advise. Code snippet: $Text1="Hi, how are you"; $Text2="Hey there stranger"; $Text3="Its about time!"; $random_number = rand(1,3); $WelcomeText = "$"."Text".$random_number; echo $WelcomeText; The above script generates the output as $Text3 but what I am trying to achieve is this output: Its about time! I know I can use an array and output the value ... but I wanted to know -- why the above code would not work. Any help / explaination would be great! Thanks
×
×
  • 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.