Likes Received By ahowell
-
Masterful liked ahowell's post in the thread How Do You Get One Variable to Show in Place of Another if the First is Null?.
<?php $con = mysql_connect("localhost", "root"); if (!$con) die('Could not connect: ' . mysql_error()); mysql_select_db("ctyi",...
Sep 5, 2008 -
kingdolar liked ahowell's post in the thread [Help!] preg_match_all.
/superdesc(.*?)Starting/s / = delimiter ( = Opens the subpattern . = match any character except new line *? = Match 0 or more times,...
Jul 24, 2008