Search found 2 matches
- Fri Jan 16, 2009 11:48 am
- Forum: PHP - Code
- Topic: If function
- Replies: 2
- Views: 364
Re: If function
As simple as that! Thanks!!
- Fri Jan 16, 2009 11:14 am
- Forum: PHP - Code
- Topic: If function
- Replies: 2
- Views: 364
If function
Hey, I have a question that should probably be easy for those of you who know php. As for myself I'm a newbie :? , and none of the tutorials I've found seem to answer this question: I have a function that if it counts to 1 it generates some HTML code: if ($count == 1) : What I want is for the same t...