+ 1
Is it possible to link PHP with JS and HTML? If yes, how?
I'm preparing a new webpage... But it will need a prompt to collaborate with PHP. PHP is going to be inserted inside HTML.
2 Respuestas
+ 4
Yes possible. You can write PHP code in html and can link js also.
Check here we are writing php in html
https://www.sitepoint.com/first-php-code/
If html is there then you can link JS and CSS also.
+ 4
<script language='php" src="your_file_source">
The above line has been deprecated. So I would like to suggest never use that.