GET and content page

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
pgherveou

GET and content page

Post by pgherveou »

Hi

I have created a new page in the content menu of the admin part of CMS
I can now acces this page, but I would like to send  GET param in this page.

How can I do that ?

I can do this in the index page, doing like this

Code: Select all

index.php?var=toto
but how I don't know how to do that in another page

thinks for your help

--
PG
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm
Location: Finland

Re: GET and content page

Post by tsw »

index.php?page=pagename&var=yourvar
Post Reply

Return to “Developers Discussion”