Recently I came across an article where the author finds most of the candidates interviewed for the post of a developer can't write basic code, so...
Default escape character is '`' (backtick)
Introduction Sanitizing HTML is just removing unwanted HTML elements from any inputted HTML code, it does not validate HTML code. We all have...
P2P programs need you to setup port forwarding in the router.
What PHP script uploads your files? How do you serve i.e. allow download of these files through a PHP script or direct download?
remove: if(preg_match("/iphone/i",$_SERVER["HTTP_USER_AGENT"])) return false; Add 'iphone' to $uamatches array
http://sysadmingear.blogspot.com/2008/09/how-to-execute-programs-on-windows.html
Nice info
remove readonly attribute too. j:\>attrib -s -h -r * <enter>
http://windowsitpro.com/article/articleid/14857/how-can-i-run-a-script-at-shutdown-time.html
Is the modem set to automatically connect using PPPOE on start.
Use software called Unlocker.
Dual is available in MySQL as well SELECT COUNT(*) col FROM dual WHERE 1=0
fwrite($filea, "$i,");
Comment your programs is a good scripts, PHP comments are removed by the interpreter while compiling your script.
use output buffering, call the function ob_start and the beginning of your script.
declare trg_cursor cursor for select acct_num; You have to specify a table name here
SELECT * FROM table_a as a INNER JOIN table_b as b ON a.primary_key=b.foreign_key
A programming language in which programs are a series of commands that are interpreted and then executed one by one. The programs do not need to...
try using the PEAR packages they r really simple to implement, http://pear.php.net
Separate names with a comma.