I think i'll have to, the id's still are coming up. Php file on it's way. cheers for the help BTW as i forgot to say it before.
*BUMP* Shawn if you are back yet, any idea on the problem for this thread, for some reason the id's are not getting entered into the txt file. The only thing I can think of that is different is the fact that I use smarty php so all design is kept in templates (.tpl) but I wouldn't of thought that would cause a problem.
Your server isn't passing the $_SERVER['SERVER_NAME'], which is required. Most likely some sort of configuration issue with PHP on your server. If you can't get it working, you could hardcode it if you wanted, but the better fix would be to do it at the PHP/server level.