Search results

  1. M

    VB.Net or C++

    i'm a PHP programmer but i would like to start learning VB.NET or C++ and could not make up my mind between the two. Can u please give some suggestions.. and which one works better with MySQL and which is much easier to learn :)
  2. M

    PHPMySQL Looping SELECT, is it possible?

    i extract years from mysql using the array loop like this, foreach (array(date('Y', strtotime($row['drilling_date']))) as $v) { //1988, 1989, 1990 and so on.. $current_year = $v; $next_year = $v+1; // which shows the year nest to $current_year // problem here } Is there any way i...
  3. M

    Selecting year range

    +----+--------------+ | id | drilling_date +----+--------------+ | 1 | 1984-02-12 | 2 | 1987-03-08 | 3 | 1988-11-01 | 4 | 2005-06-30 | 5 | 2009-12-28 | 6 | 1984-03-10 +----+--------------+ how can i select all data that falls between March 1984 - April 1985, March 1985 -...
  4. M

    MySQL : Has recently updated his profile help

    how do u display a user who recently updated his profiles ... like in facebook u find : XXXXX has updated his profile picture etc. etc ...
  5. M

    Nos. 4 Bulk SMS

    This may sound stupid but i really need help/advice!!!! ..... I plan to start a bulk sms service in a small population town ... and i was wondering how to acquire all or maybe half of the phone numbers living in that town to send an ads of some kind.. will the operators be willing to sell this...
Top Bottom