Re: [PHP] Using remote include config file and class in a local file

2009-11-03 Thread Cemal Eker
cho "class RemoteClass() { echo "test" }" would produce a valid PHP script. Cemal Eker On Tue, Nov 3, 2009 at 10:35 AM, Anton Heuschen wrote: > Question is wrt to including a config file on an external server in a > local include > > Lets say that on 127.0

[PHP] Shoutbox suggestion needed

2009-11-15 Thread Cemal Eker
Hello, I just want to implement a shoutbox script for an e-learning application. Searched Google for possible solutions but I just want to know what other developers use. AJAX and GPL is a must. Thanks. --- “Talk is cheap. Show me the code” - Linus Torvalds

Re: [PHP] Shoutbox suggestion needed

2009-11-16 Thread Cemal Eker
n.wikipedia.org/wiki/Shoutbox. --- “Talk is cheap. Show me the code” - Linus Torvalds On Mon, Nov 16, 2009 at 3:16 PM, tedd wrote: > At 1:12 PM +0200 11/15/09, Cemal Eker wrote: > >> Hello, >> >> I just want to implement a shoutbox script for an e-learning appli

Re: [PHP] Parse question

2010-05-13 Thread Cemal Eker
Check this out. http://www.regular-expressions.info/email.html --- “Talk is cheap. Show me the code” - Linus Torvalds On Thu, May 13, 2010 at 7:34 AM, Ron Piggott wrote: > > If $message_body contains: > > $message_body="You are subscribed using u...@domain. To update"; > > How do I capture jus