In the address bar, i am getting the clean URL. I want to parsed it out.please
help me out.

http://example.com/folder/test.php?stuid=xx44

Recommended Answers

All 3 Replies

or you could just use the builtin $_GET array. in your example it would be:

$_GET['stuid'];

what do you mean by parsed out? you mean how to get the value? then use @hag++ code, use $_GET

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.