What I was wanting to do was store the myrows under let say, db_info.inc
file. So that I can add or delete what myrows I want to call on.
I am thinking this what I need to do...
Function row ($row) { //These are the rows to call on...
$title = $myrow[title];
$format = myrow[format];
$category =$myrow[category];
}
This way I can add more myrow to call upon at a later date or delete for
that matter.
I hope that helps...
Chuck
On 9/29/02 1:48 AM, "Justin French" <[EMAIL PROTECTED]> wrote:
> Not sure I fully understand, but usually this stuff calls for either a
> function, or an included file of code... in your case, sounds like a
> function is required, but I may not fully understand...
>
> Regards,
>
> Justin
>
>
> on 29/09/02 3:29 PM, Chuck PUP Payne ([EMAIL PROTECTED]) wrote:
>
>> Ok, I am trying to make my design a lot easier. I want to know if I can do
>> this...
>>
>> I want to set up in my php page this...
>>
>>
>> $rows;
>>
>> Under my db_info.inc I want to store this so that I can add delete from it.
>>
>> $row = "$title = myrow[title]; $format = myrow[format]; $category =
>> myrow[category];"
>>
>> Am I wrong to try this way? Do I need to set it up as fuction to call on?
>>
>> Chuck Payne
>>
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php