Recent content by BISATORU

  1. B

    how to work with php as a separate file from HTML code?

    I can separate my whole javascript code in a separate file from the html and used it as a reference <script type=text/javascript src=myjavascrpitcode.js></script> that line allow me to access to any function on a .js file. Can I do something similar with PHP and HTML? Can I have my php code...
Back
Top