Jump to content

IwnfuM

Members
  • Posts

    58
  • Joined

  • Last visited

    Never

Contact Methods

  • MSN
    IXCESE@gmail.com

Profile Information

  • Gender
    Male

IwnfuM's Achievements

Member

Member (2/5)

0

Reputation

  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. 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.
  5. 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.
  6. 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.
  7. 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.
  8. 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.
  9. 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.
  10. Hi , I'm getting site into variable this way : $variable = file_get_contents(site); now , I need to get out the iframes and everything inside the iframes out from the variable and than print the site without it iframes. I couldn't find the right regex to do it. help needed. thanks , Mor. P.S old topic 1 week ago : http://www.phpfreaks.com/forums/index.php/topic,311551 .
  11. Again it doing some problems. I took this string : $string = '<td class="alt3" style="border-top:#57a6e9 1px solid; padding: 8px 8px 8px 8px" align="center"><iframe id=a746194 ame=a7461948 src=http://site.com/www/delivery/afr.php?zoneid=239 frameborder=0 scrolling=no width=180 height=150><a href=http:pera.co.il/www/delivery/ck.php?n=ab67277b target=_blank><img src=http://site.com/www/delivery/avw.php?zoneid=239&n=ab67277b border=0 alt= /></a></iframe></td>'; and regex it , it remove everything until the <a href... and it left in the string the : <a href=http:pera.co.il/www/delivery/ck.php?n=ab67277b target=_blank><img src=http://site.com/www/delivery/avw.php?zoneid=239&n=ab67277b border=0 alt= /></a></iframe></td> part. this regex is almost perfect , only little fix needed I think. and thanks , it's great. - Mor.
  12. There is a mistake , I took this string to check the regexp $string = '<td class="alt3" style="border-top:#57a6e9 1px solid; padding: 8px 8px 8px 8px" align="center"><iframe id=a746194 ame=a7461948 src=http://site.com/www/delivery/afr.php?zoneid=239 frameborder=0 scrolling=no width=180 height=150><a href=http:pera.co.il/www/delivery/ck.php?n=ab67277b target=_blank><img src=http://site.com/www/delivery/avw.php?zoneid=239&n=ab67277b border=0 alt= /></a></iframe></td>'; and it takes all the code with the iframe , it eat all of it , not only the iframe tags. I just tested it few times and there is an other problem. if this code given by the file_get_contents code1 <iframe id and shit> link </iframe> code2 <iframe id and shit > link </iframe> code3 it will take evrything until the last iframe close tage. for example it will left only the code1 and code3. hope it was clear. thanks , Mor.
  13. that is so epic. Lemme understand that , the /<iframe(.*) means find iframe tags , one or common (or zero). and than I haven understand this part , what this \\ part does? thanks lot , 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.