Results 1 to 2 of 2

Thread: Full data not being displayed

Threaded View

  1. #1

    Thread Starter
    Frenzied Member ober0330's Avatar
    Join Date
    Dec 2001
    Location
    OH, USA
    Posts
    1,945

    Resolved Full data not being displayed

    I'm using the following to grab some data:
    PHP Code:
        $query "SELECT * From [Nonconformance Datasheet] WHERE ID = " $_REQUEST['ID'];
        
    $result mssql_query($query) or die ("<br/><br/><p class=warn>There was a problem with the SQL query.");
        
    $row = @mssql_fetch_array($result); 
    Then I echo the fields using " echo $row['fieldname'] ". I have one field that is greater than 255 chars, but when I display it using the above code, it only shows 255 chars. Does anyone know why this might be happening? It's driving me crazy.
    Last edited by ober0330; Dec 6th, 2004 at 02:05 PM.
    format your code!! - [vbcode] [/vbcode]

    ANSWERS CAN BE FOUND HERE!!

    my personal company

Posting Permissions

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



Click Here to Expand Forum to Full Width