Sorry, I forgot that would help, I am using PHP 4, pulling from a mySQL database, I am
trying to delete a record in an array before it gets written back into the table,
should I be asking this in a PHP forum instead? I should have thought of that.
I have a quick question about arrays. I know that this is probably pretty easy for
most of you out there, so here it goes.
If you remove $array[2], would $array[3] then automatically become the new $array[2]?
Thanks in advance for your help.
Hi all,
Long time reader, first time poster, I hope that I get this right.
I am setting up a database that reflects a relationship between two records without
using the primary key as the tie between the two. I need to make a list of these
based on the number of children each has, and I am hav