![]() Related Questions What is difference between require_once(), require(), include().Becouse above three function usely use to call a file in another file. Latest Answer : Both echo and print are language constructs. However print() acts like a function in that it returns a value and can be used in complex expressions.Furthermore, echo without parentheses can take multiple arguments. Echo with parentheses and ... Read Answers (7) | Asked by : Davinder Singh How to make a download page in own site, which i can know that how many file has been loaded by particular user or particular ipaddress What is difference between mysql_fetch_array(),mysql_fetch_row() and mysql_fetch_object()please insert with example Latest Answer : Move : This function checks to ensure that the file designated by filename is a valid upload file (meaning that it was uploaded via PHP's HTTP POST upload mechanism). If the file is valid, it will be moved to the filename given by destination. ... If anyboyd knows, do tell me.waiting for your prompt response. Latest Answer : You are unlikely to ever want to know this, however the difference is that print will return a value to let you know if the statement worked or not, whereas trying the same thing with echo will result in error: Read Answers (19) | Asked by : Ashwani The require() statement includes and evaluates the specific file. The include() statement includes and evaluates the specified file include() produces a Warning while require() results in a Fatal Error. Latest Answer : include() gives an warning but reqiure() gives an error.require halts the page but include dosen't. ... Read Answers (3) | Asked by : Rasmi ranjan sahoo Split - Splits string into array by regular expression.Explode - Split a string by stringHope this helps Latest Answer : In Split You can use regular Expression like split('[/.-]', $string); ... Read Answers (3) | Asked by : Paddy Latest Answer : strstr($needle,$string) function will search $needle in $string if its found then it will return the rest of string after that needle. like strstr(@,br.rizwan@gmail.com) will return gmail.com only....Ans stristr is case insensitive..Rest of functionality ... Read Answers (2) | Asked by : kinnari mishra Latest Answer : Both the functions are used to Split a string. However, Split is used to
split a string using a regular expression. On the other hand, Explode is used to
split a string using another string.
e.g explode (" this", "this is a string"); ... Read Answers (2) | Asked by : What is difference between Split and Explode
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||