On 22 Dec 2012 at 16:50, Tedd Sperling wrote:
> On Dec 21, 2012, at 8:06 PM, Jim Giner wrote:
>>> That actually makes sense tho. Afterall, a string is truly only one memory
>>> allocation whereas array elements are basically multiple vars having the
>>> same name. So - how can you unset one c
On 12/21/2012 4:38 PM, Tedd Sperling wrote:
Hi gang;
I just ran into something I have never had a problem with before.
Here's the code:
--- start of code
$topic = '';
while($row = mysql_fetch_array($result)) // pulling stuff from a
database
{
2 matches
Mail list logo