I've mastered the concept of PHP and using PHP with mysql. Now Im wanting to learn the fundamentals of cold fusion, I have heard its similar to phpmysql. In relation to php/mysql what is the differences and similarities of ColdFusion? (*bonus question:* advantages and disadvantages)
Im having a brain freeze today I give up doing it alone can someone please help me?
<?php
$name = sqlite_escape_string($_REQUEST['name']);
$email = sqlite_escape_string($_REQUEST['email']);
$phone = sqlite_escape_string($_REQUEST['phone'])...