目前分類:php&smarty (13)
- Dec 29 Tue 2009 00:40
Flash+PHP+Mysql簡單留言板
- Dec 24 Thu 2009 17:52
PHP使用物件導向作Mysql查詢
- Jul 13 Mon 2009 17:51
抓取網頁資料實作
測試網址為<strong>誠品網路書局…</strong><a href="http://www.eslite.com/search_pro.aspx?query=9789868450639">http://www.eslite.com/search_pro.aspx?query=9789868450639</a>
<br /><br />
- Jul 09 Thu 2009 15:16
擷取網頁相關的function
- Jul 09 Thu 2009 15:04
抓取網頁的<title>或<p>
<?
$http="http://272586.blogspot.com/2007/05/php.html"; //您想抓取的網址
- Jul 09 Thu 2009 14:23
php做簡單的內容採集器
- Jul 09 Thu 2009 14:01
php抓取網頁特定div區塊及圖片
- Jul 03 Fri 2009 17:18
擷取字串與正規表示法
這是之前記在電腦的一些資料
來源已經忘記了,如果有侵犯版權麻煩請再通過
來源已經忘記了,如果有侵犯版權麻煩請再通過
- Jul 03 Fri 2009 15:13
php curl抓取網頁
<?php
$url = 'http://blog.xuite.net/coke750101/networkprogramming';
- Jul 03 Fri 2009 09:34
PHP CURL詳解
- Jun 08 Mon 2009 11:59
php - Cannot modify header information
Warning: Cannot modify header information - headers already sent by ????
若是PHP出現在執行時出現這段訊息,而造成無法正常的將網頁導引至某頁,有可能是PHP的設定沒有設好的關係。