want to pass ID=pra#01 as a query string

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
lokesh_kumar_s
Forum Commoner
Posts: 48
Joined: Mon Apr 13, 2009 5:39 am
Contact:

want to pass ID=pra#01 as a query string

Post by lokesh_kumar_s »

hi i want to send get request in which ID=pra#01 is a query string i want to send pra#01 as is please help me
User avatar
jackpf
DevNet Resident
Posts: 2119
Joined: Sun Feb 15, 2009 7:22 pm
Location: Ipswich, UK

Re: want to pass ID=pra#01 as a query string

Post by jackpf »

urlencode()?
Post Reply