RE: [PHP] Dynamic Content thoughts

2012-08-23 Thread admin
-Original Message- From: Matijn Woudt [mailto:tijn...@gmail.com] Sent: Thursday, August 23, 2012 4:39 PM To: admin Cc: php-general@lists.php.net Subject: Re: [PHP] Dynamic Content thoughts On Thu, Aug 23, 2012 at 9:51 PM, admin wrote: > Hello everyone, > > In my quest to

Re: [PHP] Dynamic Content thoughts

2012-08-23 Thread Matijn Woudt
On Thu, Aug 23, 2012 at 9:51 PM, admin wrote: > Hello everyone, > > In my quest to build bigger and better dynamic content, I am > putting forth a concept to see what you all think. > > Many times I come across customers who want drop down menus dynamically > built from database ta

Re: [PHP] Using PEAR and PHP

2012-08-23 Thread Matijn Woudt
On Thu, Aug 23, 2012 at 9:25 PM, Suraj Shah wrote: > > > On 23/08/2012 20:12, "Matijn Woudt" wrote: > > > > On Thu, Aug 23, 2012 at 9:12 PM, Ashley Sheridan > wrote: > > > On Thu, 2012-08-23 at 20:33 +0200, Matijn Woudt wrote: > >> >> OK thanks Matijn. >> >> I’ll google it now and install it. >>

[PHP] Dynamic Content thoughts

2012-08-23 Thread admin
Hello everyone, In my quest to build bigger and better dynamic content, I am putting forth a concept to see what you all think. Many times I come across customers who want drop down menus dynamically built from database tables. Old way Example: Echo '--Please Select--'; $qu

Re: [PHP] Using PEAR and PHP

2012-08-23 Thread Suraj Shah
On 23/08/2012 20:12, "Matijn Woudt" wrote: On Thu, Aug 23, 2012 at 9:12 PM, Ashley Sheridan wrote: On Thu, 2012-08-23 at 20:33 +0200, Matijn Woudt wrote: > > OK thanks Matijn. > > I’ll google it now and install it. > > There is a site.php as well as a config.php file in the sub-directory o

Re: [PHP] Using PEAR and PHP

2012-08-23 Thread Matijn Woudt
On Thu, Aug 23, 2012 at 9:12 PM, Ashley Sheridan wrote: > ** > On Thu, 2012-08-23 at 20:33 +0200, Matijn Woudt wrote: > > > > > OK thanks Matijn. > > > > I’ll google it now and install it. > > > > There is a site.php as well as a config.php file in the sub-directory of the > > old server. I’ve cop

Re: [PHP] Using PEAR and PHP

2012-08-23 Thread Matijn Woudt
On Thu, Aug 23, 2012 at 9:14 PM, Suraj Shah wrote: > > > > On 23/08/2012 20:12, "Ashley Sheridan" wrote: > > On Thu, 2012-08-23 at 20:33 +0200, Matijn Woudt wrote: > > >> >> OK thanks Matijn. >> >> I’ll google it now and install it. >> >> There is a site.php as well as a config.php file in the su

Re: [PHP] Using PEAR and PHP

2012-08-23 Thread Suraj Shah
On 23/08/2012 20:12, "Ashley Sheridan" wrote: On Thu, 2012-08-23 at 20:33 +0200, Matijn Woudt wrote: > > OK thanks Matijn. > > I’ll google it now and install it. > > There is a site.php as well as a config.php file in the sub-directory of the > old server. I’ve copied these over but not sure

Re: [PHP] Using PEAR and PHP

2012-08-23 Thread Ashley Sheridan
On Thu, 2012-08-23 at 20:33 +0200, Matijn Woudt wrote: > > > > OK thanks Matijn. > > > > I’ll google it now and install it. > > > > There is a site.php as well as a config.php file in the sub-directory of the > > old server. I’ve copied these over but not sure why it still doesn’t > > recognise it

Re: [PHP] Using PEAR and PHP

2012-08-23 Thread Suraj Shah
On 23/08/2012 19:33, "Matijn Woudt" wrote: >> >> OK thanks Matijn. >> >> I’ll google it now and install it. >> >> There is a site.php as well as a config.php file in the sub-directory of the >> old server. I’ve copied these over but not sure why it still doesn’t >> recognise it. I’ve amended t

Re: [PHP] Using PEAR and PHP

2012-08-23 Thread Matijn Woudt
> > OK thanks Matijn. > > I’ll google it now and install it. > > There is a site.php as well as a config.php file in the sub-directory of the > old server. I’ve copied these over but not sure why it still doesn’t > recognise it. I’ve amended the code to point to the new server as well. > > Suraj T

Re: [PHP] Using PEAR and PHP

2012-08-23 Thread Suraj Shah
On 23/08/2012 19:26, "Matijn Woudt" wrote: On Thu, Aug 23, 2012 at 8:21 PM, Suraj Shah wrote: On 23/08/2012 19:11, "Matijn Woudt" http://tijn...@gmail.com> > wrote: > On Thu, Aug 23, 2012 at 8:12 PM, Suraj Shah > wrote: >> Thanks for your reply Ashley. >> >> I’m

Re: [PHP] Using PEAR and PHP

2012-08-23 Thread Matijn Woudt
On Thu, Aug 23, 2012 at 8:21 PM, Suraj Shah wrote: > > > > On 23/08/2012 19:11, "Matijn Woudt" wrote: > > > On Thu, Aug 23, 2012 at 8:12 PM, Suraj Shah wrote: > >> Thanks for your reply Ashley. > >> > >> I’m getting the attached error message which I can’t seem to solve. If > it’s > >> just a m

Re: [PHP] Using PEAR and PHP

2012-08-23 Thread Suraj Shah
On 23/08/2012 19:11, "Matijn Woudt" wrote: > On Thu, Aug 23, 2012 at 8:12 PM, Suraj Shah wrote: >> Thanks for your reply Ashley. >> >> I’m getting the attached error message which I can’t seem to solve. If it’s >> just a matter of adding code to use for a library, would this be possible? >> H

Re: [PHP] Using PEAR and PHP

2012-08-23 Thread Ashley Sheridan
On Thu, 2012-08-23 at 19:12 +0100, Suraj Shah wrote: > Thanks for your reply Ashley. > > I’m getting the attached error message which I can’t seem to solve. If > it’s just a matter of adding code to use for a library, would this be > possible? How do I go about configuring it? > > Many thanks, >

Re: [PHP] Using PEAR and PHP

2012-08-23 Thread Lester Caine
Suraj Shah wrote: I am currently working on a website which uses PHP as an integral programming language as part of it. I am trying to replicate the website’s contents from one ftp server to another but am encountering serious issues in doing so. I’ve spent two days trying to find out the rea

Re: [PHP] Using PEAR and PHP

2012-08-23 Thread Matijn Woudt
On Thu, Aug 23, 2012 at 8:12 PM, Suraj Shah wrote: > Thanks for your reply Ashley. > > I’m getting the attached error message which I can’t seem to solve. If it’s > just a matter of adding code to use for a library, would this be possible? > How do I go about configuring it? > > Many thanks, > S

Re: [PHP] Using PEAR and PHP

2012-08-23 Thread Suraj Shah
Thanks for your reply Ashley. I’m getting the attached error message which I can’t seem to solve. If it’s just a matter of adding code to use for a library, would this be possible? How do I go about configuring it? Many thanks, Suraj On 23/08/2012 19:08, "Ashley Sheridan" wrote: On Thu, 20

Re: [PHP] Using PEAR and PHP

2012-08-23 Thread Ashley Sheridan
On Thu, 2012-08-23 at 18:42 +0100, Suraj Shah wrote: > Hi. > > I am currently working on a website which uses PHP as an integral programming > language as part of it. > > I am trying to replicate the website’s contents from one ftp server to > another but am encountering serious issues in doin

[PHP] Using PEAR and PHP

2012-08-23 Thread Suraj Shah
Hi. I am currently working on a website which uses PHP as an integral programming language as part of it. I am trying to replicate the website’s contents from one ftp server to another but am encountering serious issues in doing so. I’ve spent two days trying to find out the reasons and now th