Jump to content

sandeepm

Members
  • Posts

    53
  • Joined

  • Last visited

Posts posted by sandeepm

  1. I am very new to this i have a doubt i am trying a query in php

     

    the actual concept is

     

    i have data of one user in users table

    and the same users doing some transactions in transaction table

    so i need to display the data from two different tables in single view file how can join both tables in single query

     

    Note: users id is forgien key of transaction created_by

     

     

    please suggest me

     

     

     

  2. I am very new to mvc field in PHP, so i am going to start cakePhP so i need some tutorials or videos, materials like can any one give suggestions and easy tips to learn cake php...

  3. i deleted one(id) column in mysql

    when i am opening that table

    the error was showing like unknown column why this error showing and how to solve this ??

  4. My array is

     

    [deta] => Array ( [asfasf] => stdClass Object ( [fname] => Mark [lname] => Json [password] => @#$% ) [egtadrgaer] => stdClass Object ( [fname] => Fill [lname] => Stiv [password] => @#$%

    ) )

     

     

     

    i need fname and lname from this array how can i print two values i am very new to this field

×
×
  • Create New...