PDA

View Full Version : Quick Question


mysticimages
5-4-02, 10:57 AM
Hi Again,
I have a page that is processed through php and the page never seems to finish rendering. At least as far as the browser is concerned. At the bottom of the browser, it says that is has "1 item remaining". But I don't know what that would be. Any items. By the way, all my other pages load fine.
Thanks
Michael

alphadesk
5-4-02, 11:02 AM
Post that particular pages url so we can take a look.

MannInc
5-4-02, 11:12 AM
I'd have to agree with Alphadesk. Only by providing us with the URL to the page can we even begin to assess the problem.

mysticimages
5-8-02, 12:02 PM
Hi Guys,
Thankks for the reply and sorry it took a bit to get back, I been busy taking care of some business issues. I finally solved the issues. I used an include statement(includeing a html file) in my php file and the path had to be changed with the path to something like this:
/www/ui/username/htdocs/Product.html
Without this, it was messing with the paths in several areas of the page, and the one that was keeping the page running was a flash page that was included in the product.html file. Anyway, its working now, and now I'm working on a few other things. Thanks again for your reply.
Michael Lee