Jump to content

mydomain.com/index.php?something


Eugene

Recommended Posts

you have to pass a value for 'something':
mydomain.com/index.php?something=valueofsomething

if you like to add more var like something:
mydomain.com/index.php?something=valueofsomething&something1=valueofsomething2
Link to comment
Share on other sites

[quote author=hvle link=topic=101328.msg400961#msg400961 date=1153450582]
you have to pass a value for 'something':
mydomain.com/index.php?something=valueofsomething

if you like to add more var like something:
mydomain.com/index.php?something=valueofsomething&something1=valueofsomething2
[/quote]
I don't want to pass a value. Your missing the point.
Link to comment
Share on other sites

[quote author=steelmanronald06 link=topic=101328.msg400970#msg400970 date=1153451608]
Please be more exact on what you want to do.  Give us a greater detail.
[/quote]
I need to code that will allow me to do like an include when they click on ?something

EDIT: http://jooldesigns.net - example of something i want

look on the links at the left
Link to comment
Share on other sites

[quote author=hvle link=topic=101328.msg400975#msg400975 date=1153452243]
oh i get it.

instead of
if($_GET['something'] == NULL)

use:
if (isset($_GET['something']))

This is not a popular way to structurize your site thought
[/quote]

Thanks a  lot i got it to work.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.