Re: [PHP-DB] data from db

2001-02-12 Thread Jamie Alessio
For instance, if I had a response to a question, called $row['description'], and I searched for "%bryan%", the word 'bryan' would be a different color within the field $row['description']? One way to do this: Instead of directly outputting data to the browser using something like echo or

Re: [PHP-DB] Quickie Question

2001-02-05 Thread Jamie Alessio
First, check your indexes.. second, check your queries on your display list to make sure you are only selecting data that is needed. I recently ran across a problem where queries on a long list were taking forever to execute. I was selecting * from the table thinking that I was using all the data