[PHP-DB] Re: data from db to a page and then to another page

2009-01-07 Thread Mika Jaaksi
Thanks for the aswers, but there is still some problems. I tested this code(below) and it works but when I add it to the rest of my code it stops working. Here's the working code: page1: ?php $bandname = Someband; ? form name=goto_info action=band_info.php method=post input type=hidden

Re: [PHP-DB] Re: data from db to a page and then to another page

2009-01-07 Thread Chris
Mika Jaaksi wrote: Thanks for the aswers, but there is still some problems. I tested this code(below) and it works but when I add it to the rest of my code it stops working. Here's the working code: page1: ?php $bandname = Someband; ? form name=goto_info action=band_info.php method=post