skip to Main Content

Put requests using node.js and mongodb

I'm learning how to make requests using node.js. My problem is that it generates these errors when making the requests (Cannot GET /Citaup/654fe24584f7a3d27e0a4c61) Failed to load resource: the server responded with a status of 404 (Not Found) Registro.js:146 Error: Error…

VIEW QUESTION

how to overwrite data form link to another link in php

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…

VIEW QUESTION
Back To Top
Search