|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
phpmanual(PHP手册)肯定是要从网上下载一个的,它很权威,也很全面,我自己认为它是一本很好的参考书,但是不适合新手当教材使用。PHP在线天生二维码
使用google在线天生二维码的api在线天生二维码
- <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"><head><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><title>二维码天生-www.php100.com</title><SCRIPTLANGUAGE=JavaScript>functionpost(){if(document.getElementById(content).value==){alert(内容不克不及为空!);document.getElementById(content).focus();returnfalse;}if(ckregdatapost()==false){returnfalse;}}</SCRIPT></head><body><style>body{text-align:center;background:#f5f5f5;line-height:22px;font-size:14px;color:#888;}.newcrop{margin:10;}.er{width:700px;margin:0pxauto;border:1pxsolidgray}span{background:#645;color:#fff}bodyform{text-align:center;padding:3px6px3px6px;}input.txt{color:#00008B;background-color:#ADD8E6;border:1pxinset#00008B;width:200px;}input.btn{color:#00008B;background-color:#ADD8E6;border:1pxoutset#00008B;padding:2px4px2px4px;}input.smallInput{border:1solidblack;FONT-SIZE:9pt;FONT-STYLE:normal;FONT-VARIANT:normal;FONT-WEIGHT:normal;HEIGHT:18px;LINE-HEIGHT:normal}</style><bodyclass="newcrop"><divclass="er"><?php$content=$_GET[content];$width=$_GET[width]?$_GET[width]:300;$height=$_GET[height]?$_GET[height]:300;if($content){echo"你输出的笔墨是:<span>$content</span><BR/>";echo"你选择的宽度是:<span>$width</span><BR/>";echo"你选择的高度是:<span>$height</span><BR/>";echo"天生的二维码图象是:<BR/>";$wen=urlencode($content);echo"<br/>图片地点:<ahref=https://chart.googleapis.com/chart?cht=qr&chld=H&chs={$width}x{$height}&chl={$wen}target=_blank>https://chart.googleapis.com/chart?cht=qr&chld=H&chs={$width}x{$height}&chl={$wen}</a><br/>复制发给你的伴侣。<ahref=javascript:history.go(-1);>前往上一页</a>";}else{?><formaction=""method="get"onsubmit="returnpost();"><h1>二维码天生工具</h1><p>width:<selectname="width"><optionvalue="100">100</option><optionvalue="200">200</option><optionvalue="300"Selected>300</option><optionvalue="400">400</option><optionvalue="500">500</option></select>height:<selectname="height"><optionvalue="100">100</option><optionvalue="200">200</option><optionvalue="300"Selected>300</option><optionvalue="400">400</option><optionvalue="500">500</option></select></p>输出网址大概笔墨:<br/><textarearows="5"cols="30"name="content"id="content"></textarea><br/><br/><inputtype="submit"value="天生图片"/><INPUTTYPE="RESET"VALUE="从头填写"><br/></form><?}?><div></body></html>
复制代码 phpmanual(PHP手册)肯定是要从网上下载一个的,它很权威,也很全面,我自己认为它是一本很好的参考书,但是不适合新手当教材使用。 |
|