Posted by Toby A Inkster on 08/04/07 12:14
Big Moxy wrote:
> if ($_SESSION['nomex'] != "^^no^^"){
> if (!is_null($_SESSION['nomex'])){
> // NOMEX Lining
> $new_price = $new_price + 100;
> }
> }
> echo "$".$new_price;
if (isset($_SESSION['nomex']) && $_SESSION['nomex']!='^^no^^')
$new_price += 100;
--
Toby A Inkster BSc (Hons) ARCS
[Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
[OS: Linux 2.6.12-12mdksmp, up 44 days, 15:52.]
Command Line Interfaces, Again
http://tobyinkster.co.uk/blog/2007/08/02/command-line-again/
Navigation:
[Reply to this message]
|