Jump to content

WarpedNoodle

Members
  • Posts

    2
  • Joined

  • Last visited

    Never

About WarpedNoodle

  • Birthday 06/19/1974

Contact Methods

  • Website URL
    http://www.downlinecenter.com

Profile Information

  • Gender
    Not Telling

WarpedNoodle's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi, I'm trying to populate a database with information obtained by automatically submitting to phone directories such as canada411.com or yellowpages.  I have no idea how I would go about doing this.  How can I automatically submit to these forms and then automatically dump the return information into a database? Please point me in the right direction of where to look for script examples. Thanks.
  2. Your loop logic is flawed. You have a while statement that says (by pseudo-coding) "So long as I don't have this condition met (while (!$Recordset1->EOF)), do this. Otherwise, do that. The problem is, you don't have any means of terminating the "if not" condition. Usually the "if not" condition is met by incrementing the variable in the "if it does" statement. If this is not practical for your given situation, then the "while" loop is not the way to go. Rather, a nested "if, else" conditional might suit your needs. Good luck, Trev
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.