[PHP] mail(); and embedding pictures

2003-09-26 Thread Iggy
I am wondering if it is possible to embed pictures into email messages using this function. Thanx -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] session id

2003-03-25 Thread Iggy
can somebody tell me why I am getting this: Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at c:\inetpub\wwwroot\search.php:8) in c:\inetpub\wwwroot\search.php on line 21 Warning: session_start() [function.session-start]: Can

Re: [PHP] connecting to mysql db

2003-03-25 Thread Iggy
t you said. However I appreciate it much, since it seems to be much better coding practice Iggy "Randy Rankin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Place the code in a file ( ie; dbcon.php ) and include that file in any page > which may need it usi

[PHP] connecting to mysql db

2003-03-25 Thread Iggy
subsequent pages? the code thanx iggy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php and forms

2003-03-24 Thread Iggy
hi, I am very new to php so please forgive me if this is somewhat of a dumb question I have a html page with a whole bunch of textfields and checkboxes. Once the user fills out the information it is entered it is recorded in a mySQL db/table the problem that i am having is with the checkboxes. if t