![]() Related Questions If you have to work with dates in the following format: "Tuesday, February 14, 2006 @ 10:39 am", how can you convert them to another format, that is easier to use? The strtotime function can convert a string to a timestamp.A timestamp can be converted to date format. So it is best to store the dates as timestamp in the database, and just output them in the format 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 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 Hello All, Fatal error: Uncaught SoapFault exception: [soap:Client] Not enough message parts were received for the operation. in C:Program FilesEasyPHP 2.0b1wwwexamplessoaptest4.php:5 Stack trace: #0 C:Program Latest Answer : Dear$wsdl = “http://demo.mchek.com/mChekPaymentGateway/services/mChekPaymentGateway?wsdl”; $id = “16577″; $cliente = new SoapClient($wsdl); $vem = $cliente->__call(’checkStatus’,array($id)); print $vem; ?>Simple ... What is the difference between "echo" and "print" in PHP? Latest Answer : echo is constructor and print is function.echo cannot take arguments but print can take arguments. ...
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||