PHP Gurus...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jak
    So Fucking Banned
    • Apr 2002
    • 1143

    #1

    PHP Gurus...

    I'm in a braindead mode here...

    How can I read the visible text contents of a web page into a string? NOT the actual HTML source, I know how to do that... I also don't want to mess around with stripping tags form the source, etc. as I've been playing with that all night and it's just not doing the trick.

    I need only the text you see on the page when it's opened in a browser, that's what I want to load into a string.

    Any help is much appreciated.
  • Carrie
    Confirmed User
    • Apr 2002
    • 3162

    #2
    Go to Hotscripts.com and look for a little stripper named Scooby.
    Seriously - one of the options does what you want, IIRC.

    Comment

    • robfantasy
      Confirmed User
      • Jun 2002
      • 6445

      #3
      whats up jak, u buy sigs?
      Looking to speak w/ high volume nutra CPA affiliates or networks... msg me

      Comment

      • robfantasy
        Confirmed User
        • Jun 2002
        • 6445

        #4
        Originally posted by robfantasy
        whats up jak, u buy sigs?
        woa that was traffic cash gold, sig swap, ahhhh ya
        Looking to speak w/ high volume nutra CPA affiliates or networks... msg me

        Comment

        • Jak
          So Fucking Banned
          • Apr 2002
          • 1143

          #5
          Originally posted by Carrie
          Go to Hotscripts.com and look for a little stripper named Scooby.
          Seriously - one of the options does what you want, IIRC.
          I can't find anything there named Scooby, but that did lead me to some solutions I do believe will help. Thanks!

          Comment

          • Jak
            So Fucking Banned
            • Apr 2002
            • 1143

            #6
            Originally posted by robfantasy


            woa that was traffic cash gold, sig swap, ahhhh ya

            Comment

            • pudcat
              Confirmed User
              • Mar 2003
              • 1169

              #7
              get the source then strip the tags.

              http://www.php.net/manual/en/function.strip-tags.php
              SUBMIT YOUR BABE GALLERIES

              PROMOTE YOUR BLOG HERE

              always looking for hardlinks icq #207011694

              Thunder-Ball.net, good for hardlink exchanges

              Comment

              • SicChild
                Confirmed User
                • Mar 2003
                • 365

                #8
                strip_tags();

                ???

                Comment

                • Jak
                  So Fucking Banned
                  • Apr 2002
                  • 1143

                  #9
                  Originally posted by SicChild
                  strip_tags();

                  ???
                  From my opening post:
                  Originally posted by Jak
                  I also don't want to mess around with stripping tags from the source, etc. as I've been playing with that all night and it's just not doing the trick.

                  Anyway I've got it figured out now. Thanks for the replies.
                  Last edited by Jak; 09-06-2003, 10:49 PM.

                  Comment

                  • pudcat
                    Confirmed User
                    • Mar 2003
                    • 1169

                    #10
                    Originally posted by Jak
                    [/color]
                    Anyway I've got it figured out now. Thanks for the replies.
                    mind sharing?
                    SUBMIT YOUR BABE GALLERIES

                    PROMOTE YOUR BLOG HERE

                    always looking for hardlinks icq #207011694

                    Thunder-Ball.net, good for hardlink exchanges

                    Comment

                    • Jak
                      So Fucking Banned
                      • Apr 2002
                      • 1143

                      #11
                      Originally posted by pudcat


                      mind sharing?
                      Well it's not really that I got exactly what I thought I needed figured out, it's more like the path led me on a different direction that did the same thing I was trying to get towards.

                      Comment

                      Working...