I’m currently working on a personal PHP project and I just wanted to sort of “bookmark” the resources I’ve gathered and found useful over the past few days.
- SimpleXML processing with PHP
- PHP Cookbook Using PHP 5’s SimpleXML
- User Registration/Account Activation Script
- Object Oriented PHP: Paging Result Sets
- Write to a file from PHP
This is just my second PHP project and I feel like I’m beginning to like PHP better and better by the day.
Hope you also find these resources “really neat”.
dayg said
I had a hard time trying to figure out how to retrieve XML element attribute values from the original links I posted and got my answer from another post entitled: PHP 101 (part 11): Sinfully Simple.
dayg said
I’m thinking of re-using WordPress’ User Authentication for my PHP application and I’m currently looking at this tutorial: Using WordPress for User Authentication for instructions.
dayg said
I’ve been having problems with get_headers($url) when checking whether a URL exists but the problem was solved by the script described on this page.