store data | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

store data

How to store data...?

22nd Jul 2016, 2:40 PM
Al Shahrior Hasan Sagor
Al Shahrior Hasan Sagor - avatar
2 Answers
0
if you want to store data on program use this : $name "vijay"; $num 32; $name or $num indicates the variable names you can give any name for variable ex $variable_name if you want to store data permanently you have to use database
4th Sep 2016, 1:55 AM
Vijay Kumar
Vijay Kumar - avatar
- 1
This is explained pretty broadly throughout the entire course. Theres a lot of ways to store data, but basically youre assigning a value to a variable. Examples int x=36 int y="hello"
22nd Jul 2016, 2:46 PM
Curtis McGuffee
Curtis McGuffee - avatar