lucerias Posted November 15, 2006 Share Posted November 15, 2006 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 accuratelyvar $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 More sharing options...
btherl Posted November 16, 2006 Share Posted November 16, 2006 Is the "name" of the array "$column_fields"? Link to comment https://forums.phpfreaks.com/topic/27371-array-passing/#findComment-125326 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.