Jump to content

what is php equivalent of this asp tag?


lovesmith

Recommended Posts

what you mean asp is not the same as php you re-write the code or use a coverting class or softwere....

 

recomend learn php....

 

what you have posted is a function for asp but php is slitly diffrent

 

<?php
$redarrow="34";

function red($redarrow){

echo "redarrow is the age of: $redarrow";

}

red($redarrow);
?>

 

functions

http://www.w3schools.com/php/default.asp

 

if your asking how to change the <?php <<< starting block with short tags

then

http://www.reallylinux.com/docs/php.ini

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.