01-14-2010, 08:50 PM
|
#1 (permalink)
|
|
The Acquainted
Join Date: Feb 2008
Posts: 107
Thanks: 3
|
While Question
Hello, my script is using while to get mysql search results. Here is that part:
PHP Code:
while($row=@mysql_fetch_array($nt)){
$results = $row['title'];
echo $results;
}
I want to give a value for results, and than echo it. I mean, I dont want to echo this in while section. Anyway to do this?
Thanks...

Last edited by CΛSTΞX : 01-16-2010 at 09:58 PM.
|
|
|