PDA

View Full Version : idea for a php website?



Udon
12-09-2007, 03:48 AM
we're asked to make a php website tha uses mysql. any ideas?

CimminyCricket
12-09-2007, 03:49 AM
Pokemon.

o_O
12-09-2007, 06:16 AM
You could make a messageboard. I made one of those in PHP/JSP/XHTML/CSS/MySQL at uni, but it could easily be done in PHP/XHTML/MySQL.

crono_logical
12-09-2007, 07:39 AM
If you read between the lines, all they're asking for is a site with dynamically generated pages, where some of the content comes from a database. The database can contain any info you want to stick in it :p A forum is good, but unless they specifically said you need to write back to the database too, depending on how big the project is meant to be and how much time you've been given, it may be suitable, it may be overkill :p

You could be really lazy and have a database with one table with 2 keys in it, and all the php page does it take a value to look up in the first column, and spit out the matching result from the second or some error if not found :p Of course, you learn less or put less skills into practice that way :p

rubah
12-09-2007, 09:53 AM
I made one that displays all the dolls I've drawn.

Baloki
12-09-2007, 10:41 AM
I made one that displays all the dolls I've drawn.

*draws Rubah*

rubah
12-09-2007, 06:27 PM
ooh, I can't wait to see it balokiw :D

Udon
12-10-2007, 01:00 AM
any website reference i could use?