[PHP] faxing in PHP
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. :-)
[PHP] form
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. 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 administrators, e-mail: [EMAIL PROTECTED]
[PHP] :(
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"], $myrow["product"]); } -- 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 administrators, e-mail: [EMAIL PROTECTED]
[PHP] is the list still up?
_ ___ | | | \ | | | |__ | |> || |__ |||___/ || 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 administrators, e-mail: [EMAIL PROTECTED]
[PHP] is the list still up?
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 administrators, e-mail: [EMAIL PROTECTED]