php

Rails-Grails-CakePHP

I have been worked with three of the most popular web development framework for the past couple of years and are amazed how web development can benefit from these innovative technologies.

CakePHP is the one I used for the first version of MoreFunMath website at http://www.morefunmath.com

TBC.

 

A page to get sql result from db

<?php $sql = "SELECT sum(has_title) AS num_students FROM node_type"; $result = db_fetch_object(db_query($sql)); $num_students = $result->num_students; ?> There are <?=$num_students;?> students involved.
Syndicate content