-
Configure log4php
How will you configure log4php in our application? Explain with sample code.
-
-
Tuesday, February 14, 2006 @ 10:39 am", how can you convert them to another format, that is easier to use?">
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 you like.So let's say we have$date = "Tuesday, February 14, 2006 @ 10:39 am";In order to convert that to a timestamp, we need to get rid of the "@" sign, and we can use the remaining string as a parameter...
-
-
-
-
-
-
-
-
-
What might be PHP SOAP Error for this code?
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 FilesEasyPHP 2.0b1wwwexamplessoaptest4.php(5): SoapClient->__call('checkStatus', Array) #1 {main} thrown in C:Program FilesEasyPHP 2.0b1wwwexamplessoaptest4.php on line 5Can any body solve this...
-
Crystal Reports through PHP code
How to access crystal reports through PHP code
-
MySQL Query Optimize
What are the different methods to optimize the MySQL query?
-
Abstract Class and Final Method
Which of the following is correct in case of abstract class..(1) An abstract class can not have final method(2) An abstract class can not have non-abstract method(3) A final class can not have abstract method(4) A final class can not have final method
-
High Precedence
Which one has the high precedence between && and and?
-
-
Store session value in cookies
How to store session value in cookies ? can we store session value in cookie ? if u can please explain how ?
-
Core PHP
What is Core PHP?
-
PHP Interview Questions
Ans