Re: [PHP] php-general list question - [Fwd: Delivery Report (failure) forphp-general@lists.php.net]

2004-02-06 Thread Rolf Brusletto
Eric Bolikowski wrote: Exactly the same thing's happening to me! Luke [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Me too, and im using the newsgroup, not even the mailing list!! :/ -- Rolf Brusletto rolf[at]emailfeeds[dot]com http://www.emailfeeds.com -- PHP General Mailing

Re: [PHP] PHP and XML.

2004-01-30 Thread Rolf Brusletto
, depending on the size of the xml.. -- Rolf Brusletto rolf[at]emailfeeds[dot]com http://www.emailfeeds.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Ip Tracking Utilities

2004-01-16 Thread Rolf Brusletto
Hey all - I've heard mention of Ip database/tracking utilities in the lists before, but I can't seem to find any mention when googling... does anybody know of a good app to track multiple Class C spaces or larger? Thanks, Rolf Brusletto -- http://www.phpExamples.net http

Re: [PHP] Mysql Insert/Update Problem

2004-01-07 Thread Rolf Brusletto
query and running it at command line, or whatever you use as a mysql database front end.. This tutorial shows how to use it a little more in depth : http://www.phpexamples.net/tutorial-2-1.html Hope it helps, Rolf Brusletto www.phpexamples.net www.emailfeeds.com Haseeb Iqbal wrote: here

Re: [PHP] MAIL doesn't work anymore

2004-01-05 Thread Rolf Brusletto
in your php.ini file, it should say what flags are being used with the mail command, it might be a possicility that the php.ini file is setup wrong in some way. -- Rolf Brusletto rolf[at]emailfeeds[dot]com http://www.emailfeeds.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] [Fwd: failure notice] Why??

2004-01-05 Thread Rolf Brusletto
Whenever I submit a message to this list, I get a bounce back saying its a dupe, anyone have any ideas? -- Rolf Brusletto rolf[at]emailfeeds[dot]com http://www.emailfeeds.com ---BeginMessage--- Hi. This is the qmail-send program at pb1.pair.com. I'm afraid I wasn't able to deliver your message

Re: [PHP] [Fwd: failure notice] Why??

2004-01-05 Thread Rolf Brusletto
chance? (I do and post via their SMTP server). I use my own smtp server.. I checked my logs and its not duping it on my side... who knows :P Just curious if anyone knows why! Thanks again -- Rolf Brusletto rolf[at]emailfeeds[dot]com http://www.emailfeeds.com -- PHP General Mailing List (http

Re: [PHP] Problem with switch ($to)..

2003-12-26 Thread Rolf Brusletto
/contact.htm ); } break; } Hope this helps.. Happy holidays! -- Rolf Brusletto rolf[at]emailfeeds[dot]com http://www.emailfeeds.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] URL regex

2003-12-19 Thread Rolf Brusletto
] http://coeusgroup.com/en -- Truth, like gold, is to be obtained not by its growth, but by washing away from it all that is not gold. -Leo Nikolaevich Tolstoy No kidding... one to bookmark for sure.. -- Rolf Brusletto rolf[at]emailfeeds[dot]com http://www.emailfeeds.com -- PHP General

Re: [PHP] Login to another box on network server to retrieve file (SOLVED)

2003-12-19 Thread Rolf Brusletto
on the server I was trying to get to for some odd reason. Tis corrected and working properly. Happy Holidays! oops! root is never a good idea to be able too login directly to any service! -- Rolf Brusletto rolf[at]emailfeeds[dot]com http://www.emailfeeds.com http://www.phpexamples.net -- PHP General

[PHP] rss/rdf feed classes

2003-12-11 Thread Rolf Brusletto
Hey all - I'm looking for a class that returns a rss/rdf feed with each of the items as an array, or suggestions on how to items into an array... Tia, Rolf Brusletto [EMAIL PROTECTED] www.phpExamples.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Re: rss/rdf feed classes

2003-12-11 Thread Rolf Brusletto
Manuel Lemos wrote: Hello, On 12/11/2003 04:41 PM, Rolf Brusletto wrote: I'm looking for a class that returns a rss/rdf feed with each of the items as an array, or suggestions on how to items into an array... I am not sure if you want to generate or parse a RSS feed. Either way you may want

Re: [PHP] Re: rss/rdf feed classes

2003-12-11 Thread Rolf Brusletto
Manuel Lemos wrote: Hello, On 12/11/2003 07:39 PM, Rolf Brusletto wrote: I'm looking for a class that returns a rss/rdf feed with each of the items as an array, or suggestions on how to items into an array... I am not sure if you want to generate or parse a RSS feed. Either way you may

Re: [PHP] ignoring case

2003-11-12 Thread Rolf Brusletto
] for each character. I know it exists because i've used it before. Any help? Thanks Adam - here ya go.. http://www.php.net/strtolower Rolf Brusletto http://www.phpExamples.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] having problems connecting with imap module..

2003-11-12 Thread Rolf Brusletto
Server/OU=Automatically-generated IMAP SSL key/CN=localhost/[EMAIL PROTECTED] the funny thing, is that I'm not specifying ssl in my call to connect $mbox = imap_open ({127.0.0.1:143/imap}, myUsername, myPassword); maybe I'm doing something wrong? thats in advance, Rolf Brusletto -- PHP General

[PHP] whois api's

2003-11-11 Thread Rolf Brusletto
. Rolf Brusletto -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Help with scripts to add records to a database

2003-11-11 Thread Rolf Brusletto
it out to the browser, and get back to me :) Rolf Brusletto http://www.phpExamples.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] \n and br

2003-11-10 Thread Rolf Brusletto
would not like the xhtml compliancy, then just do a str_replace('br /','br',$data); after you do the nl2br, everything cured :) Rolf Brusletto http://www.phpExamples.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Delete after 30 Days

2003-11-10 Thread Rolf Brusletto
would look like DELETE from your table here WHERE timestamp '$thirtyDaysPast' Hope it helps, Rolf Brusletto http://www.phpExamples.net | -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP]{so far OT it boggles} BTML 2.0 released!!!

2003-11-07 Thread Rolf Brusletto
, these emails don't help me at all in my search for help, or helping people with php problems. Could I suggest that you guys maybe put a forum up for anybody who wants to bitch about this topic? OR maybe someone could setup a php-arguments list for topics such as these! Thanks in advance, Rolf

Re: [PHP] simple?

2003-11-05 Thread Rolf Brusletto
(,/+, '/', $tmp_file ==$filename)); notice the second parenthesis at the end... i.e. return(ereg_replace()) that could possibly cause it to err out later... Rolf Brusletto www.phpExamples.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Tips on books and tutorials

2003-10-30 Thread Rolf Brusletto
on phpexamples.net, a couple of my other favorites are phpbuilder.com, phpfreaks.com, and weberdev.com. Rolf Brusletto www.phpExamples.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] quotes in php.ini

2003-10-28 Thread Rolf Brusletto
not acceptable for my purposes. Why not use single quotes around the actual setting.. i.e. error_prepend_string = 'font color=#ff'; Rolf Brusletto www.phpexamples.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Sorting an array by value length.

2003-10-22 Thread Rolf Brusletto
'; $arrayToSort[1] == 'longer_than_shorter_length'; $arrayToSort[2] == 'shorter_length'; any ideas? Rolf Brusletto www.phpExamples.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Email Body

2003-10-22 Thread Rolf Brusletto
= this is the first line\n this is the second line\n this is the third line; which would return this is the first line this is the second line this is the third line As for the formatting... I haven't been able to format a text email perfectly myself.. Rolf Brusletto http://www.phpExamples.net

Re: [PHP] Email Body

2003-10-22 Thread Rolf Brusletto
didn't mention this before, but the difference between the two examples if you hadn't noticed already is that the first is single quoted, and the second, double quoted. Rolf micro brew wrote: I am sending an email using mail() and it works fine. But the formatting of the body of the email is

Re: [PHP] using mail() - what is max number of email addresses I can specify in To field?

2003-10-22 Thread Rolf Brusletto
It really depends on the mta you use... if your going to use mail(); the I would put the list of addresses in an array and the do foreach($addressArray as $address) { mail($address,'Here is your subject','Here is your content'); } Rolf Brusletto http://www.phpexamples.net John Christopher wrote

Re: [PHP] Whats more efficient? ( echo ; or ?php echo ? )

2003-10-21 Thread Rolf Brusletto
I'll just on the template bandwagon, I use smarty. (http://smarty.php.net) Rolf Brusletto phpExamples.net John W. Holmes wrote: Ryan A wrote: I have an option box on a webpage and have around 10 options on it and have run into a doubt, which is more efficient to do: 1. option value=1?php

Re: [PHP] functions, opinion...

2003-06-16 Thread Rolf Brusletto
the data differently, you can use the same function, and just format it as needed on the pages. Rolf Brusletto http://www.phpExamples.net Dan Joseph wrote: Hi, Just kind of curious what people think. In your opinion, should a function avoid output? What I mean by that, is should