June 19, 201214 yr Basically want to create a php form that once entered would send information to a page, it will be updated daily so the next "send" will go on top of the previous so on and so on, so almost like a news system but it will display a few different headers, 'Name' 'Date' 'Results'. Could I build this directly in php or would i have to encorporate mysql? some pointers would be helpful, cheers!
June 19, 201214 yr Yep, you need to encorporate mysql, so that you can store all of your data. You then use php to input the data to the database, and display data from the database.
June 19, 201214 yr Author Yep, you need to encorporate mysql, so that you can store all of your data. You then use php to input the data to the database, and display data from the database. Okay cool, im gunna do some research and try to develop this, thnks
Create an account or sign in to comment