Hiya i've created a page where it sends the values via get to this page (had a problem with cache which wasn't fixed though fully enabled cache in apcahe on NT) all the code shows up on the page when you do a view source in Netscape .. though none of it comes up on the page .. could some one tell me why? it works fine in IE but not netscape
Check your html. Netscape does html poperly, IE does not. If you forget to close a table, Netscape will not sho it, but IE will.
Vincent i've have tried that, and taken the tables out of php and they all loaded fine in NN but as soon as i added them(the tables) back in my script i got nothing again unless i viewed the source where i got all the code for the page 🙁 Do you have any other suggestions?
Ad you made sure the tables are all complete? Open and closing tags for table, tr and td?