php-windows Digest 9 Mar 2003 10:19:19 -0000 Issue 1625
Topics (messages 18915 through 18920):
Re: php_xslt: xslt_set_encoding
18915 by: Alexandru COSTIN
Re: Anyone using PHP with activePDF Toolkit?
18916 by: Alexandru COSTIN
mail() on XP
18917 by: John Smith
18920 by: Ben O'Neill
SSL win platform
18918 by: John M.
Setting sessions variables
18919 by: rotsky
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 ---
Hello,
Indeed they don't have the set_encoding function compiled in (even if
the full iconv is redistributed with php).
Anyway, I suggest you to take a look at the domxslt extension, is way
much faster (and uses directly UTF-8 internally)
Alexandru
"Michel Sahyoun" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I have downloaded the 4.3.1 windows binaries zip package and it doesn't
seem
> to have xslt_set_encoding() enabled.
>
> Can anyone confirm this? And short of getting the sources and recompiling
> PHP, is there another binary distribution that would have
> xslt_set_encoding() enabled?
>
> Thanks,
>
> Michel
>
>
--- End Message ---
--- Begin Message ---
Hello,
You could also try PDFreportsLite/YaPs for PDF generation.
http://www.interakt.ro/products/PDFreportsLite/
http://www.interakt.ro/products/YaPs/
Alexandru
"Ron Herhuth" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
I'm trying to dynamically generate PDFs using an FDF form, a SQL database
and PHP along with activePDF Toolkit. I basically have created an FDF form
using Acrobat and I need to auto populate the form and save a PDF from the
resulting data merge. Does anyone have any samples of how to do this using
PHP? I'm on a very tight deadline so any help will be greatly appreciated.
Thanks,
Ron
--- End Message ---
--- Begin Message ---
Is it possible to set up PHP so mail() sends email (through localhost, not another
server) to a local account? I have the non-server version of Windows XP.
John
---------------------------------
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, and more
--- End Message ---
--- Begin Message ---
Find:
[mail function]
; For Win32 only.
SMTP = localhost
In the PHP.ini file, and make sure it's set, then you'll need to be running
an SMTP server (e.g. IIS).
--
Ben O'Neill
"John Smith" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> Is it possible to set up PHP so mail() sends email (through localhost, not
another server) to a local account? I have the non-server version of Windows
XP.
>
> John
>
>
>
> ---------------------------------
> Do you Yahoo!?
> Yahoo! Tax Center - forms, calculators, tips, and more
--- End Message ---
--- Begin Message ---
Hi,
Does SSL or openSSL work on a win2000, apache(1.3.xx or 2.xx - precompiled binary) and
php(4.3.x) system?
If yes, is there someone who can tell what to do for installing it and make it work?
Thank you.
John M.
--- End Message ---
--- Begin Message ---
Let me get this straight - if register_globals is set to off, the best way
to assign a value to a session variable is to use:
$_SESSION['varname'] = 'value' ;
This both creates the variable and sets it. And then I can access this from
any page (that has session_start() at the beginning) with:
$somevar = $_SESSION['varname'] ; // or whatever
Is that right? Is it really that simple?
And is it true that it is best to keep register_globals off because there is
some security implication? (I've got a feeling my hosting service insists on
it).
Info gratefully received...
+a
Steve
--- End Message ---