What is php built on?
No Answer is Posted For this Question
Be the First to Post Answer
Echo is used to Display message on screen. Which is used with echo to not output the trailing newline?
How can a cross-site scripting attack be prevented by php?
What is the purpose of basename() function in PHP?
I have 10 elements of Array, how can i remove 5 array element, with single function.
I am writing an application in php that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with php?
explain in brief type juggling in php?
How can I reverse sort an array keeping the correlation between the index and value?
2 Answers Rushmore Consultancy,
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
14 Answers Aquasol, Infosys, TCS, Torque Infotech,
How do you sort an array in php?
How to pass an argument to a function?
What is the definition of a session?
Does php has a future?