[PHP-DEV] include() and sessions

2003-02-11 Thread Lindsey Simon
I have a situation involving my session and an include(). I'm trying to include() a page using the full path. My session is registered and I can verify all is well with it. I want to retain the session from within the page I'm including. So: I'm pasting my code here (please ignore the

Re: [PHP-DEV] include() and sessions

2003-02-11 Thread Lindsey Simon
, you will have to pass your session identifier on the URL. (see above) Chris --- Lindsey Simon [EMAIL PROTECTED] wrote: I have a situation involving my session and an include(). I'm trying to include() a page using the full path. My session is registered and I can verify all is well

[PHP-DEV] PHP and CSS

2001-09-14 Thread Lindsey Simon
The last two projects I've worked on I've noticed that PHP somehow mangles my Cascading Styles, rendering the text almost unreadable. If I paste the same stlyes into an .html document the text looks beautiful. Any one experienced this before / know a solution? -lindsey -- PHP Development

Re: [PHP-DEV] PSPELL with PHP

2001-07-09 Thread Lindsey Simon
? Thanks, -Jonathan - Original Message - From: Lindsey Simon [EMAIL PROTECTED] To: Vlad Krupin [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, July 05, 2001 4:05 PM Subject: Re: [PHP-DEV] PSPELL with PHP Well, the mystery is solved. I was --with-php=/usr/local which is where

Re: [PHP-DEV] PSPELL with PHP

2001-07-06 Thread Lindsey Simon
? Finished versions of what? I wrote support for pspell library, it has most of the functionality pspell provides. If you need anything else that pspell can provide but I have not implemented, write to me and I'll try to implement it. By the way, I do not work on development of pspell

Re: [PHP-DEV] PSPELL with PHP

2001-07-05 Thread Lindsey Simon
that kind of stuff. Once you have this working with php, you can wonder off and do whatever custom stuff you need.. Vlad Lindsey Simon wrote: Oddly, Pspell and Aspell seem to work properly, but the pspell_new function can't load the en dict. in the pspell/examples dir I can run

Re: [PHP-DEV] PSPELL with PHP

2001-07-03 Thread Lindsey Simon
, but not much. Vlad Lindsey Simon wrote: I've just compiled and installed php-4.0.6 --with-pspell support. However, the pspell_new function gives me the following error: Warning: PSPELL couldn't open the dictionary. reason: I'm sorry I can't find any suitable word lists

Re: [PHP-DEV] PSPELL with PHP

2001-07-03 Thread Lindsey Simon
to function properly. It is also described in pspell README. --- Hope that helps, Justin. - Original Message - From: Lindsey Simon [EMAIL PROTECTED] To: Justin Plock [EMAIL PROTECTED] Sent: Tuesday

[PHP-DEV] Function suggestion

2001-04-10 Thread Lindsey Simon
I'm not positive I'm mailing to the right list, but I have a function that might be useful to others. I often use php to retrieve a name from a database and then let a user upload a file and I name that file by as $user.mp3(in this case). I need to convert all of the international characters to

Re: [PHP-DEV] Function suggestion

2001-04-10 Thread Lindsey Simon
Oh yes, and I see I forgot to excape the x in the first five.. Rasmus Lerdorf in message Re: [PHP-DEV] Function suggestion (Tue, 04/10 12:43): Using str_replace() would speed this function up by an order of magnitude. On Tue, 10 Apr 2001, Lindsey Simon wrote: I'm not positive I'm