jquery - Is it possible to create sign up possibility without PHP? -
is possible create sign possibility without php? made application jquery, , want users able sign , save there input. possible without php?
thanks in advance
web applications consists of 2 sides. server , client, server stored in host in remote computer while client request them our desktop.
php server side programming language (that runs on server) while javascript client side language(runs on our computer). if want create alert message php then cannot. cannot store data on sever javascript because runs on computer.
data sent server request , manipulated on browser css , javascript. (you are able see browse page extention .php though don't have php installed on computer. beasuse server has php compiler)
now if want create sign then, need store data in server (because data has available), , javascript on run on server. need server side language. there lots of languages server side scripting , , can choose of them mentioned above. important thing need 1 ...!
Comments
Post a Comment