User Profile
Collapse
-
Thanks but can you provide me some link where such usage of JS is described because I am a beginner to PHP. :( -
-
Thanks, but isn't there a way for it be done with if comparison,
like if (selected) then <a class="active"> ???Leave a comment:
-
Show selected record in different style
If I use this code to get records from mysql
Code:<ul> <?php $cquery = mysql_query ("Select * From product Where category_id=$category_id"); while ( $cr = mysql_fetch_array ($cquery)) { while ( $pr = mysql_fetch_array ($cquery) ) { ?> <li> <a href="index.php?product=<?php echo $category_id; ?>&product_id=<?php
No activity results to display
Show More
Leave a comment: