Just a couple of questions from a noob
..
I want to do the following things:
if $var == 'bla1', $hey == 'hello'
Or something like that..
In other words, if a certain variable has a pre-specified value, another variable gets another value.
Also:
include('$somevar')
In other words, if $somevar is http://www.google.com, I want google.com to be included. If it's yahoo.com, I want yahoo.com to be included, etc, etc.
Thanks
.
I want to do the following things:
if $var == 'bla1', $hey == 'hello'
Or something like that..
In other words, if a certain variable has a pre-specified value, another variable gets another value.
Also:
include('$somevar')
In other words, if $somevar is http://www.google.com, I want google.com to be included. If it's yahoo.com, I want yahoo.com to be included, etc, etc.
Thanks
