Jump to content

undefined variable error help


co.ador

Recommended Posts

Total: $

Notice: Undefined variable: totalCost in C:\wamp\www\shoes\stores\cart.php on line 151

0.00

 

<tr>
<td colspan="2">
<font face="verdana" size="1" color="black">
<a href="itemdetails.php"><< Keep Shopping</a></font></td>
<td colspan="2">
<font face="verdana" size="2" color="black">
<b>Total: $<?php echo number_format($totalCost, 2, ".", ","); ?></b>// line 151 
</font></td>
</tr>
<tr>

 

What could that be and where could I define it

Link to comment
https://forums.phpfreaks.com/topic/173282-undefined-variable-error-help/
Share on other sites

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.