3 Responses to “My First Mashup Slides and Code”
Team Based PHP Training
Tags
adobe API article Cal Evans codeworks community conference cw09 Derick Rethans developers devzone elizabeth naramore Exim flex fun IBuildings Kathy Evans linkedin Management Marketing microsoft MySQL Nashville open source phar PHP phparchitect php developers podcampnashville podcast Programming Quickies respect Sebastian Bergmann Silly-Con Valley sixty second tech software development terry chay twitter upgrade video windows wordpress zend zend framework
PHP Podcasts- JSClasses, JSMag, PHP Alpha 1, PHP strict typing, IndieConf – Lately in PHP podcast episode 4
- SitePoint Podcast #76: Wicked WordPress Themes with Allan Cole and Jeffrey Way
- DPCRadio: Designing for Reusability
- SitePoint Podcast #75: Awesome Overkill
- DPCRadio: Technical Debt
- SitePoint Podcast #74: WordPress Themes with Nathan Rice and Cory Miller
- SitePoint Podcast #73: Cease and Desoup
- DPCRadio: APC & Memcache the High Performance Duo
- APC & Memcache the High Performance Duo
- SitePoint Podcast #72: Web Video and Social Media with Gregory Ng and Wayne Sutton
Me
Categories

March 6th, 2007 at 3:11 pm
Cal Evans’ Blog: My First Mashup Slides and Code…
…
March 13th, 2007 at 12:40 am
Hello
1-I want to write a tutorial about SOAP,Which article do you suggest to read?
2- I heard about XML bomb and RSS ,Is there special function like mysql_real_escape that we use in order to prevent SQL injection,
for these attack?
Thanks,
March 13th, 2007 at 2:00 pm
Hossein,
1- There are 2 books you need to have in your library.
Professional Web APIs with PHP
Pro PHP XML and Web Services
Those two are the best of breed as far as I’m concerned.
2- No. However, you can use the new filter extension in 5.2 to filter your input. I would suggest filter after you’ve imported it into something like SimpleXML. If there are any anomalies in the XML itself, SimpleXML and the like will refuse to validate it. Once you have a valid XML and you start pulling pieces out, run them through a filter for safety’s sake.
HTH,
=C=