Page 3 of 3 FirstFirst 123
Results 21 to 22 of 22

Thread: Retrieve data from text file...stuck...

  1. #21
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    There are no column constants as in categories in my file...
    I meant the PHP script I wrote. E.G. to select the value from the row where the ID is 2066, you'd use:
    Code:
    select_from_file(VALUE_COLUMN, ID_COLUMN, 2066);
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  2. #22
    Join Date
    Jun 2007
    Posts
    50
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Still a no go.

    Quote Originally Posted by Twey View Post
    I meant the PHP script I wrote. E.G. to select the value from the row where the ID is 2066, you'd use:
    Code:
    select_from_file(VALUE_COLUMN, ID_COLUMN, 2066);

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
  •