Search found 2 matches
- Sat Oct 15, 2011 9:03 am
- Forum: PHP - Code
- Topic: PHP-MYSQL
- Replies: 2
- Views: 456
Re: PHP-MYSQL
<html> <body > <?php // Get the ID and number of loops if(!$_POST[ "submit" ]) { echo " Please go to input.php and fill up! "; } else { $offset = $_POST[ "boundry" ]; // Get into loop for ($i=0; $i<$offset; $i++) { //$id = 290603968340; $id = $_POST[ "fname" ...
- Mon Oct 10, 2011 8:07 am
- Forum: PHP - Code
- Topic: PHP-MYSQL
- Replies: 2
- Views: 456
PHP-MYSQL
hi everyone. im getting the problem in database, i want to store the price of the product in my database and fetch it from the database, display in my website . but im getting the problem in inserting the price in database, every time it stores 0 as a price.