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 ? Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.