Copy information only, from an external webpage and import it into a form using PHP
Posted
by mpw5013
on Stack Overflow
See other posts from Stack Overflow
or by mpw5013
Published on 2010-06-18T04:31:59Z
Indexed on
2010/06/18
13:53 UTC
Read the original article
Hit count: 175
php
I'm looking to extract key pieces of information from the following website to simplify the signup process. More or less I want to build a quick import script that will grab the following:
1) Username 2) Type (Model / Photographer) 3) Age 4) Sex 5) City, State, Zip 6) Email 7) Photos
I will then take all of this data and add it to join form / push the photos through a manipulation script.
Any ideas?
© Stack Overflow or respective owner