Jump to content

please convert this to PHP code


Buccaneer

Recommended Posts

What is the problem here?  Converting this to PHP is as easy as adding punctuation:

if ( $current_bid < $reserve ) {
  //bids too low
} else {
  $current_bid = $high_bid;
  $c = $Data['ends'];
}

Of course, this assumes a LOT about your structure and code layout. 

 

If your question was "write an auction house script for me," then we're not going to do that.

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.