[PHP-WIN] Re: recommending a PHP book?

2005-03-15 Thread Jim Plush
Hey Danny, no good books on that subject regarding php/mcv that I've seen but PHP Architecht has some good articles on MVC, I believe they have a free issue that has a huge article on PHP/MVC. www.phparch.com Danny Lin wrote: Can any one recommend a good book that discusses MVC design patterns w

[PHP-WIN] Re: Reparse / reread php.ini

2005-03-10 Thread Jim Plush
do a phpinfo() call and look at the path of your php.ini file, it appears you're not editing the correct one. I usually just do iisreset on the command line and thats all I need. "Peter Ordal" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > How can I force PHP to reread the php.ini

[PHP-WIN] Re: XP and PHP

2005-03-10 Thread Jim Plush
just try "Stan Holmes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi > New at this game. I loaded php5 on XP with the php installer. I cannot get > a varable to parse. Can anyone help. I do believe it is with the > instalation. I have checked the rights to the ini file and t

[PHP-WIN] test

2005-02-16 Thread Jim Plush
testing 1,2,9 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Undefined variable

2005-02-16 Thread Jim Plush
testing "Louis Young" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi there > > I'm getting the following error regardless of whether register_globals > is on or off. > > *Notice*: Undefined variable: button1 in *C:\Program Files\Apache > Group\Apache2\htdocs\spar\admin\login.php*