I am new to php and code in general. I am trying to create a site, it is located at www.yeahididthat.com
There is a table under the main content. The table consists of 2 columns. For some reason the links in the left column work, but an error message is displayed if a link from the right column is clicked on. The error message refrences line 30 in my index file but there is nothing in line 30 concerning the left column that is working correctly.
Is there some code that I need in between the 2 columns in order for the database to be called on properly?
Should I recreate the tables in the database that are not working properly?