<![CDATA[Messages posted by "daotranbang"]]> /hvaonline/posts/listByUser/113514.html JForum - http://www.jforum.net Designer - Cần tuyển designer làm việc chung /hvaonline/posts/preList/33832/207975.html#207975 /hvaonline/posts/preList/33832/207975.html#207975 GMT Một chút sơ hở khi sử dụng Gmail. /hvaonline/posts/preList/31358/193496.html#193496 /hvaonline/posts/preList/31358/193496.html#193496 GMT Tuyển nhân viên lập trình và thiết kế website /hvaonline/posts/preList/31265/193491.html#193491 /hvaonline/posts/preList/31265/193491.html#193491 GMT Học viện CNTT và Trường đại học CNTT /hvaonline/posts/preList/30925/193489.html#193489 /hvaonline/posts/preList/30925/193489.html#193489 GMT PHP&mysql - làm thế nào để lấy tất cả session,cookie /hvaonline/posts/preList/31093/193488.html#193488 /hvaonline/posts/preList/31093/193488.html#193488 GMT Danh sách địa danh trong các thành phố /hvaonline/posts/preList/31121/193486.html#193486 /hvaonline/posts/preList/31121/193486.html#193486 GMT PHP5 : __autoload và __construct ? /hvaonline/posts/preList/31234/193485.html#193485 /hvaonline/posts/preList/31234/193485.html#193485 GMT Phần load user nên để ở đâu /hvaonline/posts/preList/31359/193484.html#193484 /hvaonline/posts/preList/31359/193484.html#193484 GMT Re: Làm thế nào để tìm mật mã thay đổi theo ngày? /hvaonline/posts/preList/25054/159440.html#159440 /hvaonline/posts/preList/25054/159440.html#159440 GMT Re: Help xem pass user trong forum phpbb ? /hvaonline/posts/preList/26178/159438.html#159438 /hvaonline/posts/preList/26178/159438.html#159438 GMT Re: Khai thác và phòng chống file upload trong PHP Web Applications /hvaonline/posts/preList/25298/159437.html#159437 /hvaonline/posts/preList/25298/159437.html#159437 GMT Re: cần tìm một blogging aplication /hvaonline/posts/preList/17295/104562.html#104562 /hvaonline/posts/preList/17295/104562.html#104562 GMT Re: Bài viết "How to debug Javascript in IE". /hvaonline/posts/preList/6745/104561.html#104561 /hvaonline/posts/preList/6745/104561.html#104561 GMT Re: lấy dữ liệu từ form -- email ?? /hvaonline/posts/preList/17315/104560.html#104560 /hvaonline/posts/preList/17315/104560.html#104560 GMT Re: Code bảng điểm ? /hvaonline/posts/preList/16989/104559.html#104559 /hvaonline/posts/preList/16989/104559.html#104559 GMT Re: tạo cây đa cấp? trong mysql /hvaonline/posts/preList/16962/104558.html#104558 /hvaonline/posts/preList/16962/104558.html#104558 GMT PHP và MSSQL - làm sao kết nối /hvaonline/posts/preList/17417/104556.html#104556 /hvaonline/posts/preList/17417/104556.html#104556 GMT Re: Code Chống DoS của trang BacBaPhi.com.vn /hvaonline/posts/preList/17387/104554.html#104554 /hvaonline/posts/preList/17387/104554.html#104554 GMT Re: [PHP] Kết nối tới site thông qua PHP /hvaonline/posts/preList/17242/103703.html#103703 /hvaonline/posts/preList/17242/103703.html#103703 GMT [PHP] Kết nối tới site thông qua PHP http://www.vse.org.vn/VSE/Modules/News/News.aspx?type=TTGD đoạn code của em giống như của PHP manual Code:
<?
$fp = @fsockopen("www.vse.org.vn",80);
if (!$fp)
	{
		echo("khong the connect toi web site $host! at time ".gmdate("h:i:s",time())."<br />\n");
		return "";
	}
//only get
$out = "GET /VSE/Modules/News/News.aspx?type=TTGD HTTP/1.1\r\n";
$out .= "Host: www.vse.org.vn\r\n";
$out .= "Connection: keep-alive\r\n\r\n";
fwrite($fp, $out);
$answer = "";
while(!feof($fp))
	echo fgets($fp,128);
fclose($fp);
?>
Đáng lẽ nó phải hiển thị trang web http://www.vse.org.vn/VSE/Modules/News/News.aspx?type=TTGD cho em mới đúng, đằng này nó lại báo error -> object moved Mà không phải riêng site này, hình như server nào chạy IIS cũng đưa về kết quả như vậy. Em tìm quài mà không tìm ra cách nào hết trơn, mong đàn anh chỉ giúp em ạh. ]]>
/hvaonline/posts/preList/17242/103611.html#103611 /hvaonline/posts/preList/17242/103611.html#103611 GMT
Re: tạo cây đa cấp? trong mysql /hvaonline/posts/preList/16962/103609.html#103609 /hvaonline/posts/preList/16962/103609.html#103609 GMT Mong muốn được kiểm tra bảo mật của website: www.hlink.vn /hvaonline/posts/preList/12415/72695.html#72695 /hvaonline/posts/preList/12415/72695.html#72695 GMT em dính virus.. /hvaonline/posts/preList/11026/63833.html#63833 /hvaonline/posts/preList/11026/63833.html#63833 GMT PHP, function không như ý muốn Code:
function creatspace($td){
echo "<tr><td colspan=\"$td\" width=\"100%\"> </td></tr>";
}
em chỉ viết một câu đơn giản vậy thôi. Nhưng mà không thể nào gọi được creatspace(4); là sao ạh. chỉ có thể gọi với $td<=3 thôi ạh. Giúp em học hỏi với!]]>
/hvaonline/posts/preList/9053/52678.html#52678 /hvaonline/posts/preList/9053/52678.html#52678 GMT
PHP, sửa lỗi dùm em /hvaonline/posts/preList/9039/52628.html#52628 /hvaonline/posts/preList/9039/52628.html#52628 GMT