Re: [PHP] [phplib template] file does not exist

2003-01-16 Thread roel
Thank you, this helped me to find the problem. It seemed that i had to set the $root variable in the templated class, although i never had to do this on the other server, but it works now. Thanks!! "Marek Kilimajer" <[EMAIL PROTECTED]> schreef in bericht [EMAIL PROTECTED]">news:[EMAIL PROTECTED].

Re: [PHP] [phplib template] file does not exist

2003-01-16 Thread Marek Kilimajer
First go to the file that generates the error and find out how it knows the template file does not exists roel wrote: Hi, i'm having a problem. I just installed a webserver with mysql and php. I copied my files that i had stored on another webserver to my new. I didn't change anything to these

Re: [PHP] PHPlib sessions without a DB?

2002-04-26 Thread Matt Williams
On Friday 26 April 2002 2:25 pm, Alan McKay wrote: > Folks, > > I was going through PHPlib for the first time to assess whether or not I > can use it on a current project, and it looks pretty clear to me that you > need a DB in order to use the session management. > > My environment will be a Win

Re: [PHP] phplib

2002-01-27 Thread Kunal Jhunjhunwala
... simple... Regards, Kunal Jhunjhunwala - Original Message - From: "Nick Wilson" <[EMAIL PROTECTED]> To: "php-list" <[EMAIL PROTECTED]> Sent: Monday, January 28, 2002 3:57 AM Subject: Re: [PHP] phplib > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 >

Re: [PHP] phplib

2002-01-27 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Kunal Jhunjhunwala blurted > hey... > i was wondering, is there any way to check wether the replacing of a > variable failed or no? example : > {one} > > $t->set_var("one", "1"); > > I want to know wether one was replaced by 1.. or w

Re: [PHP] phplib

2002-01-26 Thread Kunal Jhunjhunwala
depending on wether the feature is on or off...simple eh? :) Regards, Kunal Jhunjhunwala - Original Message - From: "Nick Wilson" <[EMAIL PROTECTED]> To: "php-list" <[EMAIL PROTECTED]> Sent: Saturday, January 26, 2002 9:20 PM Subject: Re: [PHP] phplib > -B

Re: [PHP] phplib

2002-01-26 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Kunal Jhunjhunwala blurted > hey... im tryint to lay some conditions for the html output... example : > if ($check == 1) { > > } > else { > > } > > The problem here is, I want the html in both ca

RE: [PHP] PHPLib

2002-01-10 Thread Johnson, Kirk
> Hey guys, > Has anyone used this before?? If so, is it a pain in the a$$? > I read the > documentation.. and sounds like you would need to re-code your > authentication system, sessions blah blah to work with it? or > am i going waay of target here?? > > All i wanna do is, customize my

RE: [PHP] phplib???

2001-12-14 Thread Matt Williams
> It is a external library with useful PHP functions. It was designed > by some German guys, but you can now forget it. Main feature was the > session function and that function is now integrated in the PHP > extensions. > Maybe not quite forget as easily as that. PHPLib offers very good user

Re: [PHP] phplib???

2001-12-13 Thread Egon Schmid
From: "Duane Douglas" <[EMAIL PROTECTED]> > At 03:23 PM 12/13/2001 -0800, Nathan Cassano wrote: > > >Went to www.google.com. Searched "phplib". The first result returned was > >http://sourceforge.net/projects/phplib. > > i went to the site and the description of phplib was rather sparse. i'm > wo

RE: [PHP] phplib???

2001-12-13 Thread Duane Douglas
At 03:23 PM 12/13/2001 -0800, Nathan Cassano wrote: >Went to www.google.com. Searched "phplib". The first result returned was >http://sourceforge.net/projects/phplib. i went to the site and the description of phplib was rather sparse. i'm wondering if anyone can provide a more comprehensive de

Re: [PHP] phplib???

2001-12-13 Thread Steve Edberg
http://phplib.sourceforge.net/ At 4:59 PM -0500 12/13/01, Duane Douglas wrote: >hello, > >can someone please explain phplib to me? what is it used for? i >apologize if this question has been asked many times before. > >thanks in advance. > -- +-

RE: [PHP] phplib???

2001-12-13 Thread Nathan Cassano
Went to www.google.com. Searched "phplib". The first result returned was http://sourceforge.net/projects/phplib. -Original Message- From: Duane Douglas [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 1:59 PM To: [EMAIL PROTECTED] Subject: [PHP] phplib??? hello, can some

RE: [PHP] PHPLIB and Auth

2001-03-19 Thread Steve Haemelinck
Can it be that my Apache server is not well configured? I think you have to allow methods like GET and POST ? -Original Message- From: Steve Haemelinck [mailto:[EMAIL PROTECTED]] Sent: maandag 19 maart 2001 10:26 To: PHP Mailing Listl (E-mail) Subject:[PHP] PHPLIB and Au

RE: [PHP] PHPLIB and PHPMyAdmin

2001-01-18 Thread Krznaric Michael
What's the syntax to turn on magic_quotes_gpc in .htaccess? Mike -Original Message- From: Ignacio Vazquez-Abrams [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 12:24 PM To: Kevin Cawthorne Cc: [EMAIL PROTECTED] Subject: Re: [PHP] PHPLIB and PHPMyAdmin On Tue, 16 Jan

Re: [PHP] PHPLIB and PHPMyAdmin

2001-01-16 Thread Matt Friedman
ff under another. Use .htaccess for configuration. best of both worlds. Matt Friedman Spry New Media - Original Message - From: "Ignacio Vazquez-Abrams" <[EMAIL PROTECTED]> To: "Kevin Cawthorne" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday,

Re: [PHP] PHPLIB and PHPMyAdmin

2001-01-16 Thread Michael A. Peters
using .htaccess with phpMyAdmin can cause problems with Advanced Authentication (which you should be using). AFAIK only horde's implementation of phplib wants magic quotes turned off- last time I looked at phplib itself, it wanted them on. It's *possible* I got that backwards, but I don't think

Re: [PHP] PHPLIB and PHPMyAdmin

2001-01-16 Thread Ignacio Vazquez-Abrams
On Tue, 16 Jan 2001, Kevin Cawthorne wrote: > Hi, > > I want to install PHPLIB but one of the configuration notes says "turn off magic >quotes in the php.ini file". > > OK But I'm, using phpMyAdmin, which I understand NEEDS magic quotes on to work. > > Has anyone done this using the two togethe

RE: [PHP] PHPLIB and PHPMyAdmin

2001-01-16 Thread Krznaric Michael
al Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 7:16 AM To: Kevin Cawthorne Cc: [EMAIL PROTECTED] Subject: Re: [PHP] PHPLIB and PHPMyAdmin On Tue, 16 Jan 2001, Kevin Cawthorne wrote: > Hi, > > I want to install PHPLIB but one of the

Re: [PHP] PHPLIB and PHPMyAdmin

2001-01-16 Thread [EMAIL PROTECTED]
On Tue, 16 Jan 2001, Kevin Cawthorne wrote: > Hi, > > I want to install PHPLIB but one of the configuration notes says "turn off magic >quotes in the php.ini file". > > OK But I'm, using phpMyAdmin, which I understand NEEDS magic quotes on to work. > > Has anyone done this using the two toge