RE: Variabels in stored txt

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Niels Riis Kristensen <mailto:nrk@xxxxxxxxxxxxxx>
    on Tuesday, May 31, 2005 2:09 PM said:

> On 31/05/2005, at 22.19, Jay Blanchard wrote:
> 
>> [snip]
>> $get_var1 = mysql_query("SELECT * FROM table1 WHERE id LIKE '1'
>>      LIMIT 1"); while($record=mysql_fetch_assoc($get_var1))
>>          {
>>          $show_var = $record['text'];
>>          }
>> [/snip]
>> 
>> do an echo $show_var; to see what is returned right here
> 
> Allready did, no result.

Do you get anything with:

$get_var1 = mysql_query("SELECT text FROM table1");



Chris.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux