Blog Detail
PHP MySQL Tutorials
http://php-mysql.develop.sitefrost.com/blog/
Blog about PHP and MySQL with complete source code. It has many resouces on Twitter API, XML and other cutting edge stuff.
Recent Posts
CakePHP find function
We'll start from simple find() sample and work up to more complex ones. For this we are going to need two tables posts and users. ...
CAPTCHA PHP script
When you create a form in your web page, you are susceptible to being spamed by robots even if you use standard CAPTCHA ...
Ecsape charcters and format HTML source code
When writing PHP scripts or XML files it is important to escape characters. If you are like me don't like to use slash to escape characters or you... ...
Custom XML file generator
That's why sometimes it is good to create custom PHP script for XML document from scratch. If the time does not press you :) ...
CakePHP CRUD and form
In this post I'll show you how to handle CRUD operations over a table in CakePHP. ...
htmlentities and prevent attack
You will need to protect your site from attack XSS (cross site scripting) with JavaScript. Why JavaScript? It is safe and does not access hard drive... ...

