This is a discussion on "Help with an IF Else statement & MySQL" within the PHP Forum section. This forum, and the thread "Help with an IF Else statement & MySQL are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Help with an IF Else statement & MySQL
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
||||
|
Help with an IF Else statement & MySQL
I know this is an obvious question, but I cannot find an answer!
At the moment the page simpyl displays nothing if there are no comments in the database. I would like it to display something like 'There are no comments yet.'. This is the code for displaying the comments:
__________________
Resources Administrator
Grilling Gurus - Interviews with the Best Web Designers and Developers in the Industry Got a Question for Ryan Carson and his Web Design/Development team Carsonified? Jack Franklin - My Blog (It's a Pen in My Mouth BTW)
Last Blog Entry: My Latest Project - Grilling Gurus... (Jun 11th, 2008)
|
|
|
|
||||
|
Re: Help with an IF Else statement & MySQL
Why not count the rows on your comments query??
so your IF would look like:
|
|
||||
|
Re: Help with an IF Else statement & MySQL
Check how many rows were retrieved link this
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
|
|||
|
Re: Help with an IF Else statement & MySQL
Good luck ~Dean Last edited by c010depunkk; Jan 19th, 2008 at 09:17. Reason: please use [PHP] tags when posting PHP |
|
||||
|
Re: Help with an IF Else statement & MySQL
|
|
||||
|
Re: Help with an IF Else statement & MySQL
Thanks guys. I'll try it now
Rakuli, yours works perfectly. Thanks for the help guys
__________________
Resources Administrator
Grilling Gurus - Interviews with the Best Web Designers and Developers in the Industry Got a Question for Ryan Carson and his Web Design/Development team Carsonified? Jack Franklin - My Blog (It's a Pen in My Mouth BTW)
Last Blog Entry: My Latest Project - Grilling Gurus... (Jun 11th, 2008)
Last edited by Jack Franklin; Jan 18th, 2008 at 20:11. |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PHP If Statement... | mcdanielnc89 | PHP Forum | 16 | Dec 9th, 2007 17:44 |
| If..Else statement help | IanW | PHP Forum | 3 | Oct 6th, 2006 13:40 |
| SELECT statement | gecastill | Databases | 1 | Feb 15th, 2006 23:27 |
| Help with If Statement. | JohnMitch | Classic ASP | 2 | Jan 5th, 2005 01:05 |
| With Statement | Trebz | Classic ASP | 2 | Feb 2nd, 2004 14:56 |