HI, i need help with this.
How can i get
Someone please help me, the original main_array and some_array contain too much(50 each)data and they change hourly,
So its impossible for me to do it manually, i need it done using php and i will use the new_array in a simple str_replace.
All help will be appreciated.
Code:
<?php $main_array =array('x','y'); $some_array =array('a','b');
Code:
$new_array=('ax','ay','bx','by');
So its impossible for me to do it manually, i need it done using php and i will use the new_array in a simple str_replace.
All help will be appreciated.
Comment