Follow us on...
Follow us on Twitter
Register
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Junior Member
    Join Date
    Dec 2011
    Posts
    10
    Feedback Score
    0

    PHP function to fetch given row

    I want to fetch one row in for cycle from a table, but can't find such php function. Does it exist?
    Last edited by combatx; 12-31-2011 at 10:17 AM.

  2. #2
    Junior Member
    Join Date
    Dec 2011
    Posts
    3
    Feedback Score
    0
    There is no such function, but you can still use mysql_result to sort this out. If you are after speeding it up, try using numeric offset instead of fieldname. http://php.net/manual/en/function.mysql-result.php

  3. #3
    Junior Member
    Join Date
    Dec 2011
    Posts
    10
    Feedback Score
    0
    thank you. I use mysql_result, but its quite slow for large amount of for iterations. I am wondering if use of numeric offset will help.

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts