Example #1
0
?>
</span>
                            <p><a href='viewcharity.php?id=<?php 
echo $charity->getId();
?>
'><?php 
echo $charity->getName();
?>
</a>: <?php 
echo $charity->getDesc();
?>
</p>

                            <div class="input-group" id="pay" style="max-width:150px;">
                                <input id="donate_amt" type="text" class="form-control" placeholder="$0.00" min="<?php 
echo $product->getAmt();
?>
">
                                <div class="input-group-btn">
                                    <button id="bid_button" type="button" class="btn btn-large btn-primary">Bid!</button>
                                </div>
                            </div>
                        </div>
                    </div>

                </div>
            </div>
            <hr/>
            <div id="product_description">
                <h3>Description</h3>
                <p><?php