Jump to content

[SOLVED] Defining variables within IF statements


fatalkaiser

Recommended Posts

Can it be done? Ive been searching the net for ages trying to find tutorials or examples of this, and so far come up blank.

 

What im trying to do looks something like this.

 

<?

if ($variable == "blah")

//and i made sure it did

{

$a = 1;

$b = 2;

$c = 3;

};

{

echo ($e . $f . $g);

};

?>

 

Ive tried doing the above about a hundred different ways, but none of them echo the variables when the script executes. Can someone give me the correct coding for this?

 

 

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.