Posted by admin in
PHP tutorials Dec 1st, 2009 |
Comments Off
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 more »
Posted by admin in
BNCScripts Nov 8th, 2009 |
Comments Off
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 more »