problems with varaibles?
Posted: Thu Oct 09, 2003 12:58 am
i am geting this error...
Parse error: parse error in /home/triggerh/public_html/rs/process.php on line 3
when i use this script
any help please? thx
Parse error: parse error in /home/triggerh/public_html/rs/process.php on line 3
when i use this script
Code: Select all
<?php
$result = $certs * $days * $price
echo 'If you get ' .$certs. 'a day for' .$days. ' and sell them for' .$price. ' each, you will make' .$result. ' when you are done.';
?>