[PHP] Who's having a good hosting experience these days?

2002-05-05 Thread Marcus James Christian
Hello, My hosting service which WAS cool about 2 years ago has grown into a bloated mess of zero logic. My clients are going nuts, I'm sick of having mistakes and problems created by the hosting service be the only reason I have any problems to deal with at all!!! My clients aren't rich big

[PHP] Re: FIGURED OUTQ:Why is my code returning this? Help?

2001-10-25 Thread Marcus James Christian
Before anyone tries to hard to figure this out I looked over my code and fixed this. The answer was that I had more than one form on the same page calling to one php handler page, -Marcus Marcus James Christian wrote: Hello, As mainly a designer w/ HTML and JS php is usually just an end

[PHP] Q:Syntax for a space? ...like \n is for new line???

2001-10-25 Thread Marcus James Christian
Hello, How do you call for a space in an email put out by mail(); ? Similar to the way we call \n newlines with backslash n?? Thanks, Marcus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP] Q:Why is my code returning this? Help?

2001-10-24 Thread Marcus James Christian
swear a form element named xname is called in php via $xname ??? Please let me know what you see, -Marcus PS, I just ran phpinfo(); on my server and it looks like all the others that work. -- Marcus James Christian UNLIMITED Multimedia Internet Design http://mjchristianunlimited.com Proudly

Re: [PHP] Easiest Automated mailing list concept?

2001-08-07 Thread Marcus James Christian
for this. Then when I don't put in line breaks from the string somewhere after many names the machine automatically puts a line break in and leaves this very uncool three or four most recent names sitting in the top part of the emails body!? Help, Marcus -- Marcus James Christian

[PHP] Q: Kill all line brk's and white space on output?

2001-08-07 Thread Marcus James Christian
works great! Thank you in advance my friends -Marcus -- Marcus James Christian -- UNLIMITED Multimedia Internet Design http://mjchristianunlimited.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [PHP] Q: Hiding Folder Directories from public while still...

2001-08-04 Thread Marcus James Christian
if this is elagant but ti works. but a fake index.htmlin your directory for browsers to default to. . .. - Original Message - From: Marcus James Christian [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 03, 2001 12:30 AM Subject: [PHP] Q: Hiding Folder Directories from

[PHP] Q: Hiding Folder Directories from public while still...

2001-08-02 Thread Marcus James Christian
www.mysite.com/php/ and have all of my php files show up on a funky virtual directory. Thanks, Marcus -- Marcus James Christian - UNLIMITED - Multimedia Internet Design http://mjchristianunlimited.com Proudly presents the music of CHROMATICUS at http://chromaticus.com and http

Re: [PHP] MAIL to a Bcc: ???

2001-07-11 Thread Marcus James Christian
-0700 10.07.2001, Marcus James Christian wrote: Hello, How do I change the value of the TO: in a mail() function to a value of Bcc: ? Or at least trick the mail to a Bcc:So the recipients emails aren't shown? Hi Marcus, $headers=Bcc:[EMAIL PROTECTED]\n; $headers.=Subject: Your

[PHP] Mail Bcc to a $variable?

2001-07-11 Thread Marcus James Christian
== $password); { mail($to, $subject, $bodytext, $headers); }; ? So how do I get mail to Bcc a variable like $recipients? Recipients being a huge text file of hundreds of email addy's. -Marcus -- Marcus James Christian - UNLIMITED - Multimedia Internet Design http://mjchristianunlimited.com Proudly

Re: [PHP] Mail Bcc to a $variable?

2001-07-11 Thread Marcus James Christian
Like this... $headers = From: Me [EMAIL PROTECTED]\nBCC:$recipients\n; Or somewhere else? Thanks, Marcus Russell Chadwick wrote: Try a newline at the end of $headers -Original Message- From: Marcus James Christian [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 10:15

[PHP] Q: Best EZ Free Mailing List Manager?

2001-07-10 Thread Marcus James Christian
and paste etc.? Thanks, Marcus -- Marcus James Christian - UNLIMITED - Multimedia Internet Design http://mjchristianunlimited.com Proudly presents the music of CHROMATICUS at http://chromaticus.com and http://artists.mp3s.com/artists/275/chromaticus.html -- PHP General Mailing List (http

[PHP] Blind Carbon Copies? with mail ()???

2001-07-10 Thread Marcus James Christian
Hello, I want to send Blind Carbon Copies or Bcc: to a huge 100-200 person mailing list. But the PHP mail() has a to, subject, body format. How can I get a Bcc: in there? Thanks, Marcus -- Marcus James Christian - UNLIMITED - Multimedia Internet Design http

Re: [PHP] Filtering out \ when a ' is user entered?

2001-06-28 Thread Marcus James Christian
To all of your who sent so many great answers I would like to say thank you! THANK YOU! THANK YOU! I ended up using strip slashes and it worked perfectly on only my second attempt of putting it into the code! Thanks, Marcus Marcus James Christian wrote: Hello, I'm pretty new to PHP