Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Technology Questions
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what’s the problem?
If the variable $a is equal to 5 and variable $b is equal to character a, what’s the value of $$b?
What’s the special meaning of __sleep and __wakeup?
What is the difference between characters 23 and x23?
What’s the difference between md5( ), crc32( ) and sha1( ) crypto on PHP?
What’s the difference between include and require?
How do you define a constant?
How do you pass a variable by value?
Explain the ternary conditional operator in PHP?
Are objects passed by value or by reference?
How do you call a constructor for a parent class?
Would you initialize your strings with single quotes or double quotes?
For printing out strings, there are echo, print and printf. Explain the differences.
What’s the difference between htmlentities( ) and htmlspecialchars( )?
How to open a file?
Why we use array_flip
What is a .htacces file
Can we use include ("xyz.PHP") two times in a PHP page "index.PHP"?
How can we get the browser properties using PHP?
What is the maximum size of a file that can be uploaded using PHP and how can we change this?
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