Hey
i need help with PHP
on a page called functions i have the variable called $total
...
i wanna display $total on another page in a table
what code do i need to enter to make this happen...?
i've tried <?php include $total ?>
and <?php $total ?>
i'm not sure what i need to put!
<?php include("functions.php"); ?>
doesn;t work - i need to to display $total... where do i put it in that statement?
i need help with PHP
on a page called functions i have the variable called $total
...
i wanna display $total on another page in a table
what code do i need to enter to make this happen...?
i've tried <?php include $total ?>
and <?php $total ?>
i'm not sure what i need to put!
<?php include("functions.php"); ?>
doesn;t work - i need to to display $total... where do i put it in that statement?