PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Ok this is a form I'm trying to create for a Game forum I mod @. Here is what I'm trying to do. Create a form that would ask users to Upload the maps (Screen Shots) SS, author name, map's brief description and type of map into a mysql database. Maps are later reviewed and posted as Map of the week, month, year, etc. In the code below, for now, I'm only looking at collecting author name, description and type of map. Next step would be to save it in MYSQL DB.