[PHP] php.ini

2009-01-13 Thread gishaust
hi php lovers, I have a debian lamp stack and I want to use php to send a form to my email server that is on the same network. Someone suggested to me why don't i use php.ini mail function. But it says in the php.ini file for win 32 only. Does anyone know how I can get php to direct my form

Re: [PHP] php session GC error

2009-01-13 Thread Chris
Frank Stanovcak wrote: I'm trying to make sure that my sessions are timed out by my server. I'm running it on winxp, and my php.ini contains the following session.gc_probability = 1 session.gc_divisor = 1 ; After this number of seconds, stored data will be seen as 'garbage' and ; cleaned up

Re: [PHP] Re: RewriteRules

2009-01-13 Thread Eric Butera
On Tue, Jan 13, 2009 at 5:27 PM, Ashley Sheridan wrote: > On Tue, 2009-01-13 at 13:29 -0500, Eric Butera wrote: >> On Tue, Jan 13, 2009 at 1:14 PM, Jason Pruim wrote: >> > >> > On Jan 13, 2009, at 9:46 AM, Ashley Sheridan wrote: >> > >> >> On Tue, 2009-01-13 at 09:33 -0500, tedd wrote: >> >>> >>

[PHP] problem using crypt() without a salt

2009-01-13 Thread port23user
I have a problem with using crypt(), passing only one parameter (ie, no salt). When I do that, I get an empty string. When I do use a salt, it returns the expected value. Does anybody have any ideas what might be causing my problem? It only happens when I run it on my linux server, but not whe

Re: [PHP] PHP, Smarty, and Text

2009-01-13 Thread Daniel Kolbo
Phpster wrote: What about stripping out all the 'nuances' and just reducing it to just the text where you then control the display and using your templates and css? Bastien Sent from my iPod On Jan 13, 2009, at 9:49 PM, Daniel Kolbo wrote: Hello, I've been using PHP and Smarty for seve

Re: [PHP] Holy crap

2009-01-13 Thread Robert Cummings
On Tue, 2009-01-13 at 20:49 -0500, Daniel Brown wrote: > On Tue, Jan 13, 2009 at 20:34, Kyle Terry wrote: > > > > www.idonttrustmicrosoftwithmywebsite.com/ps/i/hate/them/ > > Couldn't reach the site. Try restarting IIS. I think it's a beta^H^H^H^Hweb 2.0 site. Cheers, Rob. -- http://www.i

Re: [PHP] PHP, Smarty, and Text

2009-01-13 Thread Robert Cummings
On Tue, 2009-01-13 at 18:18 -1000, Daniel Kolbo wrote: > > Phpster wrote: > > What about stripping out all the 'nuances' and just reducing it to > > just the text where you then control the display and using your > > templates and css? > > > > Bastien > > > > Sent from my iPod > > > > On Jan 13,

<    1   2