Javascript’s Foreach() by rainbow

30
Jun
1

Sorry, this entry is only available in ไทย.

(ไทย) การตัด string utf-8 ภาษาไทย by rainbow

28
May
1

Sorry, this entry is only available in ไทย.

How to play sound on FLEX by rainbow

31
Dec
0

Sorry, this entry is only available in ไทย.

About Bank Log by rainbow

31
Jul
0

Sorry, this entry is only available in ไทย.

PHP : Get Full URL path by plug.in

30
Mar
0

Code สำหรับ Get URl ปัจจุบันในขณะนั้น function full_url() { $s = empty($_SERVER["HTTPS"]) ? ” : ($_SERVER["HTTPS"] == “on”) ? “s” : “”; $protocol = substr(strtolower($_SERVER["SERVER_PROTOCOL"]), 0, strpos(strtolower($_SERVER["SERVER_PROTOCOL"]), “/”)) . $s; $port = ($_SERVER["SERVER_PORT"] == “80″) ? “” : (”:”.$_SERVER["SERVER_PORT"]); return $protocol . “://” . $_SERVER['SERVER_NAME'] . $port . $_SERVER['REQUEST_URI']; }