i have created a page that export in excel format some recordsets
extract from a database, i pass to that page the sql query string via
get
example:
href="export_ex cel.php?sql=<?= $sql?>"
it works fine but in the address bar and in the title bar (with
Explorer) it write the sql string that i pass to the page and i don't
like it
how can i solve that problem?
thanx (and sorry for my english)
extract from a database, i pass to that page the sql query string via
get
example:
href="export_ex cel.php?sql=<?= $sql?>"
it works fine but in the address bar and in the title bar (with
Explorer) it write the sql string that i pass to the page and i don't
like it
how can i solve that problem?
thanx (and sorry for my english)
Comment