[PHP-WIN] Re: IDE's

2003-10-18 Thread DvDmanDT
I use AceHMTL 5 to save -> switch window to IE -> F5... -- // DvDmanDT MSN: [EMAIL PROTECTED] Mail: [EMAIL PROTECTED] "Alan McDonald" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > It seems that the popular IDE's assume that you are running against a > localhost webserver or th

[PHP-WIN] IDE's

2003-10-18 Thread Alan McDonald
It seems that the popular IDE's assume that you are running against a localhost webserver or they run in their own webserver. If you want to edit and run files via FTP client, then you are restricted to keeping a real browser window open. There are all sorts of differences between what the internal

php-windows Digest 19 Oct 2003 04:02:45 -0000 Issue 1963

2003-10-18 Thread php-windows-digest-help
php-windows Digest 19 Oct 2003 04:02:45 - 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 Includ

[PHP-WIN] Includes Q

2003-10-18 Thread Alan McDonald
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 Is there no such thing as relative URL includes? thanks Alan -- PHP Windows Mailing Lis

Re: [PHP-WIN] Error calling php_info

2003-10-18 Thread Alan McDonald
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 Al

[PHP-WIN] Re: Check mail format

2003-10-18 Thread Manuel Lemos
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

Re: [PHP-WIN] PDF creation on the fly.

2003-10-18 Thread Ferhat
this does not have a command line tool. I need something like that for on the fly operation. Isn't it? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] PDF creation on the fly.

2003-10-18 Thread rouvas
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 sa

php-windows Digest 18 Oct 2003 16:02:01 -0000 Issue 1962

2003-10-18 Thread php-windows-digest-help
php-windows Digest 18 Oct 2003 16:02:01 - Issue 1962 Topics (messages 21809 through 21812): (ANNOUNCE) codeSECURE 1.0 released - - Protecting PHP code 21809 by: John Black PHP 5 And Apache2.0.47 21810 by: tim sawyers Re: failed to open stream: HTTP 21811 by: Rahman

[PHP-WIN] PDF creation on the fly.

2003-10-18 Thread Ferhat
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 doi