Jump to content

IwnfuM

Members
  • Posts

    58
  • Joined

  • Last visited

    Never

Posts posted by IwnfuM

  1. well , sorry if you don't understand.

    i want to make 5 forms in 1 page.

    each form will have 2 options of radio buttons .

    and i want to make only 1 submit button to send all the 5 forms as one.

    thanks , Mor.

  2. Hi , how I can save something into form?

    I mean , insert something in variable  and than insert it into value in the form so when i send the form the value will be send too.

    I also want that it will be can not change.

    for example :

    <input name="email" value="a@s.d"/>
    

    but this example can be change if you insert something else.

     

    thanks , Mor.

     

  3. you know the popups that is make the orginal site as a black background and it open a small windows with ads and you can close it.

    something like this :http://up203.siz.co.il/up2/tyjmzjmgzh4u.png

    i want to do something like this but with form.

    thanks , Mor.

  4. mjdamato ,

    you write it like that : '%{$search}%'

    and I wrote it like that : '%".$search."%'

    is there a difference ?

    and you'r code will print all the results that have founded?

    how can i know how many have been found ?

    thanks , Mor.

  5. hi , i have build an search engine .

    i don't know really how to output the results.

    i have done something like this .

     

    $qry = mysql_fetch_assoc(mysql_query("SELECT `search2`FROM `search` WHERE `search1`='%".$search."%' "));
    echo $qry['search2'];
    

     

    but it output only 1 result , i wanna know to to output all the results he find.

    thanks , Mor.

     

  6. hi , I'm about to create a search engine to my site .

    actually I don't have idea how to build one.

    I tried to use LIKE but it seems to be useful.

    I want to do something like if i type "IwnfuM Rules" and it did not find it so it will output something close.

    actually i work with 6 field that the search engine got to check , and it got to be smarter and give the best result.

    I want to insert 6 variables  to search in 6 fields and give the closer output he has found.

    I actually have idea how to build one but it seems to take long time , and I'm looking for a better code if there is.

  7. i was trying to getting out 1 field from the db.

    i was doin it like this .

    $getout = mysql_query("SELECT `ip` FROM `table` WHERE `time`='".$time."'");

    it doesnt getting out what i asked for.

    can any one help me with this.

    thanks , Mor.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.