Search found 3 matches
- Mon Aug 08, 2005 1:41 pm
- Forum: PHP - Code
- Topic: combo box + database
- Replies: 3
- Views: 513
combo box + database
Alright so I have a website where people can create and edit profiles. One of the fields on their profile is state. All the info is stored as a row in a mysql database. When someone edits their profile they get a form with all their current information already filled in. However I can't figure out h...
- Thu Aug 04, 2005 11:50 pm
- Forum: PHP - Code
- Topic: complicated blog problem
- Replies: 3
- Views: 579
not sure
Im not sure what you mean. The problem resides in: $result = mysql_query ("SELECT Date, Subject, FirstName, LastName, Year, Email, Message, Picture FROM alumniblog LIMIT ".$start.", ".$limit, $connection); while($row = mysql_fetch_array($result)) { $posttime = "{$row["D...
- Thu Aug 04, 2005 11:03 pm
- Forum: PHP - Code
- Topic: complicated blog problem
- Replies: 3
- Views: 579
complicated blog problem
I am making a website for a fraternity and I am working on this blog and its getting complicated and I can't get it to work. The blog can be posted to by two different user groups, brothers and alumni. If a brother posts I want the link at the bottom to say posted by and then a link to "brother...