Search found 2 matches

by ebarton
Sat Mar 05, 2005 7:53 pm
Forum: PHP - Code
Topic: PHP/MySQL Output problems....
Replies: 1
Views: 236

PHP/MySQL Output problems....

Problem: I am doing a join between 2 tables then trying to display the results. The output should list the the Category name and a description next to it. On the line below that should be a list of 3 stores with pipes in between until the last where the term "more" should be listed. There...
by ebarton
Wed Mar 02, 2005 10:22 pm
Forum: PHP - Code
Topic: PHP if statement help
Replies: 3
Views: 509

PHP if statement help

I am reading a "main category" table and "subcategory" table then trying to write out the main category in H2 tags, then write the subcategories below it. For some reason, the if statement does not recognize when the main category is changing ( if (!$record["Main"] == $...