Question 1
Question 3
Question 6
If you want to add write the PHP code which of the below code editor is used?
Notepad++
Sublime
Visual code
All of the above
Question 7
Which of the below method is used to generate the unique id in Php?
unique()
id()
mid()
None of the above
Question 8
Question 9
Which of the below is the correct syntax for opening the given file in PHP?
"geeky.txt"
fopen("geeky.txt", "r");
fopen("geeky.txt", "w");
fopen("geeky.txt", "read");
fopen("geeky.txt");
Question 10
There are 15 questions to complete.