Search results

  1. S

    Php!? How to catch a closing of a window and to add on this event a function?

    on closing the window must be some function?
  2. S

    Php!? How to make a redirect from frame to main page?

    I can't use header, 'caz it's after changing some data in that frames, I made like: echo "<script type='text/javascript'> top.location.href = 'index.php'; </script>";} but it's work only on my local server!?
  3. S

    Php!? How to count a difference between to dates(time), not in UNIX format?

    for example: current time - sometime = 10 min. (how to count this?) when do it like: $curtime = time(); $diff = $curtime - $sometime; if return me the UNIX format, but I need to understand how much it is in normal format? just 10 min. must be 10, not 123124123123.
  4. S

    Php!? Help with function wich need to make a links!?

    <?php echo "THIS FUNCTION MUST MAKE A LINKS"; function autolink($text) { $search = array("'[\w\+]+://[A-z0-9\.\?\+\-/_=&%#:;]+[\w/=]+'si","'([^/])(www\.[A-z0-9\.\?\+\-/_=&%#:;]+[\w/=]+)'si","'[\w]+[\w\-\.]+@[\w\-\.]+\.[\w]+'si"); $replace = array('<a href="$0" target="_blank"...
  5. S

    Php!? Strip_tags, how to add an exceptions for smiles, my smile look like <1>!?

    my smiles in chat look like <1> <2> ... <10>, but function strp_tags in php deleted them? How to add an exceptions for it?
  6. S

    Php!? Regular Expressions! How to make a links?

    For example: I have simple text www.google.com, then when go through regExpr it's must be like a link on the site?
  7. S

    Who knowes a progran for a simple(not smartphone) mobile nokia for reading books!?

    It must be JAR file program* there
  8. S

    Motorola sm56 data fax modem!? I need find an information about that modem

    on my notebook!? Wherever I looked, nowhere is there information on this modem? But I really need to know what functions supports my modem!? Official site of Motorola has not it!?
  9. S

    How I can create 3D model from simply photo?

    I have 3D Max Studio, but It can't read jpg
Back
Top