Jump to content

rolloff

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by rolloff

  1. David, still cannot get my mailer program to work, seems it needs wget to work, any other ideas or do I need to find a nother host? Thanks for the support
  2. Thanks, I am glad to be here, what support you all offer and what a welcome!! Thanks! can I send the code to someone to look at?
  3. ok now have this error <br /> <b>Fatal error</b>: Call to undefined function: sqlconnect() in <b>/home/denverc/public_html/mailer/lib/etools2.php</b> on line <b>162</b><br /> below is line 162 of the etools2.php sqlconnect(array('server'=>$database_host,'user'=>$database_user, 'database'=>$database_name,'password'=>$database_password));
  4. I am trying to get the following cron to work since my host does not accept wget php -q /home/denverc/public_html/mailer/admin/responder.php?op=cron the following cron is what I need to use for my mailing software */15 * * * * /usr/bin/wget -O/dev/null -o/dev/null http://www.mywebsite.com/mailer/admin/responder.php?op=cron can someone tell me how to work the php script to replace the other, I receive the following error No input file specified. Thanks for the help!
×
×
  • Create New...