Likes Received By lasersgopew
-
Arick unirow liked lasersgopew's post in the thread Extract from database I need a little help.
$channel_name = $_GET['v']; $var1 = ""; $query = mysql_query("SELECT * FROM `userlogin_tbl` WHERE `channel_name`='$channel_name'");...
Sep 25, 2015 -
ryan_uk liked lasersgopew's post in the thread Extract from database I need a little help.
$channel_name = $_GET['v']; $var1 = ""; $query = mysql_query("SELECT * FROM `userlogin_tbl` WHERE `channel_name`='$channel_name'");...
Sep 7, 2015 -
deathshadow liked lasersgopew's post in the thread Extract from database I need a little help.
$channel_name = $_GET['v']; $var1 = ""; $query = mysql_query("SELECT * FROM `userlogin_tbl` WHERE `channel_name`='$channel_name'");...
Sep 2, 2015 -
qwikad.com liked lasersgopew's post in the thread Need to replace Unicode.
That's because the multibyte characters are separated by ASCII spaces. function mb_tagger($string, $open, $close, $includeWhitespace =...
Aug 16, 2015