How do i add a field into my table once it's been made and the table has rows in...
Thanks in advance.
You can use the alter table function in mysql.
Do a search on Google for - mysql alter table
The first link should show you the syntax to use.
Thanks a lot!
Don't forget to mark this thread resolved.