Re: [PHP] resubmitting $POST data to another script

2004-03-03 Thread Charlie Fiskeaux II
one; I finally found a solution that uses each() and list() to travel the $_POST array, and I think it will work nicely. Thanks to all for your responses! -- Charlie Fiskeaux II Media Designer Cre8tive Group cre8tivegroup.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] resubmitting $POST data to another script

2004-03-03 Thread Charlie Fiskeaux II
Chris Shiflett wrote: You might strongly consider using foreach() instead for reasons of performance (1000% or more faster): http://www.blueshoes.org/en/developer/php_bench/ You could simply: foreach ($_POST as $name = $value) { ... } Hope that helps. Sure does, thanks! -- Charlie Fiskeaux

[PHP] resubmitting $POST data to another script

2004-03-02 Thread Charlie Fiskeaux II
anything; I'm having a difficult time finding stuff in there, since I have to know what category a function falls under before I can look it up. Thanks. -- Charlie Fiskeaux II Media Designer Cre8tive Group cre8tivegroup.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] resubmitting $POST data to another script

2004-03-02 Thread Charlie Fiskeaux II
of data to manually handle. -- Charlie Fiskeaux II Media Designer Cre8tive Group cre8tivegroup.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] saving form data - calling another script from PHP?

2004-02-24 Thread Charlie Fiskeaux II
Fiskeaux II Media Designer Cre8tive Group cre8tivegroup.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] saving form data

2004-02-23 Thread Charlie Fiskeaux II
to PHP and don't know how to get one form to go to two different places. Because the target of the form is the Perl script (for emailing the submitted form), how can I grab the data from the form with PHP? -- Charlie Fiskeaux II Media Designer Cre8tive Group cre8tivegroup.com -- PHP General

Re: [PHP] saving form data

2004-02-23 Thread Charlie Fiskeaux II
document.formname.fieldname.value) to grab the data straight from the fields and then pass it on somehow? -- Charlie Fiskeaux II Media Designer Cre8tive Group cre8tivegroup.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] saving form data

2004-02-23 Thread Charlie Fiskeaux II
? It's just a matter of development time; if there's a way to use the Perl mail script with a PHP data saving script, it would save time. If I do have to rewrite the whole thing in PHP, how would I accept uploaded file attachments and attach them to the emailed form results? -- Charlie Fiskeaux

Re: [PHP] saving form data

2004-02-23 Thread Charlie Fiskeaux II
I said, I'm pretty new to PHP...) Thanks! -- Charlie Fiskeaux II Media Designer Cre8tive Group cre8tivegroup.com 859/858-9054x29 cell: 859/608-9194 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] creating a very simple cms with one login and one mySQL database

2003-12-30 Thread Charlie Fiskeaux II
(to access the database) in the popup page code? Is there a tutorial or article on stuff like this somewhere? -- Charlie Fiskeaux II Media Designer Cre8tive Group cre8tivegroup.com 859/858-9054x29 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net