answersLogoWhite

0

How do you use settime out in php?

User Avatar

Atul0107

Lvl 1
13y ago
Updated: 8/19/2019

we cant use set timeout function in php because it is of java script function

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is Settime's population?

The population of Settime is 561.


What is the area of Settime?

The area of Settime is 6,700,000.0 square meters.


What is the use of a question mark in php?

It is used to tell the sever to use the PHP parser. To begin php you must use <?php, and to end it, it is ?>.


How do you use PHP in HTML?

You can't use PHP in an HTML document, but you can use HTML in PHP script.


How do you use the set time cheat on Spore?

Press Ctrl+Shift+C, then type in settime 0-24. This sets the hour of the day.


Why should you use PHP and not JSP?

Firstly, this is wrong question. The right one would be WHEN should you use PHP, not JSP? or, WHEN should you use PHP and WHEN JSP?


How do you use XML in PHP?

PHP 5 has a XML parser called SimpleXML that you could use.


How do you create a web mail script using PHP?

You can use phpMailer() Or, you can use mail() PHP function to send emails via PHP script.


What is a PHP certificate?

PHP certification is received after doing some sort of PHP course, there are many out there to do. You can use them in your CV to help you get a job in PHP.


Where could one find information about how to use PHP 5?

You can find information about how to use PHP 5 on the official PHP website, PHP.net, through the PHP 5 documentation section. Additionally, online tutorials, forums, and books dedicated to PHP programming are great resources to learn how to use PHP 5 effectively.


Which PHP version does Facebook use?

Facebook uses PHP 5.


What are the PHP tags?

There are no PHP tags. Unlike HTML, PHP is not Markup language. They use scripts. An example would be <?php echo "Hello, World!"; ?>