You need to start a new thread and post all your code. Switch on error reporting on the server that doesn't work. If it all works on you windows server but not on another it is probably a permissions...
That code was just an example of one way to name a file so there weren't collisions. If you want to call a file something specific just write it into your code.
I've got a checkbox in an li element. I put an onclick on the li element to toggle the checkbox. This works fine if I am over the li element but not over the checkbox. But if I am over the checkbox...
Trying to work out a simple way to do this. For a circle I've got to work out if one position is within 3 degrees of another. I want to do this with maths, not PHP built in functions.
$pos1 = 3;...
You should be using a database specific function like mysqli_real_escape_string(), not addslashes. Also if you end up with 1\/2 after using stripslashes that means you started with 1\\/2, i.e. 2...
The site owner can add new pages via content management system.
Once the page is created a new link automatically appears in the side-menu.
Because this is CMS the side-menu built purely based on...