Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Using Echo Properly Re: Using Echo Properly

#72853
AlexA.
Participant

$path = phpinfo();
?>


or


$path = phpinfo();
echo " the path is " . $path;
?>

or


echo " the path is " . phpinfo();
?>