1
I’m working on a PHP site where I have about 20 different pages that have the same form. Currently this site has in the 20 pages the same code for the form (Ctrl+c/Ctrl+v). Is there a way to use the same form on these 20 pages in a simpler way? I’m not used to PHP.
http://php.net/manual/en/function.include.php
– Sergio
Can you show me an example within this scenario?
– jpklzm