Re: [php-list] Re: Strange problem : Cannot display images

2008-04-16 Thread John Black
On Wed, 2008-04-16 at 02:19 +, bigballball007 wrote: Yes , only the pictures linked from one site cannot be shown . Others site has no problems . So the problem is due to the website blocks my request to link their pictures and I cannot do anything in the php code ? There is one thing

Re: [php-list] Sending emails from form

2008-04-16 Thread John Black
On Tue, 2008-04-15 at 22:29 +, fremaje31 wrote: Hello All, What should I put in the $to if I want an email sent to a user whose page is being viewed? Here's the page http://mybusinesscircle.startlogic.com/event_details.php?id=29 At the bottom there is a link Sponsor this Event. Please

[php-list] Join Parag Bhavsar on Yahoo! Messenger!

2008-04-16 Thread paggybhai
Parag Bhavsar wants to talk with you using Yahoo! Messenger: Accept the invitation by clicking this link:

Re: [php-list] Variable ending up as constant???

2008-04-16 Thread John Black
Thanks for that Mladen. I have used bluefish for many years now without any problem and never run into this before. What is your trust Kate? Wade Kate is an awsome editor for programmers BUT it requires you to run Linux . considering the poor performance of Vista, it might be a

[php-list] Convert different data types

2008-04-16 Thread Waqas Habib
Hi, I want to convert my (string, integer) data to binary format. And also from binary data to integer format and to string also. Is there any data type in php to hold binary data. -Waqas Habib between -00-00 and -99-99 [Non-text portions of this message have been

Re: [php-list] Convert different data types

2008-04-16 Thread James Keeline
--- Waqas Habib [EMAIL PROTECTED] wrote: Hi, I want to convert my (string, integer) data to binary format. And also from binary data to integer format and to string also. Is there any data type in php to hold binary data. -Waqas Habib Please do not send inquiries to multiple mailing

Re: [php-list] Convert different data types

2008-04-16 Thread listgroups08
- Original Message - From: Waqas Habib Hi, I want to convert my (string, integer) data to binary format. And also from binary data to integer format and to string also. Is there any data type in php to hold binary data. -Waqas Habib between -00-00 and -99-99

Re: [php-list] Preg Replace

2008-04-16 Thread Pete
In message [EMAIL PROTECTED] , Mladen Milankovic [EMAIL PROTECTED] writes On 4/15/08, Pete Clark [EMAIL PROTECTED] wrote: I have got as far as preg_replace('/\.\S/i', . $0, 'Hello world.Hello world'); which gives me Hello world. .Hello world Can anyone figure out the correct code. Hi.

Re: [php-list] Convert different data types

2008-04-16 Thread Waqas Habib
[EMAIL PROTECTED] wrote: - Original Message - From: Waqas Habib Hi, I want to convert my (string, integer) data to binary format. And also from binary data to integer format and to string also. Is there any data type in php to hold binary data. -Waqas Habib between

Re: [php-list] Convert different data types

2008-04-16 Thread Waqas Habib
moderators note Please remember to write your response BELOW the previous text. James Keeline [EMAIL PROTECTED] wrote: --- Waqas Habib [EMAIL PROTECTED] wrote: Hi, I want to convert my (string, integer) data to binary format. And also from binary data to integer format and to string