can we swap two different string using php for example:--
before swapping:--
1 string :-hello friend,
2 string :-my dear,
after swapping that strings will be:
1.hello dear, 2.my friend.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

how can i upload only pdf files in my website? files has not a pdf extension mantioned

0 Answers  


1.What is application server ? 2.What is web server ? 3.Explain the process of execution of a php file ?

9 Answers   IBM,


What is the functionality of md5 function in php?

0 Answers  


Tell me how to set a page as a home page in a php based site?

0 Answers  


Is php a programming language?

0 Answers  






What is the output of the ucwords function in this example?

0 Answers  


i want to need upload above 100mb file,i was successfully upload 75mb using .htaccess file ,but i can put 101mb file,it was not upload..please give some tips..local server its work perfectly but online it doesn't work.. .htaccess file details AddHandler application/x-httpd-php .php php_value post_max_size 200M php_value upload_max_filesize 200M php_value memory_limit 300M php_value output_buffering on php_value max_execution_time 259200 php_value max_input_time 259200 php_value session.cookie_lifetime 0 php_value session.gc_maxlifetime 259200 php_value default_socket_timeout 259200

1 Answers  


What is difference between sql and php?

0 Answers  


What is difference between static and constant in php?

0 Answers  


What is oops php?

0 Answers  


Explain how we can retrieve the data in the result set of mysql using php?

0 Answers  


Explain the difference between array_merge() and array_combine()?

0 Answers  


Categories