>
>
> > Also, is $biddernum defined and does it contain a value?
>
> I would look really closely at this statement as I think this is probably
> the problem (based on your error message and description).  More
> than likely
> you are setting it with some user input field on the web page
> (like a cookie
> even?)  and those things don't exist when you run it from cron.
>
> HTH,
> Tanton
>


Thanks to all for the help... I think this may have hit the nail on the
head. The script is one that I purchased and I'm not completely sure what is
happening... though I have a general idea. I need to run this script through
cron so that it will clean the closed auctions from the database. I think
the best solution is going to be to write a User Agent script to browse the
page and run that with cron. That way all the ENV variables and cookies are
set. Might not be the best method, but will be the quickest for me.

Again, thanks for all the replies.

Dave


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to