Search found 1 match

by jenngood
Mon Jan 14, 2008 5:01 pm
Forum: PHP - Code
Topic: simple auction bidding form
Replies: 1
Views: 252

simple auction bidding form

Would love some help with this code. I AM a beginner! I listed an error within the code that I would love help with. Thanks! - Jennifer :D   <?php // Script for CURRENT BID   //Turn On Output Buffering ob_start();   // Address error handling ini_set ('display_errors', 1); error_reporting (E_ALL &...