ok so this is driving me insane!!!
I just started working as a web dev for this med office .. to make the story short.. the dev before me left a total mess...
the current problem i'm having involves a php error.
I've uploaded most of the files.. most of the css styles and that all works greate.. but as soon as i upload a dhtml or javascript drop down menu... i get the following error no matter what style or tool i use to make the diff menus:
"Fatal error: Call to undefined function: head() "
I searched for the head function in any within the php and then within all the included js. attached to it and none of them had this function. So this lead me to believe that the fatal head error is a common error which i just can't define..
Point is this is the second day I'm trying to fix this mess and i'm about to hit the fkn wall.
From the error message it looks rather as if the head() function isn't defined, which would make sense if you can't find it anywhere in the code! Do you have any idea what it should do?
Bookmarks