Lanka Developers Community

    Lanka Developers

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Shop
    1. Home
    2. fahathmtm
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    fahathmtm

    @fahathmtm

    0
    Reputation
    101
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    fahathmtm Unfollow Follow

    Latest posts made by fahathmtm

    • What is the different between return ($row) and return $row in php

      while ($stmt->fetch()) {
      $row[] = array('id'=>$id,'driver_id'=>$driver_id,'duty_date'=>$duty_date,'duty_timing_sec'=>$duty_timing_sec);
      }

      $stmt->close();
      
      if(!empty($row))
      {
      	return ($row);
      }
      else
      {
      	return "";
      }
      
      posted in Back-End Development
      F
      fahathmtm