Dynamic open source server-side web development
Fri Jan 30, 2009 9:01 pm
Can anyone help me i need to make it so that my customers can click a button and it will preform this mysql query *UPDATE Users SET groupid = 'P' WHERE userid = '$id';* and then re-direct them to a specific page.
Thanks
Fri Jan 30, 2009 9:14 pm
the redirect HTML meta tag .
[code=html]
<META HTTP-EQUIV="refresh"
CONTENT="10;URL=http://www.codemiles.com">
[/code=html]
in the page of database access query .
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.