Fwd: Re: [PHP] SMS with php

2001-09-18 Thread Lewis Bergman
http://www.ietf.org/rfc/rfc1861.txt?number=1861 There. How is that. You should still try google. You might turn up more to help you. -- Lewis Bergman Texas Communications 4309 Maple St. Abilene, TX 79602-8044 915-695-6962 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e

Re: [PHP] SMS with php

2001-09-18 Thread Lewis Bergman
isunderstood you here. I will talk to my employer about releasing the code I have. I am currently rewriting it for another application so I am not sure when it would be in a state to be released. It currently only has been tested with US based companies like skytel, Verizon, AT&T, and the

Re: [PHP] SMS with php

2001-09-16 Thread Lewis Bergman
> Hi, > > Does anyone know how to send a sms message to a handphone using PHP? > > Thanks and regards, > Alva Chew I have a class that does it. It is very easy. See the RFC on SNPP and some use standard mail servers. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [

Re: [PHP] foreach vs. while(list() = each())

2001-04-11 Thread Lewis Bergman
> One apparent problem with foreach() is it can misbehave code as > follows. (4.0.4pl1, 4.0.5RC6) > > function foo($a) { > foreach ($a[0] as $k => $v) { > echo $k.$v; > } > } > > $a = 'abc'; > foo($a); > > You'll get 'server not found' or browser waiting forever with this > code. (If y

Re: [PHP] Edit crontab to set schedule..

2001-04-09 Thread Lewis Bergman
> and i have this in mailbox when the scheduling failed: > your terminal lacks the ability to clear the screen or position the > cursor wget has always worked well for me. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [PHP] When a form var is empty, how do you tell?

2001-03-11 Thread Lewis Bergman
isset($somevar) if($somevar == '') { } foreach ($HTTP_POST_VARS as $k => $v){ if(!isset($v)){ } } Take your pick. There are probably about two dozen other better ways. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP] Page not found error

2001-03-04 Thread Lewis Bergman
> if I leave my browser on a php and then I click a link after lets say 5 > or 10 minutes that links to another php page it says page not found > even though the page is there. has anybody else experienced this > error? Is this link passed as a value or something that might expire with a session

Re: [PHP] stumped on mailing a complete page

2001-03-03 Thread Lewis Bergman
> This question may have been asked a million times, but I have had no > luck searching for a difinitive answer. > > I want to send a confirmation email upon receiving an order, and would > like to send the page that I display on the browser to the user. > > I can not figure out how to send a pa

Re: [PHP] strange think with 'mail()'

2001-03-01 Thread Lewis Bergman
> mail("[EMAIL PROTECTED]","subjekt","inhalt", > "Content-Type: text/html\nFrom: <[EMAIL PROTECTED]>"); > > the mail reaches me, is readable, but on the next > time i start netscape its GONE ? > I tryed some other header pieces, but all get the >same effekt. What do the headers look like when it

Re: [PHP] include_path, and whatever won't let me use a simple include('file.php')

2001-01-27 Thread Lewis Bergman
> include_path = "p:\includes c:\phplib P:\other_staff" ; > Add the directory itself. In Linux this would look like this: include_path = .:/includes:/phplib:/other_staff The "." is the current dir just as an ls -la or dir on windows would list. I don't know anything about how to configure PHP f

Re: [PHP] Zend IDE price plans

2001-01-27 Thread Lewis Bergman
> An alternative (non-subscription) plan for the IDE will be announced > next week. It'll be designed to make the IDE much more affordable for > everyone, including those who develop for commercial purposes. > > Stay tuned! > > Zeev As always, PHP and it's dedicated people come through again!

Re: [PHP] Zend IDE price plans

2001-01-27 Thread Lewis Bergman
> lagi wrote: >> >> They can charge the big companies who pay the microsoft tax for the >> extra nannying that they need/want/expect but why give the razor free >> and then charge $6000 per blade? Charge a nobrainer price (for a >> limited period) and we would all jump in i predict. > > You m

[PHP] Zend IDE price plans

2001-01-27 Thread Lewis Bergman
Is anyone else dissappointed in the limited pricing options of the Zend IDE? I would love to buy the commercial license as about half of my work would fall into that. My problem is I don't want or need anything except the IDE. Are there other people in this same boat? I would like the IDE but