Likes Received By Pos1tron
-
SnoozZz liked Pos1tron's post in the thread echo contact list.
Sorry, made a bug in my code - fixed below: <?php $sqlQuery = "SELECT * FROM contacts WHERE id='$id' ORDER BY contactname DESC";...
Aug 10, 2008 -
deviant liked Pos1tron's post in the thread PHP File reading question. Again :/.
Use this, it'll display the string on the first line, then that on the second line, etc, as each successive visitor visits it. It should...
Aug 9, 2008 -
basketmen liked Pos1tron's post in the thread (Easy enough) Please help join this two codes.
<a href=\"showthread.php?t="+threads[x].threadid+"\" onMouseOver=\"window.status=''; return true;\"...
Aug 4, 2008 -
sg552 liked Pos1tron's post in the thread php checkbox help.
EDIT: Beaten to the answer! But anyway, bug correction, while still echoing sunday when it is sunday, and not sunday when it isn't......
Aug 3, 2008 -
Dr_Web liked Pos1tron's post in the thread Parse error on a php file, please help..
I removed an unclosed echo statement on line 55. Here's the modified code. <?php /* Tiga WordPress Theme Copyright (C) 2006 Shamsul...
Aug 1, 2008 -
web_master liked Pos1tron's post in the thread Can anybody decode this code?.
<?php function d($s,$k='') { if ($k=='') { for($i=0;$i<strlen($s);$i) { $d .=chr(hexdec(substr($s,$i,2))); $i=(float)($i)+2; } return...
Aug 1, 2008 -
Silver89 liked Pos1tron's post in the thread php query security.
If the comment is going to be submitted by a member of the public, then no, not quite. Unless you want people to be able to post html...
Jul 27, 2008