[PHP] URGENT-PDF

2002-01-01 Thread Chamarty Prasanna Kumar



Hi All,

   Happy New Year.

   Known that we can use in Linux to convert a file

from ps to pdf by using ps2pdf.

   Is there any such built-in modules in PHP or SHELL

commands to convert the following to PDF.

.eps, 

.ppt,

.xls, 

.doc, 

.html

Please do suggest any other way of doing this using 

Linux OS.


Thanks in advance.

Cheers,

Kumar.



 
 


--
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] PDF

2001-12-26 Thread Chamarty Prasanna Kumar



 

--- Begin Message ---



Hi All,

   Want to create PDF files using PHP 

from file formats,

.eps

.ps

.doc

.ppt

.xls

.html


  Can you please suggest a way to do it.

Thanks in Advance.

Regards,

Kumar.


 


--
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]



--- End Message ---

-- 
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] PDF

2001-12-25 Thread Chamarty Prasanna Kumar



Hi All,

   Want to create PDF files using PHP 

from file formats,

.eps

.ps

.doc

.ppt

.xls

.html


  Can you please suggest a way to do it.

Thanks in Advance.

Regards,

Kumar.


 


--
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] WEB PAGE CALCI

2001-12-10 Thread Chamarty Prasanna Kumar



Hi All,
   
 Using PHP,is there any function for

calculating the size of a Web page, means the size of

everything the browser has to load to render the page.

That includes the HTML file, all the graphics, 

animations, CSS, php. And the input being URL of the

page.


Thanks in advance,


Kumar.
 


--
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] Re:USERNAME

2001-12-06 Thread Chamarty Prasanna Kumar



Hi Rasmas and All,

  Thanks very much for the prompt reply.

 phpinfo() shows only

REMOTE_ADDR
REMOTE_HOST
REMOTE_PORT

but not $REMOTE_USER.

Even I tried using $REMOTE_USER alone, but no response.

Please suggest a way.


Kumar.



  On Fri, 07 Dec 2001 Rasmus Lerdorf wrote :
> To use the HyperWave functions you need to download and 
> install HyperWave, 
> whatever it is.
> 
> And your second question has nothing to do with 
> HyperWave.  Simply check 
> $REMOTE_USER.  phpinfo() would have shown you this.
> 
> -Rasmus
> 
> On 7 Dec 2001, Chamarty Prasanna Kumar wrote:
> 
> > 
> > 
> > Hi Rasmas and All,
> > 
> >Thanks very much for the reply, Rasmas.
> > 
> > To use Hyperwave functions does I need to download
> > 
> > software and install it or it will work with php
> > 
> > intallation.
> > 
> > Or is there any way to find the login "username" from 
> > 
> > the web page using php and that login authentication
> > 
> > is being done by the apache server.ie., we are using 
> > 
> > password protecting directory by apache.
> >  
> > 
> > Thanks in advance,
> > 
> > Kumar.
> > 
> > 
> > On Fri, 07 Dec 2001 Rasmus Lerdorf wrote :
> > > Not that I have ever used HyperWave, but a 3 second 
> > > glimpse at the manual 
> > > would seem to indicate that you get a HyperWave 
> connect 
> > > by calling 
> > > hw_connect().
> > > 
> > > -Rasmus
> > > 
> > > On 7 Dec 2001, Chamarty Prasanna Kumar wrote:
> > > 
> > > > 
> > > > 
> > > > Hi All,
> > > > 
> > > >Want to know the usage of
> > > > 
> > > > hw_getusername(int connection); function
> > > > 
> > > > 
> > > > specifically, what connection refers to !!
> > > > 
> > > > 
> > > > Thanks in advance,
> > > > 
> > > > Kumar.
> > > > 
> > > >  
> > > > 
> > > > 
> > > > --
> > > > PHP General Mailing List (http://www.php.net/)
> > > > To unsubscribe, e-mail: 
> [EMAIL PROTECTED]
> > > php.net
> > > > For additional commands, e-mail: 
> > > [EMAIL PROTECTED]
> > > > To contact the list administrators, e-mail: 
> > > [EMAIL PROTECTED]
> > > > 
> > > 
> > > 
> > > -- 
> > > PHP General Mailing List (http://www.php.net/)
> > > To unsubscribe, e-mail: php-general-unsubscribe@list-
> s.ph-
> > > p.net
> > > For additional commands, e-mail: 
> > > [EMAIL PROTECTED]
> > > To contact the list administrators, e-mail: 
> > > [EMAIL PROTECTED]
> > > 
> >  
> > 
> > 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> p.net
> For additional commands, e-mail: 
> [EMAIL PROTECTED]
> To contact the list administrators, e-mail: 
> [EMAIL PROTECTED]
> 
 


--
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] Re:[PHP] USERNAME

2001-12-06 Thread Chamarty Prasanna Kumar



Hi Rasmas and All,

   Thanks very much for the reply, Rasmas.

To use Hyperwave functions does I need to download

software and install it or it will work with php

intallation.

Or is there any way to find the login "username" from 

the web page using php and that login authentication

is being done by the apache server.ie., we are using 

password protecting directory by apache.
 

Thanks in advance,

Kumar.


On Fri, 07 Dec 2001 Rasmus Lerdorf wrote :
> Not that I have ever used HyperWave, but a 3 second 
> glimpse at the manual 
> would seem to indicate that you get a HyperWave connect 
> by calling 
> hw_connect().
> 
> -Rasmus
> 
> On 7 Dec 2001, Chamarty Prasanna Kumar wrote:
> 
> > 
> > 
> > Hi All,
> > 
> >Want to know the usage of
> > 
> > hw_getusername(int connection); function
> > 
> > 
> > specifically, what connection refers to !!
> > 
> > 
> > Thanks in advance,
> > 
> > Kumar.
> > 
> >  
> > 
> > 
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> php.net
> > For additional commands, e-mail: 
> [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: 
> [EMAIL PROTECTED]
> > 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> p.net
> For additional commands, e-mail: 
> [EMAIL PROTECTED]
> To contact the list administrators, e-mail: 
> [EMAIL PROTECTED]
> 
 


--
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] USERNAME

2001-12-06 Thread Chamarty Prasanna Kumar



Hi All,

   Want to know the usage of

hw_getusername(int connection); function


specifically, what connection refers to !!


Thanks in advance,

Kumar.

 


--
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] URGENT-HELP !!!!!!

2001-12-03 Thread Chamarty Prasanna Kumar



Hi All,

   Thanks very much for all who suggested ways to 

help me out. I sthere any better way of doing this 

[ please read the following ] using some code in PHP.

Regards,

Kumar.
On Fri, 30 Nov 2001 Chamarty Prasanna Kumar wrote :
> 
> 
> Hi,
> 
>Want to send "mail" through PHP script such that
> 
> the receiver of that mail should not contain FROM
> 
> header.
> 
> I used mail() function with empty FROM header and
> 
> even without FROM header, but the receiver is still
> 
> getting FROM address as [EMAIL PROTECTED]
> 
> 
> 
> Anyone can help 
> 
> 
> Thanks in advance,
> 
> Kumar. 
> 
 


--
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]




Re: Re: [PHP] URGENT-HELP !!!!!!

2001-11-30 Thread Chamarty Prasanna Kumar





Thanks very much !! Smart solution !!

yes, I don't want to get reply from that mail.

Just looking for any solution..if u finds one

please let me know.

Regards,

Kumar.




On Fri, 30 Nov 2001 Johan Holst Nielsen wrote :
> >
> >
> >
> >   Want to send "mail" through PHP script such that
> >
> >the receiver of that mail should not contain FROM
> >
> >header.
> >
> >I used mail() function with empty FROM header and
> >
> >even without FROM header, but the receiver is still
> >
> >getting FROM address as [EMAIL PROTECTED]
> >
> 
> You can't. The mail specification have to get a FROM 
> header, but to make 
> a solution you can make a FROM header like this: "FROM: 
> Do Not Reply 
> <[EMAIL PROTECTED]>"
> 
> regards,
> 
> Johan
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> p.net
> For additional commands, e-mail: 
> [EMAIL PROTECTED]
> To contact the list administrators, e-mail: 
> [EMAIL PROTECTED]
> 
 


--
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] URGENT-HELP !!!!!!

2001-11-30 Thread Chamarty Prasanna Kumar



Hi,

   Want to send "mail" through PHP script such that

the receiver of that mail should not contain FROM

header.

I used mail() function with empty FROM header and

even without FROM header, but the receiver is still

getting FROM address as [EMAIL PROTECTED]



Anyone can help 


Thanks in advance,

Kumar. 


--
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] Help - mail

2001-11-30 Thread Chamarty Prasanna Kumar


Hi all, 

 using mail() function to send a mail using php. 

 I want to send that mail so that the receiver should 

not see the FROM address or the mail should go without 

any FROM address. 

Please write with an example !! 


Thanking You, 

Regards, 

Kumar.





 


--
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] mail-help

2001-11-30 Thread Chamarty Prasanna Kumar



 


--
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]