Search results

  1. V

    How do i create a php header and footer template?

    I am working on a website that continues to grow. Most pages are php with the same basic structure, header, footer, side bar and content. Every time I want to add a link or change the layout of the side bar I find myself having to change the code on every webpage. I utilize CSS to some extent...
  2. V

    What is the issue with my php/mysql syntax using min() function?

    This is the error I'm getting "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'id #2' at line 1" Below is the php/mysql code <?php // Creates connection with database $link =...
Back
Top