Likes Received By xemiterx
-
Corwin liked xemiterx's post in the thread Can we write whatever we want in Blogs?.
True, but slander is defamation in speach, libel is in print. You can't present something as a fact if it is not. Opinions are a...
May 21, 2008 -
goscript liked xemiterx's post in the thread Preg_match_all problem.
This might not help you with figuring out regular expressions, but in this case I don't believe you need to use one. PHP already has...
Nov 2, 2007 -
jokershouse liked xemiterx's post in the thread Question about pulling random items.
Displays between 2 and 6 random lines from test.txt: $keyword_array = file('test.txt'); $min = 2; $max = 6; $num_keywords =...
Sep 6, 2007 -
kidblogger liked xemiterx's post in the thread 404 Error Page Won't Load On IE 6 and IE 7.
That is a strange one. If I refresh the page enough times in IE I get the correct error page, but mostly it gives the IE default 404...
Aug 31, 2007 -
computerzworld liked xemiterx's post in the thread Difference between two functions.
From php.net: Note: mysql_fetch_object() is similar to mysql_fetch_array(), with one difference - an object is returned, instead of...
Aug 24, 2007