Re: [PHP-WIN] MSIE problems

2005-09-26 Thread Bob Stout
Many thanks to Luis Ferro who finally tipped me off to what I was doing wrong. Within the page, I was using NAME attribute within tags only. Once I changed to use both the NAME and ID attributes, everything worked just fine. Obviously, MSIE no longer honors the NAME attribute in a PHP file. --

Re: [PHP-WIN] MSIE problems

2005-09-26 Thread Bob Stout
Luis Ferro wrote: Instead of doing a somefile.php#ref do a somefile.php?jump=ref and then in the somefile.php add a mix of javascript/php to perform the "jump"... That is a workaround and should work in any browser that uses javascript. Of course, if javascript is turned off the user is alwa

Re: [PHP-WIN] Visibility of the root in an APACHE setting

2005-09-26 Thread David Collard
Tony Aldemir wrote: A rookie question: Whenever I download and unzip any PHP related solution, the term "unzip it to your web server's document root" is used. I am using APACHE and my doc root is the default "C:\Program Files\Apache Group\Apache2\htdocs". Now if I put all of the PHP code I de