php-windows Digest 31 Jul 2002 17:27:00 -0000 Issue 1267
Topics (messages 15041 through 15048):
Re: WIN2K Linux Dual Boot Question
15041 by: Mikey
PHP Cookie
15042 by: James Meers
15044 by: George Nicolae
15045 by: Mikey
15046 by: Mikey
DOMXML...
15043 by: Brian McGarvie
Re: [PHP] Re: [PHP-DEV] [CROSS POST] PHP Meetup & Texas PHP Users
15047 by: Jay Blanchard
Re: PDF Forms
15048 by: Conover, Ryan
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 ---
Yup - HOWTO's for Linux can be found at
http://www.tldp.org/HOWTO/HOWTO-INDEX/howtos.html
HTH,
Mikey
> -----Original Message-----
> From: Sean M. Mayhew [mailto:[EMAIL PROTECTED]]
> Sent: 31 July 2002 03:23
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] WIN2K Linux Dual Boot Question
>
>
> Anybody point me in the direction of a good tutorial or book on installing
> Linux on a Win2k machine as a dual boot system.
>
> Thanks in advance,
> Sean M. Mayhew
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
>
--- End Message ---
--- Begin Message ---
Does anyone know how to create a cookie that doesn't expire?
Jambo
--- End Message ---
--- Begin Message ---
RTFM - http://www.php.net/manual/en/function.setcookie.php
--
Best regards,
George Nicolae
IT Manager
___________________
PaginiWeb.com - Professional Web Design
www.PaginiWeb.com
"James Meers" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
Does anyone know how to create a cookie that doesn't expire?
Jambo
--- End Message ---
--- Begin Message ---
Or a more polite reply would be:
All cookies must have an expiry date for them to persist - if you do not set
an expiry date then the cookie will be cleared when the user's browser
session is closed.
I don't believe this is in the PHP manual...
What you could do is include some code in your pages that updates the expiry
date of the cookie every time they visit a page and set the expiry for some
very distant date in the future. (Not too sure how far into the future you
can go - this would be up to you to experiment with.)
HTH,
Mikey
> -----Original Message-----
> From: George Nicolae [mailto:[EMAIL PROTECTED]]
> Sent: 31 July 2002 12:22
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] Re: PHP Cookie
>
>
> RTFM - http://www.php.net/manual/en/function.setcookie.php
>
> --
>
>
> Best regards,
> George Nicolae
> IT Manager
> ___________________
> PaginiWeb.com - Professional Web Design
> www.PaginiWeb.com
>
>
> "James Meers" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Does anyone know how to create a cookie that doesn't expire?
>
> Jambo
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
>
--- End Message ---
--- Begin Message ---
> Ill try and include it in my main page...
What you could do is put the code in a small include file and then use the
auto_prepend setting to include this transparently in every page - this
would make it a lot easier to maintain as no changes need to be made to your
site pages.
> Do you know the limit in seconds is then?
As I said, you'll have to shake the tree and see what falls out yourself ;-)
> Cheers
NP,
Mikey
--- End Message ---
--- Begin Message ---
I have a problem with DOMXML...
I installed it and it is showing up in a phpinfo() script...
However when I try a simple example it gives me an error such as:
Warning: failed to load external entity "employees.xml" in
C:\Inetpub\wwweloanshop\test\xml.php on line 36
Any hints?
[ Brian M McGarvie | www.mcgarvie.net - www.the-local-guide.com -
www.anypurposeloans.com ]
--- End Message ---
--- Begin Message ---
[snip]
First of all, sorry for the additional cross post. MeetUp.com lacks the
ability to let you contact other folks who have signed up. In my general
area, Massachusetts, there are a bunch of tiny groups scattered about,
and I'd like a chance to get all of them to converge in one place to make
the meetup worth it for all of us. I know there's only a few days before the
meetup is to take place, but if folks from the following areas could email
me, then we can try and work out somewhere we can all meet, instead of there
being 5 groups of 2 or 3 people.
[/snip]
Agreed Gabriel, meetup.com, while a nice idea, does not work well at all due
to the lack of contact information provided. But look what it may have
started!
I encourage PHP developers to seek each other and form their own groups. But
even the PHP lists barely scratch the surface of developers who are out
there. Contact other computer users groups in your area and you may be
surprised at what pops-up.
Jay
LOTTERY: A tax on people who are bad at math
***************************************
* *
* Texas PHP Developers Meeting *
* Spring 2003 *
* T Bar M Resort & Conference Center *
* New Braunfels, Texas *
* Interested? Contact; *
* [EMAIL PROTECTED] *
* *
***************************************
--- End Message ---
--- Begin Message ---
It is impossible to create fields from what I know using PDFLIB.
Ryan Conover
[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://www.pitt.edu/~rscst25/
-----Original Message-----
From: Flint Doungchak [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 30, 2002 6:29 PM
To: PHP Windows
Subject: [PHP-WIN] PDF Forms
Fellow PHPers,
We've been working on various dynamic PDF generation things and now, we want
to take things step further and place form fields in the PDF dynamically.
Does anyone know if we can actually do this? I know that once a PDF is
created with form fields (such as with Acrobat), we can populate those
fields via the FDF forms and the FDF toolkit available through PHP.
I've search the list, and as far as I can tell, and it's hard to believe, no
one has really even asked the question.
Anyway, if it's possible, could someone let me know.
Thanks,
-Flint
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---