Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Technology Questions
How can we find the number of rows in a result set using PHP?
What is the functionality of md5 function in PHP?
What are the differences between GET and POST methods in form submitting?
What is a Session?
How do you destroy a particular or all Sessions?
Explain include(), include_once, require() and require_once.
How can we extract string "abc.com" from a string "https://info@abc.com" using regular _expression of php?
What are the different types of errors in php?
What is the functionality of the function strstr and stristr?
What are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?
What are encryption functions in PHP?
How to set cookies?
How can we know the number of days between two given dates using php?
How to store the uploaded file to the final location?
Explain $_FILES Superglobal Array.
What is Constructors and Destructors?
What is PHP's configuration file called?
What is a PHP Filter?
What is Apache configuration file typically called?
Which function would you use to insert a record into a database?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70