Re: [PHP] how to post a question?

2005-07-25 Thread Jochem Maas
Ryan A wrote: Hey Rich, The str_replace calls are kinda expensive IMHO, a good regex would be better I'd be interested to see a benchmark (any benchmark) where str_replace is SLOWER than the corresponding Regex... I am not very good with RegEx's myself, and I have never benchmarked any

Re: [PHP] how to post a question?

2005-07-24 Thread Richard Lynch
On Fri, July 22, 2005 10:11 am, Ryan A said: The str_replace calls are kinda expensive IMHO, a good regex would be better I'd be interested to see a benchmark (any benchmark) where str_replace is SLOWER than the corresponding Regex... -- Like Music? http://l-i-e.com/artists.htm -- PHP

Re: [PHP] how to post a question?

2005-07-24 Thread Ryan A
Hey Rich, The str_replace calls are kinda expensive IMHO, a good regex would be better I'd be interested to see a benchmark (any benchmark) where str_replace is SLOWER than the corresponding Regex... I am not very good with RegEx's myself, and I have never benchmarked any of them but I

[PHP] how to post a question?

2005-07-22 Thread Chirantan Ghosh
I was wondering how can I ask a question to the other subscribers?

Re: [PHP] how to post a question?

2005-07-22 Thread John Nichel
Chirantan Ghosh wrote: I was wondering how can I ask a question to the other subscribers? Don't look know but, you just did. -- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP] how to post a question?

2005-07-22 Thread Shaw, Chris - Accenture
Posting a question on how to post a question. :) -Original Message- From: Chirantan Ghosh [mailto:[EMAIL PROTECTED] Sent: 22 July 2005 14:56 To: php-general@lists.php.net Subject: [PHP] how to post a question? * This e-mail has been received

Re: [PHP] how to post a question?

2005-07-22 Thread eoghan
Shaw, Chris - Accenture wrote: Posting a question on how to post a question. :) you gotta start somewhere -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] how to post a question?

2005-07-22 Thread Ryan A
I was wondering how can I ask a question to the other subscribers? Dude, when you figure it out let me know too... :-p -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] how to post a question?

2005-07-22 Thread Alan Milnes
Chirantan Ghosh wrote: I was wondering how can I ask a question to the other subscribers? Try reading this first:- http://www.catb.org/~esr/faqs/smart-questions.html Alan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] how to post a question?

2005-07-22 Thread Chirantan Ghosh
] how to post a question? Chirantan Ghosh wrote: I was wondering how can I ask a question to the other subscribers? Try reading this first:- http://www.catb.org/~esr/faqs/smart-questions.html Alan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] how to post a question?

2005-07-22 Thread Edward Vermillion
AM Subject: Re: [PHP] how to post a question? Chirantan Ghosh wrote: I was wondering how can I ask a question to the other subscribers? Try reading this first:- http://www.catb.org/~esr/faqs/smart-questions.html Alan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] how to post a question?

2005-07-22 Thread Nadim Attari
Posting a question on how to post a question. Here it goes: http://www.collectionscanada.ca/obj/h9/f1/284-v3.jpg Just put your hand on top of it and say ABRACADABRA Nadim Attari -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] how to post a question?

2005-07-22 Thread Pascual De Ruvo
You just did it On 7/22/05, Chirantan Ghosh [EMAIL PROTECTED] wrote: I was wondering how can I ask a question to the other subscribers?

Re: [PHP] how to post a question?

2005-07-22 Thread Chirantan Ghosh
Message - From: Edward Vermillion [EMAIL PROTECTED] To: php-general@lists.php.net Cc: Alan Milnes [EMAIL PROTECTED] Sent: Friday, July 22, 2005 11:20 AM Subject: Re: [PHP] how to post a question? Chirantan Ghosh wrote: Hi Alan Everybody who wasted time to read my 1st Letter, SORRY guys, I do

Re: [PHP] how to post a question?

2005-07-22 Thread Ryan A
Hey, Getting the code from the remote site is easy enough, you just gotto find the images now, but heres something that should get you the basic code including the javascript: ?php $filename = file_get_contents('http://www.dtcc.com/ThoughtLeadership/menu.htm'); echo $filename; ? once you have

Re: [PHP] how to post a question?

2005-07-22 Thread Chirantan Ghosh
: Friday, July 22, 2005 12:10 PM Subject: Re: [PHP] how to post a question? Hey, Getting the code from the remote site is easy enough, you just gotto find the images now, but heres something that should get you the basic code including the javascript: ?php $filename = file_get_contents('http

Re: [PHP] how to post a question?

2005-07-22 Thread Ryan A
-general@lists.php.net Sent: Friday, July 22, 2005 12:10 PM Subject: Re: [PHP] how to post a question? Hey, Getting the code from the remote site is easy enough, you just gotto find the images now, but heres something that should get you the basic code including the javascript: ?php

Re: [PHP] how to post a question?

2005-07-22 Thread Edward Vermillion
Chirantan Ghosh wrote: Hi Edward, I would simply like to print the remote Menu page( http://www.dtcc.com/ThoughtLeadership/menu.htm ) in a new page. I did the Error report print because I had no idea for what reason my PHP code was working. The menu is used as a header as well(the root

Re: [PHP] how to post a question?

2005-07-22 Thread Ryan A
Hey, Some more _dirty code_ as posted on http://php-php.com/a2ztips/test.php, ?php $filename = file_get_contents('http://www.dtcc.com/ThoughtLeadership/menu.htm'); $o=array(../dtcc.css,images/,/http,..http:); $n=array(http://www.dtcc.com/dtcc.css,http://www.dtcc.com/ThoughtLeadersh

Re: [PHP] how to post a question?

2005-07-22 Thread Chirantan Ghosh
Ghosh [EMAIL PROTECTED] Cc: php-general@lists.php.net Sent: Friday, July 22, 2005 12:26 PM Subject: Re: [PHP] how to post a question? Chirantan Ghosh wrote: Hi Edward, I would simply like to print the remote Menu page( http://www.dtcc.com/ThoughtLeadership/menu.htm ) in a new page. I did

Re: [PHP] how to post a question?

2005-07-22 Thread Edward Vermillion
Chirantan Ghosh wrote: Hello Edward, I did try your approach in this page http://www.homecare1.biz/public_html/PHPsiteTest01.html with no avail. How would I find out if I have fopen wrappers enabled? This page is remote hosted ( Hosted by Godaddy.com who state I have PHP/MySQL enabled).