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.emailfee

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.phpExample

Re: [PHP] Mysql Insert/Update Problem

2004-01-07 Thread Rolf Brusletto
elect 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: he

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

2004-01-05 Thread Rolf Brusletto
Networks by any 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

[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 --- Begin Message --- Hi. This is the qmail-send program at pb1.pair.com. I'm afraid I wasn't able to de

Re: [PHP] MAIL doesn't work anymore

2004-01-05 Thread Rolf Brusletto
il command from the command line directly? If you look 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 Ge

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

2003-12-26 Thread Rolf Brusletto
o = $address; break; case "none": if (empty($from) || empty($message)) { header( "Location: ../eng/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] Login to another box on network server to retrieve file (SOLVED)

2003-12-19 Thread Rolf Brusletto
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

Re: [PHP] URL regex

2003-12-19 Thread Rolf Brusletto
ECTED] 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

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 yo

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

[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:

[PHP] having problems connecting with imap module..

2003-11-12 Thread Rolf Brusletto
Mail 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 wron

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

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

2003-11-11 Thread Rolf Brusletto
d be much appreciated. Regards, Mark Mark - After the mysql_query($query); line add the following line echo mysql_error(); run the script and try to add something again, if there is an error, it will tell you via mysql_error(); echo 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

[PHP] whois api's

2003-11-11 Thread Rolf Brusletto
paid api. Rolf Brusletto -- 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
tamp; } $thirtyDaysPast = subtractDay(time(), 30); $||thirtyDaysPast will be your timestamp thirty days ago, the sql would look like DELETE from 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] \n and

2003-11-10 Thread Rolf Brusletto
If that is the case and you would not like the xhtml compliancy, then just do a str_replace('','',$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]{so far OT it boggles} BTML 2.0 released!!!

2003-11-07 Thread Rolf Brusletto
ing your Outlook replies? Now there's relief! http://home.in.tum.de/~jain/software/outlook-quotefix/ Personally, 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 bi

Re: [PHP] simple?

2003-11-05 Thread Rolf Brusletto
return (ereg_replace(,/+, '/', $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
t's not acceptable for my purposes. Why not use single quotes around the actual setting.. i.e. error_prepend_string = ''; Rolf Brusletto www.phpexamples.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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 Jo

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] Email Body

2003-10-22 Thread Rolf Brusletto
$content = "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 h

[PHP] Sorting an array by value length.

2003-10-22 Thread Rolf Brusletto
th', '2' => 'longer_than_shorter_length'); and I would like to get... whether the keys change or not.. $arrayToSort[0] == 'longer_than_longer_than_shorter_length'; $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] Whats more efficient? ( echo " "; or )

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. >Something1 >

Re: [PHP] functions, opinion...

2003-06-16 Thread Rolf Brusletto
y 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 sho