Re: [PHP] hotmail settings POP and SMTP under Mozilla
you cant use mozilla to read and send hotmail messages. Onli outlook ekspress - Original Message - From: ger <[EMAIL PROTECTED]> To: php-general <[EMAIL PROTECTED]> Sent: 03. prosinac 2001 19:44 Subject: [PHP] hotmail settings POP and SMTP under Mozilla > hi guys , > > Does anybody know how to set up my mail reader (Mozilla ) to > be able to read and > send mail with my HOTMAIL account ? > > What should I put in POP ? and SMTP servers ? > > I wasn't be able to find this information .. > > Thanks in advance > > Ricardo > > > > > > > > _ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
Re: [PHP] index.php
you can make .htacces file and put DirectoryIndex /index.php That will work - Original Message - From: Caleb Carvalho <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 30. prosinac 2001 10:40 Subject: [PHP] index.php > Hi all, > > all the sudden my apache 1.3.22 is not showing my index.php page > php-4.0.6, i have added the addtype .php inside httpd.conf > > not only that, i have also noticed that the is not > working also, this is not displaying the test page, > > I am using netscape as a browser, do you guys know about any issue related > to this? > > many thanks and happy x-mas/happy new year > > > > _ > Join the worlds largest e-mail service with MSN Hotmail. > http://www.hotmail.com > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] quote 76
Hi, how can i make data submited throug form, Quoted Printable Encode to 76 characters. thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
Re: [PHP] multiple replaces...
- Original Message - From: Dennis Moore <[EMAIL PROTECTED]> To: Paul Roberts <[EMAIL PROTECTED]>; Lauri Vain <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: 12. siječanj 2002 23:33 Subject: Re: [PHP] multiple replaces... > try str_replace() ... it allows you to pass an array into the replace > function. > > /dkm > > - Original Message - > From: "Paul Roberts" <[EMAIL PROTECTED]> > To: "Lauri Vain" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Saturday, January 12, 2002 4:35 PM > Subject: Re: [PHP] multiple replaces... > > > > have a look at eval() > > > > Paul Roberts > > [EMAIL PROTECTED] > > > > From: "Lauri Vain" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Saturday, January 12, 2002 11:44 AM > > Subject: [PHP] multiple replaces... > > > > > > Hello there, > > > > I have about 30 markers in the text which need to be replaced with the > value > > of a variable or an array. > > > > Common sense comes up with > > > eregi_replace("!one!","blah",eregi_replace("!heh!",'foobar',eregi_replace("b > > lah","ho-ho-ho",text))); > > > > The list above could go on and on... I'm sure there are better ways to > > replace many markers or spans of text with something else. A loop? > Something > > even more easier and better? > > > > Thanks, > > Lauri > > -- > > Tharapita Creations > > [dynamic web applications] > > [EMAIL PROTECTED] > > Mobile: +372 53 410 610 > > > > > > > > -- > > PHP General Mailing List (http://www.php.net/) > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > To contact the list administrators, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > -- > > PHP General Mailing List (http://www.php.net/) > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > To contact the list administrators, e-mail: [EMAIL PROTECTED] > > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
Re: [PHP] open a New Window
no, its not possible. Try javascript - Original Message - From: Simos Varelakis <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 14. sije&thgr;anj 2002 14:08 Subject: [PHP] open a New Window > Hi to everybody > > I wonder if is posiblle to open a new predefined size window (new html > page) with php code. > > > Thanks in advance for your time. > > Best Regards > > Simos > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
Re: [PHP] mailing to 19000 users
yes, but it depends on your internet connection and can be werry slow. I'd go for php solution. PHP send much quicker, and use connection racionaly. - Original Message - From: Boaz Yahav <[EMAIL PROTECTED]> To: Mostafa Al-Mallawani <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: 30. sijeèanj 2002 05:47 Subject: RE: [PHP] mailing to 19000 users For a Win32 based solution check out : http://www.infacta.com/ I'm extremely happy with this software, what it can do and the price. Sincerely berber Visit http://www.weberdev.com/ Today!!! To see where PHP might take you tomorrow. -Original Message- From: Mostafa Al-Mallawani [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 8:24 AM To: [EMAIL PROTECTED] Subject: [PHP] mailing to 19000 users hi, does anyone know how to send mail to 19000 users using the mail() function, I need to create a mailing list of this number of users and looping on 19000 users takes up a heck of a lot of resources...any solutions? thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] Printing from mysql
Hi, Lets say that i have a database, and some names in it (Name and adress). When it's new year:) id like to send letters to those guys, from db. How would i print those names on envelopes, or how should i print one name at one A4 page, other name on next etc... If I open those names in browser and print i got title and URL on the top and botoom of page. Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
Re: [PHP] mass mail
yas, but that way they all end up in junk filters. Dont use bcc to send you mailing list - Original Message - From: Norbert Eder <[EMAIL PROTECTED]> To: Kancha . <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: 20. veljaèa 2002 13:10 Subject: AW: [PHP] mass mail > hi. > > maybe you put the first user into the "to"-field and all > others into field blindcopy... > > you will need one mail and send it to all. but i don't know > if there is a limit ... > > greetz > > > -Ursprungliche Nachricht- > > Von: Kancha . [mailto:[EMAIL PROTECTED]] > > Gesendet: Mittwoch, 20. Februar 2002 13:01 > > An: [EMAIL PROTECTED] > > Betreff: [PHP] mass mail > > > > > > I've users in a database classified by differnet > > catagories. Now based on category I need to send mail > > to all the users in a category. > > > > Calling mail() function in a loop would be a kill for > > the server as there are more than 1000 users in each > > category. > > > > Is there any way of doing this ?? Creating a mailing > > list is not possible. > > > > __ > > Do You Yahoo!? > > Yahoo! Sports - Coverage of the 2002 Olympic Games > > http://sports.yahoo.com > > > > -- > > PHP General Mailing List (http://www.php.net/) > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] odrer by alphabet
hi, i have about 100 names in my database. How should i list them by alphabet. Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] sorting for thinkers:)
Hi, let say that i have 3 e-mail adresses in mysql. [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] How can i sort them alphabeticaly but by domain name. That all abc.com domains go first, then bcd.com, then cde.com etc. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] what is pear email
i dont understand. What is pear email, and what is it used for? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] Prev ... Next
Hi, I have about 100 names in mysql. How can i display them in groups of 10, and have next and previous links. Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]