hello i want want to overwrite all peramters from old link to new link .. like
$oldURl="https://example.com/abcd/data?p=123&x=ABCDSS";
$newUrl="https://example.com/?data=1&data2=2&data3=3";
// $fnialurl=rewrite_data($oldURl,$newUrl);
final result i want ..
https://example.com/abcd/data?data=1&data2=2&data3=3&p=123&x=ABCDSS
you have any idea to get path & request from old url and replace it in new url