[PHP] Beginner

2003-10-31 Thread Jason T. Davidson
I am new to php and seeking some help.  I have a couple of books and maybe I
just am not seeing my error.  If you go to www.mspartcc.com/test.htm and
look at the source code you will see what I am trying to do.  The only
problem is that the date is not displaying.

I really appreciate in advance any help I get.

Jason Davidson

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Pulling Certain Data

2004-04-06 Thread Jason T. Davidson
Community-

 

I am a first time databaser and am having trouble pulling information from a
database to display on a site.  Not every entry is supposed to show up on
the web page, but does so.  I have tried IF statements without any help.
Here is what I have so far:

 



 





  



  ZMP Rosters - http://www.vatusa.org/html/modules.php?op=modload&name=PN_Content&file
=index&req=visit&artid=26">VATUSA listing

  







  



  Active Controllers

  







CONTROLLER

CID

RATING

POSITION

DATE JOINED

























 

 

 

I would like to only show people who are active within our roster and within
the database I have identified those people by putting a "A", "I" or "L"
depending on their status with our organization.  I guess I am looking for a
way for the code to see how that person is labeled and then put them in the
proper roster.

 

www.zmpartcc.com/roster/roster.php

 

--

Jason T. Davidson

 



[PHP] Thanks for all the helped!

2004-04-06 Thread Jason T. Davidson
Looks like I went to the right place as I got many responses and what gave
me three days of headaches only took 5 mintues.

 

Thanks Again!

 

-Jason T. Davidson