Search
-
Categories
Tags
5.2 best php editor css debian error finger eleven google htaccess javascript javascript function life lifehouse linux love Lyrics mod_rewrite mysql mysql error mysql function nickelback nusphere nusphere phped nusphere phped 5.2 palawan palawan vacation paralyzer pdflib php4 pdflib php5 photoshop php phped php editor php error php function plugin regex regular expression regular expressions vacation vhcs video windows vista wordpress wordpress error wow
Tag Archives: php
php string functions
Share Name Description ASCII() Return numeric value of left-most character BIN() Return a string representation of the argument BIT_LENGTH() Return length of argument in bits CHAR_LENGTH() Return number of characters in argument CHAR() Return the character for each integer passed … Continue reading
Posted in php
Tagged functions, php, php functions, php string functions, string functions
Leave a comment
file_get_contents vs fread
ShareThe main difference between a complete file read using fread and file_get_contents is that file_get_contents may use mmap (if your OS supports it) to use file memory mapping, which can eliminate a little of the copying and/or allocation of memory … Continue reading
Installing apache 2.2, php 5.2 and mysql 5 in windows vista
ShareHere’s a quick guide for installing apache 2.2, php 5.2 and mysql 5 in windows vista. Download needed files: 1. Apache – msi file 2. PHP – better choose the zip file than the msi installer 3. MYSQL – msi … Continue reading
Posted in apache, mysql, php
Tagged error installing apache mysql php, httpd.conf, installing apache, mysql, php, php.ini
Leave a comment
regex
ShareJust wanted to share regex reference site. You can check it here http://www.grymoire.com/Unix/Regular.html for more details. What is a Regular Expression? A regular expression is a set of characters that specify a pattern. The term “regular” has nothing to do … Continue reading
reciprocal link checker script
ShareI found this code for reciprocal link checker on http://forums.digitalpoint.com/showthread.php?t=111 maybe you want to give it a shot. gudluck <?php $mydomain = “www.domain.com”; // Set this to your domain $list = file_get_contents(“sites.txt”); $urls = explode (“\n”, $list); ini_set (default_socket_timeout, “5″); … Continue reading