Newbies Rahu Posted December 18, 2008 Newbies Posted December 18, 2008 I need to embed a find command into an A HREF format for my php FM site so people can jump to a found set from an outside site. I have one that does a Find All just fine. I just need to know what to call the find fields and find arguments. Here's the code for the Find All Find All
Baloo Posted December 18, 2008 Posted December 18, 2008 Fist off assuming that at least some of those values are constant (i.e. the same in every link) Why not set them on the page rather than send them every time? to answer your question Find Pics I Really Like will set you up to write a find on the fields 'user' and 'rating'(add the other parms to the URL if you need them) Field names or values with funky characters will need to be URL encoded . See also: http://us2.php.net/manual/en/function.urlencode.php
Newbies Rahu Posted December 19, 2008 Author Newbies Posted December 19, 2008 Thanks, I knew it had to be easy. I'll give it a try.
Recommended Posts
This topic is 6077 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now