RSS

Includes Working

Thursday, August 7, 2008

After a few hours last night and a few this morning I was able to figure out why my include statement for the header files was not working. I think it was just a SQL statement mistake, and not even a mistake on my part. From what I read online I was doing it right however it was still halting the page every time it loaded and wasn't displaying anything from the file. The sql connect statement was like mysql_connect, but its working now with @mysqli_connect. Which is something I believe I read in my PHP6 book and the server is only running PHP5.2.5 so who knows.

I am just glad its working now and I can move on to more important matters, such as interacting with the database.

0 comments: