Posts by Caio Silva • 87 points
4 posts
-
2
votes2
answers79
viewsQ: Add a login field to an existing user table
What would be the best way to add a field of login in an existing database table with about 10,000 users. I am currently using Mysql and would like to remodel the user table, at the moment the table…
-
2
votes1
answer3787
viewsA: How to display a modal confirmation window after registration is completed?
You can take the Hide class out of your div because it is already hidden by default and leave only the modal and fade classes <div id="myModa3" class="modal fade" tabindex="-1" role="dialog"…
twitter-bootstrapanswered Caio Silva 87 -
1
votes1
answer132
viewsQ: Mongodb and Redis on the same server
I am planning a system that uses Mongodb for reading data and Redis for session sharing between PHP and Nodejs. Is there any problem having Redis and Mongodb running on the same server, since both…
-
3
votes1
answer1030
viewsQ: Node.js and PHP on the same server
I have a dedicated Centos 6.5 server with Plesk Panel 12 installed, with multiple sites in php. I would like to develop a chat with Node.js and integrate it with some sites made in php. Except that…