|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-11-25 23:17 UTC] sniper@php.net
[2002-11-25 23:17 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 20:00:02 2025 UTC |
I have a script that checks $submit for a specific value. If that value is matched a record in a mysql db is updated and before anything is displayed I use the header("Location: my.php?variable=somethine"); When I use the header function above the update statement, which occurrs before the header function, updates all the fields listed in the query to be blank. Taking the header function out produces the desired results in the query. The source for this problem can be seen at http://supergeek.homelinux.org/phpmywork/dropoff2.phps Thanks for reading this