php-windows Digest 19 Oct 2003 04:02:45 -0000 Issue 1963
Topics (messages 21813 through 21817):
Re: PDF creation on the fly.
21813 by: rouvas
21814 by: Ferhat
Re: Check mail format
21815 by: Manuel Lemos
Re: Error calling php_info
21816 by: Alan McDonald
Includes Q
21817 by: Alan McDonald
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 ---
On Saturday 18 October 2003 19:05, Ferhat wrote:
> Hi,
>
> I have a php/ mysl web sites. I have one page of timeseries wchih I plot
> with Gnuplot as JPG.
>
> Now, I would to add a "save as PDF" button to this page. What I was
> dreaming is when you click on the button the same HTML page will be saved
> as PDF.
>
> BUT, I tried HTML_ToPDF code and I could not doit. It needs lots of stuff
> with Perl support, which I do not have on my Windows XP Apache server.
>
> What shall I do? Any easy way to make HTML2PDF conversation???
Try HTMLdoc <ttp://www.easysw.com/htmldoc/index.html>
>
> TIA
--- End Message ---
--- Begin Message ---
this does not have a command line tool. I need something like that for on
the fly operation. Isn't it?
--- End Message ---
--- Begin Message ---
Hello,
On 10/17/2003 10:51 AM, Meandi wrote:
I just want to know how I can recognize that the e-mail address inserted by
the user is correct or not.
E.g.
[EMAIL PROTECTED] -> correct e-mail address
[EMAIL PROTECTED] or user-server.com -> incorrect email addresses
This class can do exactly what you want:
http://www.phpclasses.org/emailvalidation
--
Regards,
Manuel Lemos
Free ready to use OOP components written in PHP
http://www.phpclasses.org/
--- End Message ---
--- Begin Message ---
phpinfo()
no underscore
Alan
"Donatas" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Getting CHM version of PHP manual would be the right thing to do. It's
> index/search is the best way to learn about functions you need.
>
> Good luck ;)
>
> Donny
>
> Yosvel Reyes wrote:
>
> >Hi All:
> >
> >Enviroment: php 4.xx Apache 2.0 Internet Explorer 6.0 Windows OS
> >
> >I'm Just a php beginner and I'm testing some code like
> >
> ><?
> >php_info();
> >?>
> >
> >and this code just not work for me i got the following error
> >
> >Fatal error: Call to undefined function: php_info() in D:\Program
> >Files\Apache Group\Apache2\htdocs\Etecsa\index.php on line 2
> >
> >I have taken this sample code from a php book so I suppose it will work
> >fine...
> >
> >
> >Any Suggestion???
> >Thanks in advance
> >
> >
> >
> >==========================================
> >Lic. Yosvel Reyes Fonfria
> >[EMAIL PROTECTED]
> >tel: (053)42 205428
> >
> >Who try and try again, triumph!!!
> >==========================================
> >
> >
--- End Message ---
--- Begin Message ---
I now this is old and I've searched and found answers to this issue but
justa as a reality check..
includes are only done via fully qualified filesystem paths or fully
qualified URLs?
this is one solution
<?php include dirname(__FILE__).'/myincludefile.php' ?>
Is there no such thing as relative URL includes?
thanks
Alan
--- End Message ---