Header("Location:" . $link);
What will be the js version of this?
npm i xml2js const { promisify } = require('util') const parse = promisify(require('xml2js').parseString) async function readXML(file) { const fileContent = await fs.readFile(url) return parse(xml.toString()) }
Why not learn javascript vs trying to do the minimal amount of work to get the job done
Обсуждают сегодня