Quality Scripts are available in all languages Like PHP, JavaScript,Ajax,ASP.NET etc..
| Home | My Account | Directories |
Ebook - Web 2.0 and Social Networking for the Enterprise
Published on 2009-10-21 06:03:00
Download
URL To PDF -PHP
Published on 2009-10-02 03:00:00
function fnURL2PDF($varURL, $varFileName = "pdf.pdf", $varSavePath = "") { $varSocket = fsockopen("www.easysw.com", 80, $errno, $errstr, 1000); if (!$varSocket) die("$errstr ($errno)n"); fwrite($varSocket, "GET /htmldoc/pdf-o-matic.php?URL=" . $varURL . "&FORMAT=.pdf HTTP/1.0rn"); fwrite($varSocket, "Host: www.easysw.comrn"); fwrite($varSocket, "Referer: http://www.easysw.com/htmldoc/
Random Password Generator - PHP
Published on 2009-10-02 03:00:00
function fnRandomPasswordGenerator($length = 6) { $pass = ''; $new = ''; // all the chars we want to use $all = explode(" ", "a b c d e f g h i j k l m n o p q r s t u v w x y z " ."A B C D E F G H I J K L M N O P Q R S T U V W X Y Z " ."0 1 2 3 4 5 6 7 8 9"); for($i=0; $i < $length; $i++) { srand((double)microtime()*1000000); $pass .= $all[rand(0,61)]; $arr[] = $all[rand(