How is datat stored and retrieved on the server side?
Posted: Tue Aug 25, 2009 9:36 pm
I know about mysql . data can be stored in tables and received through queries.
But there has to be other ways/techniques server side information is stored . JavaScript tricks or something.
Just give me lil hint if you don't want to give a detailed answer.
btw I am talking about saving server side , not cookies or temporary variables.
Reason : making a website that takes user input , stores and displays later in different php pages.. So I want the input to be stored in some variable and then displayed
The only way I can think of is using database , but thats something I want to avoid. Its a small website and I am terrible programmer.
Also another answer I got for this question was that its all database only . SO is all the information(email,google's index) stored on the internets is in databases ?
ta
Lastly how is this site doing it ? its just 2 variables...
But there has to be other ways/techniques server side information is stored . JavaScript tricks or something.
Just give me lil hint if you don't want to give a detailed answer.
btw I am talking about saving server side , not cookies or temporary variables.
Reason : making a website that takes user input , stores and displays later in different php pages.. So I want the input to be stored in some variable and then displayed
The only way I can think of is using database , but thats something I want to avoid. Its a small website and I am terrible programmer.
Also another answer I got for this question was that its all database only . SO is all the information(email,google's index) stored on the internets is in databases ?
ta
Lastly how is this site doing it ? its just 2 variables...