Re: [PHP] Variables in stored txt

2005-06-01 Thread Richard Lynch
On Tue, May 31, 2005 12:18 pm, Niels Riis Kristensen said: Hi. I have a problem that consist of a desire to use preformatted text in a while-loop while inserting data from another search. The code is as follows: $get_var1 = mysql_query(SELECT * FROM table1 WHERE id LIKE

[PHP] Variables in stored txt

2005-05-31 Thread Niels Riis Kristensen
Hi. I have a problem that consist of a desire to use preformatted text in a while-loop while inserting data from another search. The code is as follows: $get_var1 = mysql_query(SELECT * FROM table1 WHERE id LIKE '1' LIMIT 1);

RE: [PHP] Variables in stored txt

2005-05-31 Thread Jay Blanchard
Quite sending this over and over.it is taking a while for the e-mail to get to the list -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Variables in stored txt

2005-05-31 Thread Niels Riis Kristensen
operator, when you really should be using the = operator isn't efficient either. Original Message Date: Tuesday, May 31, 2005 09:18:42 PM +0200 From: Niels Riis Kristensen [EMAIL PROTECTED] To: php-general@lists.php.net Cc: Subject: [PHP] Variables in stored txt Hi. I