Search results

  1. S

    Is there much difference between Flash MX and CS4?

    What can I build in CS4 that is impossible or too difficult to build in MX?
  2. S

    PHP get database record without while loop?

    The way I'm currently getting a single value from mysql is this way: $query = mysql_query("SELECT COUNT(*) FROM my_table"); while($row = mysql_fetch_array($query)){ $count = $row[0]; } Is there a quicker, easier way. The code looks like overkill for one value.
  3. S

    Form validation and database insertion/reading data takes forever to write in...

    ...php - any faster method? Any tips, tricks or shortcuts?
Back
Top