I
imported_dutchie
Guest
PHP is server side, js is client side.
But you can have a PHP file read another PHP file with the include function. Just put this in your code:
include 'your file.php';
But you can have a PHP file read another PHP file with the include function. Just put this in your code:
include 'your file.php';