php-windows Digest 8 Oct 2003 06:01:16 -0000 Issue 1946

Topics (messages 21717 through 21736):

Error 404 problem
        21717 by: Rahman Haqparast
        21720 by: Shadow
        21722 by: Rahman Haqparast

Win XP, Apache1.3.28, php 4.3.3; php files won't run
        21718 by: Occ Shop
        21719 by: Shadow
        21723 by: Dennis Große-Venhaus

Re: Session Managment
        21721 by: Kevin

Form question
        21724 by: Gerardo Rojas
        21725 by: Ignatius Reilly

HTML Printing problem.
        21726 by: php coder
        21728 by: Piotr Pluciennik
        21729 by: php coder
        21730 by: Piotr Pluciennik
        21732 by: Piotr Pluciennik

PHP Connection to OLAP
        21727 by: Blake Skullerud

php - iis6 mail problems?
        21731 by: speeves
        21733 by: speeves
        21734 by: Manuel Lemos

PHP Graph
        21735 by: Rinku Shivnani
        21736 by: Ignatius Reilly

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Hi.
I have this funny problem. I recieve Error 404 (page not found) when I call
the php files in a newly created folder. I have set my IIS so I can browse
my web folders. It shows the newly created folder but when I click on the
files in the folder, I recieve Error 404. I use php 4.3.2 and my OS is
Win2000 SP4 and my web server is IIS 5. Can anyone help me?

--- End Message ---
--- Begin Message ---
What are the directory permissions?
Shadow

--- End Message ---
--- Begin Message ---
Thanks a lot Shadow. I haven't checked the NTFS Permissons. Those Files
didn't have permission for everyone access. Thank you again.

"Shadow" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> What are the directory permissions?
> Shadow

--- End Message ---
--- Begin Message ---
Hello all,
     I'm having a problem gertting my php files to run. Apache 1.3.28 runs
fine with no errors.  php.exe -i at the command prompt displays html so I'm
guessing that's okay as well.  php 4.3.3 is set-up correctly.
     When i make a call to http://localhost/index.php which has:
 <?php
phpinfo();
?>

My browsers prompts me to save the file or open and specifiy which program
to open the file with.  Maybe my security settings are to high.  I'm hoping
someone out there has had this problem and can share a possible solution.

Thanks
Sincerely
Inez

--- End Message ---
--- Begin Message ---
Go here: http://www.digitalamit.com/?DA=89ce4fe3aff0c02a99a796c3ba994482
Shadow

--- End Message ---
--- Begin Message ---
I know that problem but I can't remind me where i solute it.

Probably prepare the php.ini and change the document root or input the
AddType-Commands in httpd.conf. Those Things I've done at this
problem. Perhaps it helps you

  cya Dennis

---------------------------------------------------------
All errors are intended and are only or people who need a smile
---------------------------------------------------------
.::[ Visit Ani-Coding v 1.0 ]::.
>>> http://www.saiyajin-fire.de/ <<<

--- End Message ---
--- Begin Message ---
Yes it does. Now only because the script is using mysql to store the session
info does it not work.


"Rahman Haqparast" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Does your C:\tmp exist?
>
> "Kevin" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > I have setup a php page to use mysql and PHP's session handling. The
logon
> > page displays just fine but when I try and log into the page IE give me
> the
> > page can not be displayed. I have the session.save_handler set to files
> and
> > the session save path set to C:\tmp. Any ideas what I am doing wrong?
> >

--- End Message ---
--- Begin Message ---
A bit off-topic.  How do we submit a form on an onChange event of a drop-down list box.


--
Gerardo S. Rojas
mailto: [EMAIL PROTECTED]


--- End Message ---
--- Begin Message ---
<select ... onchange="javascript:document.form1.submit()>
<option ....

Ignatius
_________________________
----- Original Message -----
From: "Gerardo Rojas" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 07, 2003 8:57 PM
Subject: [PHP-WIN] Form question


A bit off-topic.  How do we submit a form on an onChange event of a
drop-down list box.


--
Gerardo S. Rojas
mailto: [EMAIL PROTECTED]

--- End Message ---
--- Begin Message --- Issue:
HTML files are to large to print from the browser. We are creating reports that are ++5 mg in size. This is a real problem for the browser. We are on a network and can print directly from the server but this means we must convert the html to some printer friendly format. We are using many new standards such as <tbody and <thead tags to give us consistent header tags on each page of a printed document. These seem to cause problems with most conversions that we have seen.


Any help with a solution?

_________________________________________________________________
Instant message with integrated webcam using MSN Messenger 6.0. Try it now FREE! http://msnmessenger-download.com

--- End Message ---
--- Begin Message ---
Hi,

if I can suggest you to do some pagination on your reports, then after printing
each page, next page will be automatically loaded and printed and so on until
report will be printed. Reloading and printing of each page should be done with
client side programt, such like javascript...

This metod will produce several html pages smaller and easier to handle for the
browser.

HTH, let me know
Piotr

php coder wrote:

> Issue:
> HTML files are to large to print from the browser. We are creating reports
> that are ++5 mg in size. This is a real problem for the browser. We are on a
> network and can print directly from the server but this means we must
> convert the html to some printer friendly format. We are using many new
> standards such as <tbody and <thead tags to give us consistent header tags
> on each page of a printed document. These seem to cause problems with most
> conversions that we have seen.
>
> Any help with a solution?
>
> _________________________________________________________________
> Instant message with integrated webcam using MSN Messenger 6.0. Try it now
> FREE!  http://msnmessenger-download.com
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

--- End Message ---
--- Begin Message --- We have tried this method but it has a lot of problems. One is that you have to hit print everytime a new page is printed. You can do some active x programming to get around this but then your just talking IE. Another problem is that you have to count lines to keep your headers straight. The great thing about html is that you can define your headers to look right on the screen (only showing once) and in your document (showing on every page) with little code. The draw back of html is that there is no effient way to print large files.

JAVA comes with a html parser that you can use to send files to the printer. Is there something like this in php?


From: Piotr Pluciennik <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] HTML Printing problem.
Date: Tue, 07 Oct 2003 22:54:02 +0200

Hi,

if I can suggest you to do some pagination on your reports, then after printing
each page, next page will be automatically loaded and printed and so on until
report will be printed. Reloading and printing of each page should be done with
client side programt, such like javascript...


This metod will produce several html pages smaller and easier to handle for the
browser.


HTH, let me know
Piotr

php coder wrote:

> Issue:
> HTML files are to large to print from the browser. We are creating reports
> that are ++5 mg in size. This is a real problem for the browser. We are on a
> network and can print directly from the server but this means we must
> convert the html to some printer friendly format. We are using many new
> standards such as <tbody and <thead tags to give us consistent header tags
> on each page of a printed document. These seem to cause problems with most
> conversions that we have seen.
>
> Any help with a solution?
>
> _________________________________________________________________
> Instant message with integrated webcam using MSN Messenger 6.0. Try it now
> FREE! http://msnmessenger-download.com
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


_________________________________________________________________
Instant message in style with MSN Messenger 6.0. Download it now FREE! http://msnmessenger-download.com

--- End Message ---
--- Begin Message ---
In java it works on client side. html is parsed in client computer, then is send
to client printer. php is server side, so, I'm afraid it has no such option like
html parser you've mentioned.
Html can be very big and will be correct, the problem is the way browser parse
it and resources it needs... for sure such problem exist in IE, I don't know if
mozilla or opera use different algorithm and can  browse your reports with
little bit less pain.

Piotr

php coder wrote:

> We have tried this method but it has a lot of problems. One is that you have
> to hit print everytime a new page is printed. You can do some active x
> programming to get around this but then your just talking IE. Another
> problem is that you have to count lines to keep your headers straight. The
> great thing about html is that you can define your headers to look right on
> the screen (only showing once) and in your document (showing on every page)
> with little code. The draw back of html is that there is no effient way to
> print large files.
>
> JAVA comes with a html parser that you can use to send files to the printer.
> Is there something like this in php?
>
> >From: Piotr Pluciennik <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: Re: [PHP-WIN] HTML Printing problem.
> >Date: Tue, 07 Oct 2003 22:54:02 +0200
> >
> >Hi,
> >
> >if I can suggest you to do some pagination on your reports, then after
> >printing
> >each page, next page will be automatically loaded and printed and so on
> >until
> >report will be printed. Reloading and printing of each page should be done
> >with
> >client side programt, such like javascript...
> >
> >This metod will produce several html pages smaller and easier to handle for
> >the
> >browser.
> >
> >HTH, let me know
> >Piotr
> >
> >php coder wrote:
> >
> > > Issue:
> > > HTML files are to large to print from the browser. We are creating
> >reports
> > > that are ++5 mg in size. This is a real problem for the browser. We are
> >on a
> > > network and can print directly from the server but this means we must
> > > convert the html to some printer friendly format. We are using many new
> > > standards such as <tbody and <thead tags to give us consistent header
> >tags
> > > on each page of a printed document. These seem to cause problems with
> >most
> > > conversions that we have seen.
> > >
> > > Any help with a solution?
> > >
> > > _________________________________________________________________
> > > Instant message with integrated webcam using MSN Messenger 6.0. Try it
> >now
> > > FREE!  http://msnmessenger-download.com
> > >
> > > --
> > > PHP Windows Mailing List (http://www.php.net/)
> > > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >--
> >PHP Windows Mailing List (http://www.php.net/)
> >To unsubscribe, visit: http://www.php.net/unsub.php
> >
>
> _________________________________________________________________
> Instant message in style with MSN Messenger 6.0. Download it now FREE!
> http://msnmessenger-download.com
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

--- End Message ---
--- Begin Message ---
Try to consider different format of data, just like pdf, which will be correctly
opened in client browser and will be also well formatted for printer and easy to
print, with just one click for all of pages.

HTH
Piotr

php coder wrote:

> We have tried this method but it has a lot of problems. One is that you have
> to hit print everytime a new page is printed. You can do some active x
> programming to get around this but then your just talking IE. Another
> problem is that you have to count lines to keep your headers straight. The
> great thing about html is that you can define your headers to look right on
> the screen (only showing once) and in your document (showing on every page)
> with little code. The draw back of html is that there is no effient way to
> print large files.
>
> JAVA comes with a html parser that you can use to send files to the printer.
> Is there something like this in php?
>
> >From: Piotr Pluciennik <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: Re: [PHP-WIN] HTML Printing problem.
> >Date: Tue, 07 Oct 2003 22:54:02 +0200
> >
> >Hi,
> >
> >if I can suggest you to do some pagination on your reports, then after
> >printing
> >each page, next page will be automatically loaded and printed and so on
> >until
> >report will be printed. Reloading and printing of each page should be done
> >with
> >client side programt, such like javascript...
> >
> >This metod will produce several html pages smaller and easier to handle for
> >the
> >browser.
> >
> >HTH, let me know
> >Piotr
> >
> >php coder wrote:
> >
> > > Issue:
> > > HTML files are to large to print from the browser. We are creating
> >reports
> > > that are ++5 mg in size. This is a real problem for the browser. We are
> >on a
> > > network and can print directly from the server but this means we must
> > > convert the html to some printer friendly format. We are using many new
> > > standards such as <tbody and <thead tags to give us consistent header
> >tags
> > > on each page of a printed document. These seem to cause problems with
> >most
> > > conversions that we have seen.
> > >
> > > Any help with a solution?
> > >
> > > _________________________________________________________________
> > > Instant message with integrated webcam using MSN Messenger 6.0. Try it
> >now
> > > FREE!  http://msnmessenger-download.com
> > >
> > > --
> > > PHP Windows Mailing List (http://www.php.net/)
> > > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >--
> >PHP Windows Mailing List (http://www.php.net/)
> >To unsubscribe, visit: http://www.php.net/unsub.php
> >
>
> _________________________________________________________________
> Instant message in style with MSN Messenger 6.0. Download it now FREE!
> http://msnmessenger-download.com
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

--- End Message ---
--- Begin Message ---
Hi,

I am fairly new to PHP and so far it has been above my expectations. A
co-worker and I are trying to implement MSSQL Analysis Manager. We have
begun building data cubes but I have not been able to find any
documentation on how to connect to the cubes using MDX. Should I be able
to connect in the same fashion we connect to SQL tables and stored
procedures? If you can send some resources or info my way it would be
greatly appreciated!

Thanks

Blake Skullerud
Information Analyst
Information & Technology Services
Grossmont Union High School District
P 619.644.8258
www.GUHSD.net

--- End Message ---
--- Begin Message --- Hi!

I have iis6 running on win2003 and have php 4.3.3 installed. I have had no problems with my install, except for mail() functions. I am not getting an error, but I am not connecting to the smtp server on the localhost...

Anyone else seeing this?

speeves
cws

--- End Message ---
--- Begin Message --- speeves wrote:

Hi!

I have iis6 running on win2003 and have php 4.3.3 installed. I have had no problems with my install, except for mail() functions. I am not getting an error, but I am not connecting to the smtp server on the localhost...

Anyone else seeing this?

speeves
cws

BTW, I have php.ini configured correctly...

SMTP = localhost
sendmail_from = correct_user

I have also tried the installer and the zip file... Man, I am outta ideas... :(

speeves
cws

--- End Message ---
--- Begin Message --- Hello,

On 10/07/2003 06:22 PM, Speeves wrote:
I have iis6 running on win2003 and have php 4.3.3 installed. I have had no problems with my install, except for mail() functions. I am not getting an error, but I am not connecting to the smtp server on the localhost...

Anyone else seeing this?

You probably need to authenticate and the mail() function does not support authentication.


In that case you may want to try this class that comes with a wrapper function named smtp_mail() that emulates the mail() function but lets you set the authentication credentials:

http://www.phpclasses.org/mimemessage

You also need this:

http://www.phpclasses.org/smtpclass

--

Regards,
Manuel Lemos

Free ready to use OOP components written in PHP
http://www.phpclasses.org/

--- End Message ---
--- Begin Message ---
Can any of you help me in making graph for numeric data for an 
application in PHP. Can any of you send me some samples for the 
same.

Regards,


--- End Message ---
--- Begin Message ---
Investigate Jpgraph. Fantastic package.
http://www.aditus.nu/jpgraph/

Ignatius
_________________________
----- Original Message ----- 
From: "Rinku Shivnani" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 08, 2003 7:47 AM
Subject: [PHP-WIN] PHP Graph


> Can any of you help me in making graph for numeric data for an 
> application in PHP. Can any of you send me some samples for the 
> same.
> 
> Regards,
> 
> 

--- End Message ---

Reply via email to