off-topic: phone hangups

DCT Jared Smith jared at dctkc.com
Fri May 31 13:54:48 CDT 2002


You asked:

<?php
if ($studiesUSConstition) {
 $apathy=false;
 $understandsAndrewJacksonsStanceRegardingBanksEtc=true;
} else {
 $apathy=true;
 $understandsAndrewJacksonsStanceRegardingBanksEtc=false;
}

if ($submit) {
 blockCallerIdInfo($RealName);
 while ($apathy) {
   sellAccesstoCallerIDInfo($RealName);
   sellNewCallerIDBlocks($Telemarketer);
   sellSuperCallerIDService($RealName);
 }
} else {
 echo "Determine the length of your attention span.<br>
 <br>
 <form name=GetRealName method=post action=$PHP_SELF>
 Please enter your real name: <input type=text name=RealName>
 <input type=submit name=submit value=Enter>
 </form>";
}
?>

On Thu, 30 May 2002 15:25:30 -0500, Rich Edelman wrote:
>On Thursday 30 May 2002 02:59 pm, "Marvin \"GodfatherofSoul\"
>Bellamy" wrote:
>>Telcos are such scam artists.
>>
>>1.    Block caller ID info to customers 2.    Sell access to caller
>>ID info to customers as a new service 3.    Sell new caller ID
>>blocks to telemarketers as a service 4.    Sell Super caller ID
>>service to customers to override existing caller ID blocks 5.
>>Goto 3
>
>Oh, no!!! Not a goto!!! Rewrite that using a for or a while loop,
>please. :)
>
>Rich




More information about the Kclug mailing list