Search results

  1. C

    how is php/mysql different then coldfusion?

    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)
  2. C

    Can you help me reformat this php code?

    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'])...
Back
Top