Jump to content

$_GET help


digitalgod

Recommended Posts

thanks [b]Orio[/b], I'll take a look at that, quick question though, I only want the members section to work like that, if I use mod_rewrite do I have to change the entire script or just the part that I need?

[b]Crayon Violent[/b], I already know how to do that, I just need the digitalgod part, I want to be able to display a user's profile that way. So someone can go to members.php?crayonviolent and see your profile.

[b]Alpine [/b] what would be the difference between that and using mod_rewrite? I haven't read up on mod_rewrite yet so I don't know much about it
Link to comment
https://forums.phpfreaks.com/topic/25847-_get-help/#findComment-118018
Share on other sites

Works with me,

[quote]
mixed parse_url ( string url [, int component] )
[/quote]

Study the manual on how it works:
http://no.php.net/manual/en/function.parse-url.php


*EDIT:
The manual says PHP 3,4,5 but only PHP5.1.2 up with the "int component" added

Example for PHP4 found here: http://no2.php.net/manual/en/function.parse-url.php#70690
Link to comment
https://forums.phpfreaks.com/topic/25847-_get-help/#findComment-118031
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.