Results 1 to 2 of 2

Thread: Can PHP do this?

  1. #1
    Join Date
    Aug 2008
    Location
    Smiths, AL
    Posts
    164
    Thanks
    30
    Thanked 5 Times in 5 Posts

    Default Can PHP do this?

    I was wondering if PHP could search for data in the source of another webpage?

    For example, I have an excel macro that searches for a list of names and some other information in the html source of a web page that I tell it too. To make things even easier for me I was wondering if PHP could do this?

    Does anyone know???
    ___________________________________

    Still working on it!

  2. #2
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    you can use exec(), however that is a very powerful function and you should look at it.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •