How to get all the query-string parameters with php_self function?
karthik_ppts 81 Posting Pro
Recommended Answers
Jump to PostYou can get query string parameter using $_GET.
echo '<pre>'; print_r($_GET);
All 4 Replies
vibhaJ 126 Master Poster
karthik_ppts 81 Posting Pro
vibhaJ 126 Master Poster
karthik_ppts 81 Posting Pro
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.