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
rajan
Forum Contributor
Posts: 110 Joined: Sun Aug 28, 2005 7:42 pm
Location: Lucknow, UP, India
Post
by rajan » Fri Sep 23, 2005 12:02 pm
i am unable to use http_build_query function. can any body tell me how it is working
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Fri Sep 23, 2005 12:16 pm
are you using PHP 5?
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Fri Sep 23, 2005 12:42 pm
rajan via pm, for whatever reason wrote: my php version is 4.2.3
http_build_query() is a PHP 5 only function. Your version of PHP does not have it.