Jump to content

Array passing


lucerias

Recommended Posts

I have one array like the following in x.php, how to pass the the array to y.php and change the "name" of the array. And later i want to insert the array with updated name into database. The name i want to change must be updated permanently but not in y.php only so then the data can be inserted accurately

var $column_fields = Array ("id", "name", "monthly_sales", "gp_margin", "date_entered", "date_modified")
Link to comment
https://forums.phpfreaks.com/topic/27371-array-passing/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.