I want to build an app that allows users to login and upload long lines of text (DNA) and then have this same info searchable for anyone. How can I do this?
You would probably want to look into using something like Sphinx to do the searching and store the data in a mySQL database.
and you want to allow the users to write html codes into that long texts?
laser83;10892015 wrote:I want to build an app that allows users to login and upload long lines of text (DNA) and then have this same info searchable for anyone. How can I do this?