Re: [PHP] setting a global var so that all pages can see var

2003-11-17 Thread Curt Zirzow
* Thus wrote PAUL FERRIE ([EMAIL PROTECTED]): > Hello again guys, thanks for the help over the past 48 hours :) > > Over the past week i have had the job of tweaking the php pages of a friends > site. so far so good :) > > Now i am onto the admin area for running the website. I downloaded one

Re: [PHP] setting a global var so that all pages can see var

2003-11-17 Thread Pavel Jartsev
PAUL FERRIE wrote: > ... add new data to the DB On the links have: View database U are outputting those links incorrectly, because resulting HTML contains "$tablename". Try output those links this way... View database ...or this way echo 'View database'; ?> -- Pavel a.k.a. Papi -- PHP Ge

Re: [PHP] setting a global var so that all pages can see var

2003-11-17 Thread PAUL FERRIE
I am still stuck I now have this in the navigation page {$_GET['tablename']}"; } else { "$tablename did not get sent"; } ?> this gets the tablename from the previous page from the dropdown menu but still the other pages are not picking it up :( Please i need to get this working Cheers paul "Bur

Re: [PHP] setting a global var so that all pages can see var

2003-11-17 Thread PAUL FERRIE
lol i not that feeling whaen it come to flash based questions ;) Cheers] "Burhan Khalid" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > PAUL FERRIE wrote: > > > Hello again guys, thanks for the help over the past 48 hours :) > > > > Over the past week i have had the job of tweaki

Re: [PHP] setting a global var so that all pages can see var

2003-11-17 Thread Burhan Khalid
PAUL FERRIE wrote: Hello again guys, thanks for the help over the past 48 hours :) Over the past week i have had the job of tweaking the php pages of a friends site. so far so good :) Now i am onto the admin area for running the website. I downloaded one of the many db managers scripts from ww