[PHP] PHP and SMS

2001-08-13 Thread ahmad varoqua
Hello everyone, Has anyone used php to implement SMS (short message service) on a site? I found something on simplewire.com but I was wondering what other options are available? I couldn't find anything in the archives or on php.net so I appreciate any help or leads in this area. --ahmad --

Re: [PHP] How to turn off warnings ???

2001-04-25 Thread ahmad varoqua
::-Original Message- ::From: Christian Reiniger [mailto:[EMAIL PROTECTED]] ::Sent: Tuesday, April 24, 2001 12:57 AM ::To: Php-General ::Subject: Re: [PHP] How to turn off warnings ??? :: :: ::On Monday 23 April 2001 23:50, Roee Rubin wrote: :: Whenever I try to execute some code I

[PHP] sessions and reg_globals=off

2001-05-03 Thread ahmad varoqua
Hello, I'm having a problem getting sessions to work with register_globals=off. The following 2 files work fine if reg_globals=on but not when off. When I look at the session file it reads like this: !varA|!varB| and not like it should: varA|s:4:funk;varB|s:4:that;