Profile_bird

Hey there! robbarrett is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What are you doing? Join today to start receiving robbarrett's tweets.

Already using Twitter
from your phone? Click here.

robbarrett

  1. http://twitpic.com/nvwsk It was looking very autumnal in Clapham this afternoon
  2. Ahh, despite the sore throat, I feel so much better after a good sleep. I started a new job on Tuesday, and it's been a shock to the system!
  3. But at least I can finally sleep now! Just spent the last half an hour washing the zombie make up off if my face.
  4. Christ, Infernos in Clapham was shit tonight - only one Halloween song played in the 4-5 hours I was there :-(
  5. Less than 3 hours to the weekend! Tick tock tick tock...
  6. Well, big surprise, my bike pump came in the post today. First day in weeks that no-one's been in the house to sign for it.
  7. @robertbasic Yup, I just gave that a quick whirl in a new browser with prefixes, and it looks to be working fine - you ARE a star! ;-)
  8. Right, off to bed for me. I have a job interview for IT Support tomorrow, so I'm crossing my fingers and getting my brain some sleep.
  9. @robertbasic Ahh, quite likely, seeing as I set a 'name' variable. Bit too generic. Thanks for your help mate, I'll have to do more tomorrow
  10. @robertbasic I guess I messed something up, and the session is keeping it that way!
  11. @robertbasic That's what I thought. OK, just tried pages in another browser, and they show fine.
  12. @robertbasic WordPress can't find any of the pages in the database. *sigh* I do have an up-to-date backup of the DB, but still worrying.
  13. @robertbasic OK, is there anything in $_SESSION that might have screwed the database, or has some bastard fucked with the site?
  14. @robertbasic You're a star, thanks. I'll give that a go now.
  15. @robertbasic If all required fields are filled, it sends to one of a few pages (decided by last dropdown) otherwise it returns with errors
  16. @robertbasic Thanks mate. http://70.87.90.207/~dstlif... is the form I'm working on, if it helps.
  17. I suppose could just output all the values to the new URL (?name=Jim), so the form can use GET to get them. It seems very inelegant though.
  18. @robertbasic Yeah, that's what's causing my headache with this! Thanks though mate :-)
  19. I need a seperate validator file because I want to redirect by PHP if successful, but I lose the POST values if I return to the form.
  20. Send form, validator checks for name field. If empty, return to form page and refill any fields that had data.