[PHP] Simple E-mail Question

2003-01-22 Thread Scott Saraniero
Hi, I'm using this line to send an e-mail with info: mail("[EMAIL PROTECTED]", "$Event Ticket Form", $msg, $mailheaders); If I want to add mail recipients, or cc, or bcc, how would I do this? Thanks, Scott -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php

[PHP] Sending Form Arrays

2002-01-28 Thread Scott Saraniero
Hi, I have a form that has a section with multiple checkboxes. I would like to be able to send the checked boxes out as an array, and be able to retrieve the array in the next page (that the form variables go to.) I cannot find specific info on this anywhere. Can someone please point me in the ri

Re: [PHP] Sending Form Arrays

2002-01-28 Thread Scott Saraniero
gt; try something like this: > > check 1 > check 2 > check 3 > check 4 > check 5 > > that should do it... > > Edward > > - Original Message - > From: "Scott Saraniero" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> >

[PHP] Write an array to a file

2002-01-29 Thread Scott Saraniero
Hi, How do I write an array to a file? For example, I need to write just this in a file: I've been hung up for 2 days on this. Any help would be appreciated. Thanks, Scott -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

[PHP] Combining my code

2002-01-29 Thread Scott Saraniero
Hi, I've got two bits of code below that work fine, but I would like to combine them if possible. The $check variable that is there is there now would normally be passed from a form. Since the items in the '$Company = array()' part would be passed into that section - how can this be done? **

[PHP] Returning table rows from MySQL

2002-02-18 Thread Scott Saraniero
Hi. I've got a piece of code below that works great for me. Now I would like to modify the rows with alternating colors in the displayed results. Any suggestions on how to do this? "); print (""); print ("Song"); print ("Artist"); while ($Row =mysql_fetch_array($Result)) { print (""); p