Hello,
Thanks very much for your swift feedback.
I have some experience with php. It was approx 6 months ago when i first stumbled apon my first php adventure. I knew nothing about SQL/PHP except it was tagged on the end of some webpages instead of .html! π lol
Amazed by how much more interactive your website can become by using only a handful of PHP (it makes basic html look dull!) i set myself a challenge to learn hell of a lot more.
Amongst a few (he says a few thingsπ lol) other things, the only thing now i'm really stuck on now is, is it possible to limit the amount of INPUT to the SQL table so that no more than XXX entrys can be stored in a table at any given time.
Everything else like tables, extracting data, forms, i can do.
My reason behind this is with thousands of members all sending messages to each other, how large will this table get if its not limited in some way?
I would like to limit the amount of data input into the table to say, 20 messages in total per member. I'm only using 1 table for messages with an ISREAD column for read/unread status.
I hope this makes my situation a bit clearer to understand! π
Thank you for all your help.
Heres my websites progression so far for anyone thats interested.
http://www.swindonchat.co.uk
(If posting urls here is not allowed, let me know and i will remove it. It's intended only as an example of my knowledge and not as spam.)