How to use <if gids in .php
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #3
RE: How to use <if gids in .php
As you said yourself, you need to use an if(...) clause.

PHP Code:
if(whatever) {
  $ontoday="blah";
} else {
  $ontoday="bleh";
}


My Blog
10-14-2010 08:18 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
How to use <if gids in .php - 1master1 - 10-14-2010, 07:04 AM
RE: How to use <if gids in .php - leefish - 10-14-2010, 08:00 AM
RE: How to use <if gids in .php - ZiNgA BuRgA - 10-14-2010 08:18 AM
RE: How to use <if gids in .php - 1master1 - 10-14-2010, 03:47 PM

 Standard Tools
Forum Jump: