A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Search

  1. #1
    Junior Member
    Join Date
    May 2008
    Posts
    2

    Search

    Hello , i am with HTML and if someone can help me please...

    I want to make a search form + search button and to put into one page of my website...

    I made a characters page and if you want to find a char. to search for it and to click on it...

    I don't know what to complete :

    Form:

    Action : ???
    Method : Get / Post ???
    Encode Type : text/plain or what ???

    .........................

    Can you help me ?


    These Doesen't Work :
    Action : search
    Endocde Type : text/plain
    If i put GET it gives me
    Code:
    The requested URL /website/search was not found on this server.
    If i put POST it gives me
    Code:
    The requested URL /website/search was not found on this server.

  2. #2
    Bearded (M|G)od MyFriendIsATaco's Avatar
    Join Date
    Dec 2002
    Location
    Awesomeville.
    Posts
    3,045
    Search doesn't just magically happen. You need to write a script that indexes your site, and you can then search for things appropriately through SQL queries and lots of code.

  3. #3
    Senior Member
    Join Date
    Mar 2008
    Location
    England
    Posts
    159
    Yeh MyFriendIsATaco is rite it would be better if yur server would provide it otherwise it would takes ages maybe trying uploading it to a MySQL database
    Thanks
    Rhys

  4. #4
    Bearded (M|G)od MyFriendIsATaco's Avatar
    Join Date
    Dec 2002
    Location
    Awesomeville.
    Posts
    3,045
    You can always leverage the power of Google and use one of their services: http://www.google.com/coop/cse/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center