
Search In
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to find Unix timestamp in PHP?
If you want to get current Unix timestamp then you should use getTimestamp() function which returns Unix timestamp that represents the date. This
Cookies are basically small text files that is stored in browser and it is use for tracking purpose.
Cookies are also use for remember me functionalities.
Setting Cookies with PHP
setcookie(name, value, expire, path, domain, security);
For Examp
Hi We want Php Developer for School ERP System Module, who is really dedicated to do work and have time to work on it
His thinking power is also good
Modify PHP settings
PHP settings can be changed and configured using php.ini file. This blog will give you few common examples.
In PHP applications there are some case in which we might need to allow for larger upload files. Such as videos, plugins
Internet of Things is seen everywhere in our lives today. It is no longer a technology that was unreachable. IoT application development is done by several companies to create a good living environment. It is being implemented in several industries l
Platform independence! It’s one the major reasons of the ever popularity of the Java language. It’s no wonder that organizations of all sizes and types are integrating it into their processes, not to mention the fact that Android is run o
What is use of time() Function in php ?
Php time() function basically use for returns a current unix timestamp. In which, you can utilize the date() function to format it to your desiderata.
You can see below example of time() function.
<
Hello reader's lets continue with static variable, today we will discuss about "how to access static variables in PHP and Java".
PHP is usually changing as a Object Oriented language. As being a java coder and PHP coder.
Java and PHP possesses com
In cakephp you can handle different session time outs for admin and front end users.I added the following lines in core.php file and it works for me.
if(strripos($_SERVER['REQUEST_URI'],"admin")) {
Configure::write('Session', array(
'defaults'
Here we are making two simple text box one for the name which is filled by the user and the other is the input box for the time which is automatically called with the help of jQuery-ajax. First of all we make a simple form with two input fields one i
