+ 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.

27th Oct 2019, 3:42 PM
OverdrivedProgrammer
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.
27th Oct 2019, 4:50 PM
A͢J
A͢J - avatar
+ 4
<script language='php" src="your_file_source"> The above line has been deprecated. So I would like to suggest never use that.
27th Oct 2019, 6:52 PM
A͢J
A͢J - avatar