Client-to-Server application?
-
I have a client-side application built in JavaScript. I now need to create a user log-in/registration functionality into my app. How can this be done? Is there such a thing as taken an initially 'client-side' applicaion and incorporating use of server storage?...PHP/MYSQL? What is the difference between a web server AND a Database server? Will I need to communicate to the Database server in order to store data? User Tracking; What would the sequential process be, when tracking user activity on my website and storing the details in order to feed those details into their user profile as say...'Recent activities: Jon voted for YES' What are the limitations when it comes to storage?
-
Answer:
I would just use PHP to create the login, it would probably be more secure anyhow. PHP is a server-side programming language. A Web Server is one that hosts the actual website and a Database server is a remote server that hosts just the database. If your database is hosted on a remote server then you will need to communicate with that remote server. Your limitations depends on how much space you are paying for. If you have 500MB of space then you limitation is 500MB of storage which includes, but is not limited to, email accounts, ftp accounts, physical emails, images, code, cPanel, and databases.
surfguy8... at Yahoo! Answers Visit the source
Related Q & A:
- What risks do I have to consider when encrypting server side as opposed to client-side?Best solution by Information Security
- Can I get OSQL if I install SQL Server Client Tools?Best solution by Database Administrators
- How to get server response with netty client?Best solution by Stack Overflow
- How cookies are handled if you use a proxy between a client and server in HTTP?Best solution by Stack Overflow
- How can I get the remote server's date and time at the client side in my application in c#?Best solution by Stack Overflow
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.