Search found 2 matches
- Fri Mar 26, 2010 12:21 am
- Forum: Databases
- Topic: MySQL Array Solution?
- Replies: 1
- Views: 361
Re: MySQL Array Solution?
I just had an idea but am not sure if it would work. Say I have a column of type fulltext in my projects table. I could add a name into that cell with some sort of termination character at the end of it. Such as this: "John Doe;" The first question is could I write PHP code that would know...
- Thu Mar 25, 2010 11:56 pm
- Forum: Databases
- Topic: MySQL Array Solution?
- Replies: 1
- Views: 361
MySQL Array Solution?
I am currently working on a project with PHP and MySQL. Some of the requirements are that I have a user/login system, a messaging system, a calendar, and projects that the users are part of and that show up on the calendar. I am trying to find a solution to store the information for the projects and...