N/C;1330059 wrote:
it dont have to be created by the server - only the request has to be authenticated
the example route schema (...com/users/xxx/xxx) isnt a standard for (..com/users/me or ...com/account)
there are many ways to do that and many aspects to decide before:
but...yeah...u asked how <- maybe u need a tutorial for:
for php (or a framework [slim, codeigniter, zend, symphony, ...], or a cms [joomla, drupal, wordpress, ...])
for ruby (or a framework [rails, ...], or a cms [refinerycms, ...])
for javascript (or a framework [express, ...], or a cms [callisto, nodeize, ...])
for java (or a framework [spring, ...], or a cms [liferay, ...])
for python (or a framework [django, ...], or a cms [Plone, ...])
Hey N/C i am a newbie to php and very new to coding but i youtubed and googled the examples you gave me and they somehow gets close to my idea but not what i am hoping to find.
I am kindly asking you for a favor on a script that can do the following. I am not sure which framework it would be but you know whats best.
Here is what i hope to have;
Its a mobile tracking system website i am working on and i want users/customers to get the following;
Log in and register. ( connects to a database or if not required that's ok).
A user gets logged in to his/her account and finds a list of menu functions. that my website offers. for example, missed calls, received calls, texts lists (which i update oftenly from the admin end.) so basically i will need an admin panel too to update what users see or get.
A section where i can upload files for them eg mp3,jpeg,etc only to particular user account. For example a user A gets file(A) and user B file(
.
A user logs out. that's all the accounts must be completely not linked to each other because they both hold sensitive information.
i just need a simple ready made script that can work then i will customize the rest. I hope its not hard work.