我有以下的貝寶「放入購物車」 HTML按鈕的代碼:使用PHP和正則表達式來提取PayPal按鈕ID
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="DJ445KDUWP402">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
使用PHP和正則表達式,任何人都可以告訴我,我怎麼能得到公正的價值「hosted_button_id」輸入的一部分?
謝謝!
爲什麼要使用正則表達式?像SimpleXML http://ca2.php.net/SimpleXML這樣的XML解析器會更健壯。 – dnagirl 2011-02-25 15:23:34
如果他不需要更強大的功能,爲什麼要使用更強大的功能? – 2011-02-25 15:26:42