Re: [PHP] Re: simple ?- load page after submit

2004-01-23 Thread John Nichel
Matt Hedges wrote: John, yes, it's from an auto incremement field in MySQL the id comes from a new db entry... i really appreciate your help, Matt Please reply to the group, and not just me. This way, other people who may have the same problem can find the answer in the archives. If it's from

RE: [PHP] Re: simple ?- load page after submit

2004-01-23 Thread Katie Dewees
Matt Hedges wrote: > When I put the code below, I get a "can't send header" error. > > I tried changing the echo to page, but > the page brings up page.php?id= (id = nothing). If it says it can't send the headers, that means that headers have already been outputted. PHP automatically sends head

Re: [PHP] Re: simple ?- load page after submit

2004-01-23 Thread John Nichel
Matt Hedges wrote: That doesn't work... I think the problem may be because I don't have the id defined anywhere in the code (but it automatically writes it to MySQL). Huh? Is this from an auto increment field in MySQL...when a new user signs-up? When I put the code below, I get a "can't send he