Jump to content

IwnfuM

Members
  • Posts

    58
  • Joined

  • Last visited

    Never

Everything posted by IwnfuM

  1. solved , thanks everyone.
  2. hello, I have ajax search function which call to the function with the element 'onkeyup' , Now , the problem that if someone want to start to search something and he start to write the word he was thinking about , while he write the word the search can be actived few time and for nothing. what i'm trying to say , if someone want to search for 'program' so the search will search 6 times , which I want to prevent.. the question is how ? I was thinking about , to create a function that waits 2 seconds after the last char entered maybe can someone help me? regards ,Mor.
  3. Hey all. few questions. 1.is there editor that is free to use and it's completing the syntax? like if i start tag like that '<a' so it will offer me a closing tag for it. is there a free editor like that the support that? 2.while I'm using notepad++ it does not know that I'm scripting in php so it will coloring things if it need to do. 3.how i can coloring things? that's it , thanks for helping.
  4. thank you very much.
  5. Hey , I'm looking for functions names from the GD directory. 1.function that open image. 2.function that getting pixel color. 3.function that changing pixel color. thanks.
  6. hey , I want to make a div following you , I'm not meaning the 'position:fixed' , I want the div to act like that : when i scroll down the page , and i can't see the div , the divs follow you with a little delay , so it will come down after 1 , 2 ,3 seconds. how can I do that? thanks.
  7. hey , just to know i need to express those words to MySQL syntax. 1.select last 10 from 'table'. 2.select last 10 from 'table' where id = '2'. thanks.
  8. IwnfuM

    Input image.

    Hi , I've seen many times that on the corner of the input there is an image. My question is how can I do that.
  9. IwnfuM

    Text align .

    hi , here is what I want to do. i have div wich hold text , now I want this div to change hes size by how much text he hold. for example : If the div hold 50 words so it's div size will be 50px on 50px wich is max size and if it hold 10 words it's size will be 10px on 10px. Something like the text-align:justify element but with max value that he can widen. thanks for helping , Ixcese.
  10. IwnfuM

    mysqli

    hello , I'm starting to use mysqli and i have few questions. is there a guide for mysqli? and how do i use this functions at mysqli ? mysql_num_rows mysql_query mysql_fetch_assoc mysql_fetch_array 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.