I made a script that had the function: function html_header() { ... ... }
and when I ran the script it said: WARNING: cannot redeclare html_header() on line 8
Why does this happen?
Thanks a mill!