| Other PHP Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| When you will get the error "Cannot add header information"? | | 2 |
| How would you impletement download and upload a file in php | A1-Technology | 2 |
| What is the difference between $message and $$message? | eGrove | 5 |
| What type of inheritance that PHP supports? | | 6 |
| Extract url from this string? It should be flexible for all
strings, not for this string only.
"yahoo.comyahoo.co.inhotmail.org" | A1-Technology | 1 |
| List out some tools through which we can draw E-R diagrams
for mysql? | | 5 |
| Which is the Best plateform for PHP? | Net-Solution | 4 |
| 1. Write a function to swap two values ?
$a = 10;
$b = 20;
echo $a, $b;
swap(); // If u want u can pass parameters
echo $a, $b; // It should print 20 , 10 | TCS | 8 |
| How to send Email using PHP with MySQL in Linux Server?.. | | 3 |
| Draw the architecture of Zend engine? | | 3 |
| Whether session will work if we disable cookies in client
browser ? | | 3 |
| What is difference between $x and $$x | Net-Solution | 3 |
| What are the reasons for selecting lamp (linux, apache,
mysql, PHP) instead of combination of other software
programmes, servers and operating systems? | | 2 |
| I have 10 elements of Array, how can i remove 5 array
element, with single function. | | 11 |
| 1.Where are the cookies storing ?
2.What is the drawback of using cookies ?
3. If two site is having same cookie name and different
values what will be the output if we echo the cookie name
from those sites ? How can we solve this issue (How can we
specify the domain name)? | TCS | 5 |
| how to upload more than 50 mb? i tried but session was
expired....certain time .....i was set session duration
three days .... how to rectified? if any one know that post
ur answer as soon as possible?already i was increase php.ini
but not working...... | | 2 |
| can anyone explain about stored procedure,Triggers and
transaction in php? | | 2 |
| How to download the files using PHP | | 1 |
| How to get the DNS servers of a domain name? | Life-Infotech | 1 |
| What is RSS?How to use it in Program? | | 3 |
| |
| For more PHP Interview Questions Click Here |