There's got to be a better way
- From: Mary Pegg <invalid@xxxxxxxxxxx>
- Date: Sat, 24 Mar 2007 02:14:40 GMT
There's got to be a better way:
if (isset($c['s']['a1'])) echo $c['s']['a1']."<br>";
if (isset($c['s']['a2'])) echo $c['s']['a2']."<br>";
if (isset($c['s']['a3'])) echo $c['s']['a3']."<br>";
if (isset($c['s']['a4'])) echo $c['s']['a4']."<br>";
if (isset($c['s']['a5'])) echo $c['s']['a5']."<br>";
but it's late and my brain is frazzled. Any ideas, oh PHP gurus?
--
"Checking identity papers is a complete waste of time. If anyone can
be counted on to have valid papers, it will be the terrorists".
.
- Follow-Ups:
- Re: There's got to be a better way
- From: Kim André Akerø
- Re: There's got to be a better way
- From: Snahad00
- Re: There's got to be a better way
- Prev by Date: only one row in the table can have a certain value
- Next by Date: Re: compress html output with php?
- Previous by thread: only one row in the table can have a certain value
- Next by thread: Re: There's got to be a better way
- Index(es):
Relevant Pages
|