You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the index.html there is PHP code that will not run if you have a properly configured web server. Either rename the file to index.php or replicate the functionality in javascript:
In the
index.html
there is PHP code that will not run if you have a properly configured web server. Either rename the file toindex.php
or replicate the functionality in javascript:In general, mixing PHP and HTML should be avoided, instead using templates or javascript for the dynamic content.
Also in the same file, the form target should be
bin/geogram.php
.The text was updated successfully, but these errors were encountered: