PHP->Google搜索程式

我看了網上某篇文章,得到了一些概念,就花了一些時間寫了以下這個程式,

<form method="get" action="[url]http://www.google.com/custom[/url]" target="_top">
<table bgcolor="#77D1EC">
<tr><td nowrap="nowrap" valign="top" align="left" height="32">
<a href="[url]http://www.google.com/[/url]">
<img src="<img src="http://www.google.com/logos/Logo_25wht.gif">" border="0" alt="Google" align="middle"></img></a>
<input type="text" name="q" size="31" maxlength="255" value=""></input>
<input type="submit" name="sa" value="搜索"></input>
<input type="hidden" name="client" value="pub-7857913738512530"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="channel" value="1431434594"></input>
<input type="hidden" name="ie" value="GB2312"></input>
<input type="hidden" name="oe" value="GB2312"></input>
<input type="hidden" name="hl" value="zh-CN"></input>
</td></tr></table>

谢谢分享啦!!!

" border="0" alt="Google" align="middle">

引用第2楼qboy2006-11-08 05:19 PM发表的“”:

" border="0" alt="Google" align="middle"> .......

then