Hello, Perhaps post the code that generates the dynamic table. Maybe your tags are not properly embedded and balanced. That could cause an issue if you had data outside of the <td> and or <tr> tags inside the <table> tags.
Nicole Amashta www.aeontrek.com Tim Greenleaf wrote: > I have a search page that creates a dynamic table of results from MS SQL > Server. The table created on the web page does not always get created > properly for the same recordset. Sometimes a field may have a black or red > background color and if the same exact search is run again it will display > properly. If I have a search with large number of records (few thousand) > there is usually html text printed above the table of results. If I perform > the exact search multiple times, I will get different html text printed > above the table. > > It seems as if the PHP engine/interpretor is not processing the script > properly. I would think if I had a syntax issue with the script or HTML it > would either error out or return the same results everytime. > > Has anyone else seen this problem before? > > w2k SP2 > IIS > PHP 4.2.1 > > Thanks for the help. > > Tim > > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php