k0r54
10-10-2005, 12:11 PM
Hi,
Ok senario: -
I have a notice page that i can link to and i also have a define like this : -
define('NOTICE_1', 'Msg 1')
define('NOTICE_2', 'Msg 2')
I refer to the notice page and put a $_get variable in to say the notice_id
How can i call the notice by using the $_get???
So in a sence i want to display
NOTICE_$_GET['notice_id']
so if the notice_id = 1 it will call the deifne NOTICE_1
but that obviously doesn't work!?
Thanks
k0r54
Ok senario: -
I have a notice page that i can link to and i also have a define like this : -
define('NOTICE_1', 'Msg 1')
define('NOTICE_2', 'Msg 2')
I refer to the notice page and put a $_get variable in to say the notice_id
How can i call the notice by using the $_get???
So in a sence i want to display
NOTICE_$_GET['notice_id']
so if the notice_id = 1 it will call the deifne NOTICE_1
but that obviously doesn't work!?
Thanks
k0r54