I believe that's more of a javascript question, which I am not very good at. Maybe put these images in divs with the link already there, have them hidden, and when the user presses the link show the...
IMO your best bet would be to initialize a link with every picture, just a small one at the bottom of it, then POST the data to the same page and have PHP handle it from there. Getting the current...
Have you echoed the POST data after you convert them with the strtotime() to see what they are, then compare them to the ones in the database manually ?
Ok, that might happen now because of the foreach we're using. Did you put the foreach before the while statment ? If so, copy & paste all of the code underneath die(); into a notepad, and put it back...
put this right before your while statment, and copy and paste the results. This will klll your page the time being, but it will help us figure out whats going on.
Thats because I'm getting the contents of a text file. The obRequest.responseText is a name of a directory, I need that to be passed into
populateParentWindow(Directory), this is the problem.
...
Not that I dont mind helping you out at all, but you should try experimenting around, these are pretty easy fixes. You are ware of the manual on PHP at PHP.net ? I've been leaving these little...
I'm guessing thats because the players name is seperated with a comma between last and first ? You could either remove the comma from the players name, or you could :
Well Sessions are not my strong point, I've never got them to work the way I want to either unless I include() page after page. My solution has always been writing variables into a text file, and...