Recent content by Dj Sam

  1. D

    PHP refuses to read one of my variables in a MySQL query?

    I'm using $_GET to grab an id from the URL and then storing this in a variable called $taskid like so: $taskid = $_GET['id']; This works fine, however earlier in my code I have an UPDATE SQL statement that updates the task when the submit button is pressed, which looks like this: $updatelist...
  2. D

    Javascript to change image once a week?

    Hello, I am new to javascript and would really appreciate some help on this. I need to write a script that changes an image once a week on the same day every week (for instance, every sunday). Any help from anyone that knows about javascript / programming will be appreciated, thank you!
Back
Top