RE: [PHP-INST] Embed word, excel and pdf documents

2003-01-13 Thread Joerg Aldinger
William, in order to do this, you have to use an HTML element such as a FRAME or an IFRAME and in that frame call the URL to the document as it is. You cannot have it in the same file because you cannot send two document types with one request. FRAME or IFRAME allow you to have two or more reques

RE: [PHP-INST] Need help putting a small pice of code on an html page

2003-01-09 Thread Joerg Aldinger
adid=12506 --- Joerg Aldinger <[EMAIL PROTECTED]> wrote: > Mike, > > there are several solutions to your problem. Here > are a few: > > 1) Redirect visitors to the new page > To do this, create/modify a .htaccess file in the > directory where your old > p

RE: [PHP-INST] Need help putting a small pice of code on an html page

2003-01-09 Thread Joerg Aldinger
something like link href=somefile.php Probably not, haven't tried that but I'll try your suggestion. Thanks --- Joerg Aldinger <[EMAIL PROTECTED]> wrote: > Mike, > > there are several solutions to your problem. Here > are a few: > > 1) Redirect visi

RE: [PHP-INST] Need help putting a small pice of code on an html page

2003-01-08 Thread Joerg Aldinger
Mike, there are several solutions to your problem. Here are a few: 1) Redirect visitors to the new page To do this, create/modify a .htaccess file in the directory where your old page is and include the following line: Redirect permanent oldpage.html http://yourserver.com/newpage.php T

[PHP-INST] Solution: Problem configuring PHP 4.3.0 with IMAP on RH 7.2

2003-01-03 Thread Joerg Aldinger
main() { mail_open(0,"",0); return 0; } Any clues on what is causing this error? How can I resolve it? Any comments are appreciated...! Thanks in advance and Happy New Year to all of you, Joerg Aldinger

[PHP-INST] Problem configuring PHP 4.3.0 with IMAP on RH 7.2

2003-01-02 Thread Joerg Aldinger
oid){} void mm_exists(void){} void mm_searched(void){} void mm_expunged(void){} char mail_open(); int main() { mail_open(0,"",0); return 0; } Any clues on what is causing this error? How can I resolve it? Any comments are appreciated...! Thanks in advance and Happy New Year to all of you, Joerg Aldinger

[PHP-INST] How to check for http://user@domain.com ?

2001-09-13 Thread Joerg Aldinger
I would like to enable personal homepages on my domain using an address like http:[EMAIL PROTECTED] , I have seen it used on a provider's site, and imagine I could do this with Apache and PHP but have no clue as to how it could work. The problem is, that $PHP_AUTH_USER is empty if Authentication i