Posts Tagged ‘php’

PHP : How to get the select values from a Drop Down list

This is the scenario
<select name=”cars”>
<option value=”volvo”>Volvo</option>
<option value=”audi”>Audi</option>
<option value=”toyota”>Toyota</option>
<option value=”form”>Ford</option>
</select>
This php code – get all everything between <select>
preg_match(’/<select name=”foo”>(.*)<\/select>/msU’,$html,$matches);
print_r($matches);

Read the rest of this entry »

Limited time offers @ BNC Scripts

BNC Scripts has new discounts for some products.
30% off for BNC Advanced RSS Parser
50% off for BNC Twitter Signature Image
25% off for BNC Php Weather
25% off for BNC Paypal IPN

Read the rest of this entry »