For Programmers: Free Programming Magazines  


Home > Archive > PHP SQL > April 2006 > read textfield from MS SQL to PHP









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author read textfield from MS SQL to PHP
Mark Knochen

2006-04-08, 3:58 am

hallo,

i write with PHP a long text in a MSSQL Database.

Next I want to readout this text with PHP:

$output = mssql_query("SELECT * FROM $table WHERE ID = '$row[moduleID]'");

$row_output = mssql_fetch_array($output);

echo $row_output[text];

But i get only ca. 3800 chars from the textfield ...

mssql.textlimit
mssql.textsize

are with ini_set on the maximal limit

What can i do, if i want to readout the whole textfield?

Mark
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com