Jump to content

A HREF Find format needed in PHP


Rahu

This topic is 5578 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

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



Link to comment
Share on other sites

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

Link to comment
Share on other sites

This topic is 5578 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.