On Thu, Feb 21, 2013 at 8:46 AM, Jim Giner wrote:
>
>>
>> I *have* heard claims that something like this is preferrable, though:
>>
>> if (FALSE === $variable)
>>
> I believe I read a comment somewhere once that writing your IF statements
> that way helped to trigger an error message when the code
I *have* heard claims that something like this is preferrable, though:
if (FALSE === $variable)
I believe I read a comment somewhere once that writing your IF
statements that way helped to trigger an error message when the coder
forgot to use the double equal sign (==) in the statement. I
On Tue, Feb 19, 2013 at 1:02 PM, John Taylor-Johnston
wrote:
>
> tamouse mailing lists wrote:
>>>
>>> >I hate arrays. :D
>>
>> Here's a small snippet showing how it works, I hope:
>>
>> foreach ($DPRpriority as $item => $value) {
>>echo " ".$item.": ".$value['name']." selected:
>> ".$value['se
On 2/20/2013 11:41 AM, Tedd Sperling wrote:
On Feb 18, 2013, at 7:54 PM, John Taylor-Johnston
wrote:
I am capable with . (I suppose I did it correctly?
:p )
But I haven't the first clue how to parse a and multiply select
name="DPRtype".
Would anyone give me a couple of clues please? :)
Tha
On Feb 18, 2013, at 7:54 PM, John Taylor-Johnston
wrote:
> I am capable with . (I suppose I did it correctly?
> :p )
> But I haven't the first clue how to parse a and multiply
> select name="DPRtype".
> Would anyone give me a couple of clues please? :)
> Thanks,
> John
John:
A clue? How abo
On 2/19/2013 2:02 PM, John Taylor-Johnston wrote:
tamouse mailing lists wrote:
>I hate arrays. :D
Here's a small snippet showing how it works, I hope:
foreach ($DPRpriority as $item => $value) {
echo " ".$item.": ".$value['name']." selected:
".$value['selected']." \n";
}
Question 1: when
tamouse mailing lists wrote:
>I hate arrays. :D
Here's a small snippet showing how it works, I hope:
foreach ($DPRpriority as $item => $value) {
echo " ".$item.": ".$value['name']." selected:
".$value['selected']." \n";
}
Question 1: when did we have to add [] to a name to turn it into
a
On Mon, Feb 18, 2013 at 7:28 PM, John Taylor-Johnston
wrote:
>
>>>
>>> 1. Crimes Against
>>> Persons
>>> 2. Disturbances
>>> 3. Assistance /
>>> Medical
>>> 4. Crimes Against
>>> Property
>>> 5. Accidents
>>> /
>>> Traffic
tamouse mailing lists wrote:
> On Mon, Feb 18, 2013 at 6:54 PM, John Taylor-Johnston
> wrote:
>> I am capable with . (I suppose I did it
>> correctly? :p )
>> But I haven't the first clue how to parse a and
>> multiply select name="DPRtype".
>> Would anyone give me a couple of clues please? :)
>
1. Crimes Against
Persons
2. Disturbances
3. Assistance /
Medical
4. Crimes Against
Property
5. Accidents /
Traffic Problems
6. Suspicious
Circumstances
7. Morality /
Drugs
8. Miscel
On Mon, Feb 18, 2013 at 6:54 PM, John Taylor-Johnston
wrote:
> I am capable with . (I suppose I did it
> correctly? :p )
> But I haven't the first clue how to parse a and multiply
> select name="DPRtype".
> Would anyone give me a couple of clues please? :)
> Thanks,
> John
>
>Priority
I am capable with . (I suppose I did it
correctly? :p )
But I haven't the first clue how to parse a and
multiply select name="DPRtype".
Would anyone give me a couple of clues please? :)
Thanks,
John
Priority:
{echo "selected";} ?>>1
{echo "selec
12 matches
Mail list logo