Search found 1 match

by sohailamir
Fri Jul 23, 2010 7:48 am
Forum: PHP - Code
Topic: Alternating Rows In PHP Problem
Replies: 2
Views: 397

Alternating Rows In PHP Problem

Hi, everyone, I've spent 2 days straight trying to get this to work so you guys are my last hope really, take a look at the snippet of code I'm editing at the moment: <?php $result = mysql_query($query) or die ("Query failed"); $numofrows = mysql_num_rows($result); if(isset($_GET['search']...