|
S.N
|
Site Name
|
Page Rank
|
|
1
|
7
|
|
|
2
|
7
|
|
|
3
|
7
|
|
|
4
|
6
|
|
|
5
|
6
|
|
|
6
|
6
|
|
|
7
|
6
|
|
|
8
|
6
|
|
|
9
|
6
|
|
|
10
|
6
|
|
|
11
|
6
|
|
|
12
|
5
|
|
|
13
|
5
|
|
|
14
|
5
|
|
|
15
|
5
|
|
|
16
|
5
|
|
|
17
|
5
|
|
|
18
|
5
|
|
|
19
|
4
|
|
|
20
|
4
|
|
|
21
|
4
|
|
|
22
|
4
|
|
|
23
|
4
|
|
|
24
|
4
|
|
|
25
|
4
|
|
|
26
|
4
|
|
|
27
|
4
|
|
|
28
|
4
|
|
|
29
|
4
|
|
|
30
|
4
|
|
|
31
|
4
|
|
|
32
|
4
|
|
|
33
|
4
|
|
|
34
|
4
|
|
|
35
|
4
|
|
|
36
|
4
|
|
|
37
|
4
|
|
|
38
|
4
|
|
|
39
|
4
|
|
|
40
|
4
|
|
|
41
|
4
|
|
|
42
|
4
|
|
|
43
|
4
|
|
|
44
|
4
|
|
|
45
|
4
|
|
|
46
|
4
|
|
|
47
|
4
|
|
|
48
|
4
|
|
|
49
|
4
|
|
|
50
|
4
|
|
|
51
|
4
|
|
|
52
|
4
|
|
|
53
|
4
|
|
|
54
|
4
|
|
|
55
|
4
|
|
|
56
|
4
|
|
|
57
|
4
|
|
|
58
|
4
|
|
|
59
|
4
|
|
|
60
|
4
|
|
|
61
|
4
|
|
|
62
|
4
|
|
|
63
|
4
|
|
|
64
|
4
|
|
|
65
|
4
|
|
|
66
|
4
|
|
|
67
|
4
|
|
|
68
|
4
|
|
|
69
|
4
|
|
|
70
|
4
|
|
|
71
|
4
|
|
|
72
|
4
|
|
|
73
|
4
|
|
|
74
|
4
|
|
|
75
|
3
|
|
|
76
|
3
|
|
|
77
|
3
|
|
|
78
|
3
|
|
|
79
|
3
|
|
|
80
|
3
|
|
|
81
|
3
|
|
|
82
|
3
|
|
|
83
|
3
|
|
|
84
|
3
|
|
|
85
|
3
|
|
|
86
|
3
|
|
|
87
|
3
|
|
|
88
|
3
|
|
|
89
|
3
|
|
|
90
|
3
|
|
|
91
|
3
|
|
|
92
|
3
|
|
|
93
|
3
|
|
|
94
|
3
|
|
|
95
|
3
|
|
|
96
|
3
|
|
|
97
|
3
|
|
|
98
|
3
|
|
|
99
|
3
|
|
|
100
|
3
|
Top 200 PHP interview questions and answers are below Questions : 1 Who is the father of PHP ? Answers : 1 Rasmus Lerdorf is known as the father of PHP. Questions : 2 What is the difference between $name and $$name? Answers : 2 $name is variable where as $$name is reference variable like $name=sonia and $$name=singh so $sonia value is singh. Questions : 3 How can we submit a form without a submit button? Answer : 3 Java script submit() function is used for submit form without submit button on click call document.formname.submit() Questions : 4 In how many ways we can retrieve the data in the result set of MySQL using PHP? Answer : 4 We can do it by 4 Ways 1. mysql_fetch_row. , 2. mysql_fetch_array , 3. mysql_fetch_object 4. mysql_fetch_assoc Questions : 5 What is the difference between mysql_fetch_object and mysql_fetch_array? Answers : 5 mysql_fetch_object() is similar to mysql_fetch_array()...
Comments
Post a Comment