Hi, please can somebody let me know how to do the following PHP in JavaScript. The vaibles in PHP are Parameters in Javascript. If all three Parameters are set then I would like a PHP script to execute:
<?php
if isset($nation,$service,$slider)
{
//execute php script
}
?>
Thanks for looking, and maybe helping!
To clear any confusion, I require all the PHP above to be converted into it JavaScript equivalent.
On top of this I would like a way of executing a PHP script within the JavaScript if all 3 Parameters are set.