[PHP] Re: [PHP-DB] Re: data from db to a page and then to another page
On Wed, Jan 7, 2009 at 3:01 PM, Mika Jaaksi wrote: > Thanks! I got it working... > Excellent, happy to help.
[PHP] Re: [PHP-DB] Re: data from db to a page and then to another page
> > 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: > > $bandname = "Someband"; > ?> > > > > > > and page2: > > Bandname is ! > > ___