Re: [PHP] config.php

2004-10-11 Thread Michal Migurski
Is there anyway of creating a config.php file on the fly using a form. To obtain verbose output, include the keyword "how" at the beginning of your query. -- michal migurski- contact info, blog, and pgp key: sf/cahttp://mike.teczno.c

Re: [PHP] config.php

2004-10-11 Thread John Nichel
John Holmes wrote: bigmark wrote: Is there anyway of creating a config.php file on the fly using a form. House fly or bar fly? You got something against a fly on the wall??? -- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] config.php

2004-10-11 Thread John Holmes
bigmark wrote: Is there anyway of creating a config.php file on the fly using a form. House fly or bar fly? -- ---John Holmes... Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/ php|architect: The Magazine for PHP Professionals – www.phparch.com -- PHP General Mailing List (http://www.php.

Re: [PHP] config.php

2004-10-11 Thread John Nichel
bigmark wrote: Is there anyway of creating a config.php file on the fly using a form. Yes. http://www.catb.org/~esr/faqs/smart-questions.html -- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

RE: [PHP] config.php

2004-10-11 Thread Jay Blanchard
[snip] Is there anyway of creating a config.php file on the fly using a form. [/snip] Yes. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] config.php

2004-10-11 Thread raditha dissanayake
bigmark wrote: Is there anyway of creating a config.php file on the fly using a form. yes there is -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP ap

Re: [PHP] config.php

2004-10-11 Thread Greg Donald
On Mon, 11 Oct 2004 11:59:56 -0400, bigmark <[EMAIL PROTECTED]> wrote: > Is there anyway of creating a config.php file on the fly using a form. Sure. fopen() can write new files easy enough. And the data from the form submission is available via the $_POST array. -- Greg Donald Zend Certified

Re: [PHP] config.php

2004-10-11 Thread Dan Joseph
> Is there anyway of creating a config.php file on the fly using a form. There is... however, that's kind of a broad question. What sort of config file are you trying to build? -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php