Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Second order urls

Asked Modified Viewed 1,549 times
D
Drecha
D
Drecha 10
  • Junior Member, joined since
  • Contributed 13 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
asked
Junior Member

Hello everyone,
Sorry for the topic name, I will change it as soon, as you will tell me what is the correct name for that :)

I am trying to create second and third order urls like this: www.mywebsite.com/somtething.php?action=change&id=1

What is the correct code structure for this? I have tried like this:
<?
if (!isset($_GET['page']) || $_GET['page'] == "") || iMEMBER {
(...)
}
elseif (!isset($_GET['page']) || $_GET['page'] == "zmianahasla") {
(...)
}
?>

But it didn't work at all. I will be very glad if anyone can help me.

Regards,
Adam.
0 replies

1 post

C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

You are trying to learn PHP or work with the custom page?
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 1 post
  • Votes 0 votes
  • Topic users 2 members

2 participants

C
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
D
D
Drecha 10
  • Junior Member, joined since
  • Contributed 13 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet