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
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
> 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: [
> 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
> 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
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
> 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
> 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
> 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
> 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
> 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!
> 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
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
13 matches
Mail list logo