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

2003-02-11 Thread Lindsey Simon
rom. > If you must use a URL and you want to retain session, 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(). > > >

[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 variable

[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 Mail

Re: [PHP-DEV] PSPELL with PHP

2001-07-09 Thread Lindsey Simon
pile order? > > 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]

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 pspe

Re: [PHP-DEV] PSPELL with PHP

2001-07-05 Thread Lindsey Simon
> is the easiest to do a default install of pspell and aspell, without > creating any new dictionaries by hand and all 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:

Re: [PHP-DEV] PSPELL with PHP

2001-07-03 Thread Lindsey Simon
gt; > This solves the chicken-and-egg problem when you can't build aspell without > having pspell in place, yet pspell needs to know that aspell (or ispell) > exists to function properly. It is also described in pspell README. > --------

Re: [PHP-DEV] PSPELL with PHP

2001-07-03 Thread Lindsey Simon
t dictionaries, languages, etc.), so I > might be able to help you a bit if it is not installed correctly, but > not much. > > Vlad > > > > Lindsey Simon wrote: > > >I've just compiled and installed php-4.0.6 --with-pspell support. However, > >the pspell_

[PHP-DEV] PSPELL with PHP

2001-07-03 Thread Lindsey Simon
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 for the language-tag "en". the line causing the error reads: $pspe

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&

[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