AeroSQL is an open source web application, for managing MySQL databases.
It can control databases from different servers in a single, desktop-like interface where records can be easily browsed or edited within a grid.
Share on Facebook
Read More...AeroSQL is an open source web application, for managing MySQL databases.
It can control databases from different servers in a single, desktop-like interface where records can be easily browsed or edited within a grid.
Share on Facebook
Read More...xmoovStream Server is an open source http streaming server built with PHP.
Share on Facebook
Read More...Mollify is an open source web-based file manager, built with PHP & GWT, that can control files hosted in a web server or hosting account.
It has a simple, intuitive & Ajaxed interface that also supports multiple languages.
Share on Facebook
Read More...วิธีการแบ่งหน้าด้วย PHP ให้ออกมาในรูปแบบดังนี้
[First page] << Previous | Page: … 2 3 4 5 6 … | Next >> [Last page]
วิธีใช้งาน
<?
echo displayPaging( $total, $limit, $pagenumber, $baseurl );
/*
$total = จำนวนข้อมูลทั้งหมด
$limit = จำนวนข้อมูลต่อ 1 หน้า
$pagenumber = เลขหน้าปัจจุบัน
$baseurl = Parameter ต่าง ๆ แต่ Parameter สุดท้ายต้องเป็น page=
ตัวอย่าง displayPaging( 100, 20, 4, "?keyword=เก่ง&page=");
*/
?>
ตัว Function อยู่ด้านในนะจ๊ะ…
ตัว Function
<?
function displayPaging( $total, $limit, $pagenumber, $baseurl [...]
วิธีตรวจสอบว่า URL ปลายทางนั้นมีอยู่จริงรึป่าว ??
วิธีใช้งาน
< ?
echo url_exists("http://www.i-keng.com/images/i-keng.png");
?>
ตัว Function อยู่ด้านในนะจ๊ะ…
Share on Facebook