[PHP] Remove headers and footer from printed pages.

2001-04-23 Thread Dezider Gra

Hi guys,
I have created a little "order" system for our company internal
needs, and when I want to print the order, I use a special page, that
has a jpg picture as a background and all items are positioned
absolutely on the picture. This thing makes all the frames and lines
look good.
Now, when I print the page, I'd like to get rid of the "header" and
"footer" that browser adds on the printed page.
Does anybody have an idea how to do this? I know, that I can change
these settings in IE manually, but I have no intention to go to every
computer and change it, and even have no idea how to do that in NS.

tia,
Dezider.




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] How can I specify connection timeout when open IMAP mailobox?

2001-01-26 Thread Dezider Gra

When I try to connect to mailbox, I get error "Connection timed out". Is
it possible to specify timeout for this?

TIA.
Dezider.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


[PHP] Missing php_imap.so module, PLEASE HELP

2001-01-24 Thread Dezider Gra

I dunno what's wrong.
I have wu-imap installed and running. I want to compile php with imap
support, so I downloaded and untarred wu-imapd. When compiling php I
specified the locaiton of c-client files in the source dir of wu-imap.
Make, make install ran withou error ( or I didn't notice any ).
Apache starts, php runs, only apache complains about non-existing
php_imap.so.
What have I screwed up?

pls help, I have to create webmail system for our company and the
deadline if breathing on my neck 8-|
If it's possible, can anybody send me this module? I'll try what it
does

tia
Dezider.




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


[PHP] Can't connect to imap server, please help.

2001-01-11 Thread Dezider Gra

Hi everybody.

I can't seem to find the way how to connect to my mail server from php
scripts.
I have wu imap daemon running with only imap accounts - no pop3.
I have compiled php (4.03.pl1) --with-imap=path_to_wu-c0client-files,
but I always get this error: "Warning: Couldn't open stream
{mail.wittmann.sk:143} in /home/httpd/html/webmail/mailbox.php on line
13"
Line 13 is:

$conn = IMAP_Open("{mail.wittmann.sk:143}", $jmeno, $heslo);

can anybody point me how to solve this? Thanx

Dezider



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]