|
If you're looking for tutorials on scraping and form filling I have some nice step by steps on my site. No ads just trying to give back. Take a look in my signature. As far as learning PHP I'd encourage you to buy 2 books. yes actual hard cover books that you can flip through and reference. That you can carry with you and take a look at anytime you have 10 free minutes. If you have no understanding or background in programming I'd suggest PHP for Dummies. This is going to give you a basic understanding what programming is. In my opinion programming is nothing more then loops, variables and conditions.
loops = do something until something condition happens like you meet a number of loops
condition = if it like this then do this, or else if it's not like this do something else
variable = a container to hold stuff in whether that's a string, number, etc
Of course there's more to it then that but that's the basics that PHP for Dummies is going to lay out for you.
The other book you should really invest in if you're serious is the great php reference in a book ( php.net is awsome but not a book ) Oreilly's - PHP in a Nutshell. This book will give you a great reference for all the things you're going to use in PHP again and again. When I first started with PHP about 1.5 years ago I'd reference this book 200-300 times a day. I still looks at it a few times a week but it's a must have in my opinion.
Hope this get's you a good start.
Success,
Smaxor
|