Hi,
Is there a way to send to a fax machine like you would a email address
in PHP.
Thanks for any help you can give. :-)
I cannot figure out why this button does not work any suggestions
are appreciated. Thanks.
$table = "inventory";
$sql = "SELECT * FROM $table where category='$category'";
$result = mysql_query($sql);
while ($myrow = mysql_fetch_array($result))
{
printf("
\n", $myrow["product"], $myr
Hi all,
Could someone please give me a clue. I have a form that
pulls the quantity from a mysql database. I want the user to be able to
update the quatity by just entering the new quantity and when they unfocus
on the text box it will automatically update without pressing a submit
button
I am having trouble getting this peice of code to only show 2 decimal
places.
echo $cart->cart_total($table, $scid) * .0625;
The class returns 100.50 and the above code returns 6.28125
Any help taking the 125 off would be appreciated. Thanks.
_ ___
| | | \ | |
| |__ | |> || |__
|_
_ ___
| | | \ | |
| |__ | |> || |__
|||___/ ||
Larry L.
[EMAIL PROTECTED]
www.ldlenterprise.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administra
5 matches
Mail list logo