Likes Received By hassanahmad1
-
JamieH liked hassanahmad1's post in the thread Form Security + MySQL Select.
empty table using this: mysql_query("TRUNCATE `table`"); then: mysql_query("INSERT INTO `table`(url) VALUES('$url')");...
Jan 30, 2009 -
crivion liked hassanahmad1's post in the thread Question : which programming lang to use.
You can easily do all above tasks with VB .NET, i have used it myself.
Jan 28, 2009 -
ollyno1uk liked hassanahmad1's post in the thread Importing a file from a URL to my server.
You can use cURL library in php to download a file, like this: function getFile($url){ $ch = curl_init();...
Jan 24, 2009 -
amaze liked hassanahmad1's post in the thread RegEx Question?.
maybe ur looking for this :): ^TL[0-9]{1, 8}$ checks that the number of digits must be in between 1 and 8
Jan 15, 2009 -
mokimofiki liked hassanahmad1's post in the thread Syntax Error on this line?.
use ' or \"
Dec 28, 2008