jd2007 Posted August 8, 2007 Share Posted August 8, 2007 Can i send an array to another php script from a particular php script like passing variables behind a url ? Link to comment https://forums.phpfreaks.com/topic/63899-can-i-send-an-array-to-another-php-script-from-a-particular-php-script/ Share on other sites More sharing options...
Psycho Posted August 8, 2007 Share Posted August 8, 2007 Yes, but you would need to serialize() the value before sending it via POST or on the query string and then unserialize() it ont he receiving page. Link to comment https://forums.phpfreaks.com/topic/63899-can-i-send-an-array-to-another-php-script-from-a-particular-php-script/#findComment-318501 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.