What does <?=$someVar?> do?
Posted: Sat Jul 20, 2002 12:28 am
I see this in the 'mymarket' PHP scripts [Point in tutorial that includes link to mymarket mymarket1.tar.gz file]. Specifically what does the '<?=' part mean?
Example:
BTW: $ME = $SCRIPT_NAME;
I tried to find it in the PHP Manual to no avail.
Example:
Code: Select all
<a href="<?=$ME?>?mode=add">ї+C] Add Category</a>I tried to find it in the PHP Manual to no avail.