Re: [php-list] Web CMS ???

2005-07-30 Thread Paul Menard
Where to begin with this question?...There are literally dozens if not hundreds of PHP based CMS packages. These range from WordPress t PHPNuke to many more complicated. My best advice is to check out http://www.cmsreview.com/ P- --- Javed Ahmed <[EMAIL PROTECTED]> wrote: > Hello, > > I am l

[php-list] Web CMS ???

2005-07-30 Thread Javed Ahmed
Hello, I am looking for a package in PHP (Web Content Management)that does the functions like ... 1. Add Content in web page 2. Change Layout of web page 3. Change Colors of the web page as similar in My Yahoo home page. Can anyone advice me...even the commercial software will do. Thanks in a

Re: [php-list] Lowercase problem

2005-07-30 Thread Bob
- Original Message - From: "Patrick Bierans" <[EMAIL PROTECTED]> >> $content = preg_replace($pattern, $replace, $content); >> How can I put strtolower(); in to make just the tags into lowercase. > > $content = strtolower($content); > $content = preg_replace($pattern, $replace, $content);

Re: [php-list] include problem in frames

2005-07-30 Thread Gordon Stewart
On 7/31/05, BigNate <[EMAIL PROTECTED]> wrote: > if i put in some test code right before the include(""); statement, it > gets into the else loop but won't go where it should and doesn't even > exit; All it does is reload the login form, or mydomain.com/Acct1 which > is where we started. Your sc

[php-list] include problem in frames

2005-07-30 Thread BigNate
Hey all I've found a problem that I'm not sure what's going on. I've set up an application that can be reused by multiple accounts, by still using the same files/database. So if someone goes to mydomain.com/Acct1, then will automatically get their accounts settings and go to a login screen whic

Re: [php-list] Lowercase problem

2005-07-30 Thread neeraj kumar
Have, Any help for sms programming in php. neeraj. Patrick Bierans <[EMAIL PROTECTED]> wrote: > $content = preg_replace($pattern, $replace, $content); > How can I put strtolower(); in to make just the tags into lowercase. $content = strtolower($content); $content = preg_replace($pattern, $rep

Re: [php-list] Lowercase problem

2005-07-30 Thread Patrick Bierans
> $content = preg_replace($pattern, $replace, $content); > How can I put strtolower(); in to make just the tags into lowercase. $content = strtolower($content); $content = preg_replace($pattern, $replace, $content); You have been tired, nay? ;) Yahoo! Groups Sponsor ---