
TheUndergroundPHPandOracleManualUpdatedforOracleDatabaseExpressEdition11gRelease2ThisfreePDFbookisforPHPprogrammersdevelopingapplicationsforOracleDatabase.ItbridgesthegapbetweenthemanyPHPandOraclebooksavailableandshowshowtousethePHPscriptinglanguagewithOracleDatabase.YoumaybestartingoutwithPHPforyourOracleDatabase.YoumaybeaPHPprogrammerwantingtolearnOracl...

<?php/**得到网页内容*参数:$host[in]string*主机名称(例如:)*参数:$method[in]string*提交方法:POST,GET,HEAD...并加上相应的参数(具体语法参见RFC1945,RFC2068)*参数:$str[in]string*提交的内容*参数:$sessid[in]string*PHP的SESSIONID**@返回网页内容string*/functionGetWebContent($host,$method,$str,$sessid=''){$ip=gethostbyname($host);$fp=fsockopen($ip,80);if(!$fp)r...