[PHP] PHP 5

2004-02-23 Thread Karl Timmermann
Hi, I am new to the list, so sorry if this has been asked before. I was wondering if anyone knew of an approx. date for the final release of PHP 5.0? I ask because I have a project to do semi-soon that uses XML and I would rather wait for PHP 5 and use the SimpleXML extension to make things

[PHP] GZIP Question

2004-02-23 Thread Karl Timmermann
Hi, I am using fsockopen with fputs to send some headers to a HTTP server, and I say I accept gzip encoding. The data gets returned and I put it in a variable. However, whichever gzip command I try using in PHP to decompress it (or is it deflate, or both?) returns an error. Is it because the

[PHP] PHP Apache Log Stats and viewer?

2004-02-26 Thread Karl Timmermann
Hi, I am looking for a PHP program to dynamically read big apache log files (over 500 MBs) and show interesting stats and graphs. Does anything like this exist? Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Text cleaning?

2004-02-27 Thread Karl Timmermann
Does anyone have some PHP code to remove incorrect carriage returns? Example: Sentence should be Hi, my name is Karl and I like PHP. but is: Hi, my name is Karl and I like PHP. or Hi my name is Karl and I like PHP. I think I saw some code before that does it, but can't find it anywhere. Thanks!

[PHP] What's your favorite PHP weather code?

2004-02-27 Thread Karl Timmermann
I'm looking for some code to get the latest weather and put it on my webpage, and have it very customizable. What are your favorites? Thanks Karl -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Text cleaning?

2004-02-28 Thread Karl Timmermann
, , $message); It seems to replace all new line instances with a blank space. Karl Timmermann [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Does anyone have some PHP code to remove incorrect carriage returns? Example: Sentence should be Hi, my name is Karl and I like PHP

Re: [PHP] Re: Text cleaning?

2004-02-28 Thread Karl Timmermann
Like if the sentence is split. Thanks On Feb 28, 2004, at 1:34 AM, Jason Wong wrote: On Saturday 28 February 2004 16:15, Karl Timmermann wrote: Opps, I failed to mention there can be more paragraphs with legit new lines, like: Hello, my name is Karl. Hello, my name is Dave. This is some more

Re: [PHP] What's your favorite PHP weather code?

2004-02-29 Thread Karl Timmermann
Not a problem. I think it doesn't work because you need to register for a key on weather.com site now. Thanks though! Karl On Feb 29, 2004, at 7:40 AM, Lowell Allen wrote: I'm looking for some code to get the latest weather and put it on my webpage, and have it very customizable. What are

[PHP] Opps

2004-02-29 Thread Karl Timmermann
Sorry, I didn't know what top posting was, but someone just told me. Won't happen again.. Sorry! Karl -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] MySQL Writes Exception for PHP in License

2004-03-13 Thread Karl Timmermann
So I guess PHP 5 can now include the MySQL libraries. Anyone know if they will include them with the first release of PHP 5, or have plans to? What difference will this make? I ask, because I read that just configuring with --with-mysql=/usr allows you to use MySQL with PHP 5. THis is how I

[PHP] Measurement Problem

2004-03-27 Thread Karl Timmermann
Hi, I am working on a PHP/MySQL solution to have a webpage where users can rate cigars. I ran into a problem though. One variable that exists is the length of the cigar. In the cigar world, the lengths are usually written like 6 1/8 or 155 mm or 4 15/16 or 125 mm. I don't want to make the

[PHP] Searching database with different languages?

2004-08-08 Thread Karl Timmermann
Hi, Does anyone how I could accomplish this: Basically, I have a MySQL database of names - some names have Spanish accents in them. I want to build a web interface in PHP to search this database. However, I want the names with Spanish accents to be shown in the search results, regardless if the

[PHP] Language Searching

2004-08-14 Thread Karl Timmermann
Hi, Does anyone how I could accomplish this: Basically, I have a MySQL database of names - some names have Spanish accents in them. I want to build a web interface in PHP to search this database. However, I want the names with Spanish accents to be shown in the search results, regardless if the