Jump to content

yolop

Members
  • Posts

    203
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

yolop's Achievements

Regular Member

Regular Member (3/5)

0

Reputation

  1. i wrote this code <?php $mail_to='[email protected]'; $subject_mail='UYYYY'; $message='XXXXX'; $headers = "MIME-Version: 1.0 \r\n"; $headers .= "Content-type: text/html; charset=UTF-8 \r\n"; $headers .= "From: [email protected] \r\n"; mail($mail_to, $subject_mail, $message, $headers ); ?> but the email will not send why please?
  2. the problem if i convert to swf is that it does not keep music and animations after the conversion
  3. hi this is my SWF (FLASH) http://up203.siz.co.il/swf1/ct3lfwxzyngi.swf now ass you can see when you click on the SWF this "do" forward and change to next layer... i want to create button in JS /html that will to this function with click on button and not click on the SWF , i need 2 button 1-back, 2- forward how can i do this please??
  4. please?
  5. in addition when i open the swf that create... with explorer i view this http://up203.siz.co.il/up2/mjoznqy5jbtm.gif i dont want that my user will be to active this all the time help
  6. if i convert to HTML with power point... power point that here size was 176 KB now become to 470 KB that to much and if i convert with PowerPoint to Flash that become to 1600 KB too much....
  7. yes but again if i do that explorer ask to install add-on or it aks to allow block conect i dont want that my user will need to allow this all the timr this is not nice and...the show are bad
  8. hi i want to show online in my site PowerPoint files i know that i can convert it to swf files but it is not comfortable because: 1) i didn't find way to convert online so i need to convert on my computer...not comfortable 2) the convert do this files that if you want to do"next" you need to clike on the SWF files, without way to do BACK.... so i want a way (like google) to show online power point files thank
  9. hio i have a text in utf-8 i want to convert utf-8 to windows-1255 with php how please?
  10. PHP does this for you (unless you're using persistent connections). in the end of every page i will need to do mysql_close()??? PHP does this for you (unless you're using persistent connections). how will i konw if php do this for me? in the end of every page i will need to do mysql_close()??? PHP does this for you (unless you're using persistent connections).
  11. i saw in my server this .... 874751 da_eee localhost da_eee 5 Sleep 874748 da_eee localhost da_eee 6 Sleep 874749 da_eee localhost da_eee 6 Sleep 874743 da_eee localhost da_eee 7 Sleep 874745 da_eee localhost da_eee 7 Sleep 874738 da_eee localhost da_eee 8 Sleep 874740 da_eee localhost da_eee 8 Sleep 874735 da_eee localhost da_eee 9 Sleep 874736 da_eee localhost da_eee 9 Sleep 874731 da_eee localhost da_eee 10 Sleep 874732 da_eee localhost da_eee 10 Sleep 874733 da_eee localhost da_eee 10 Sleep 874734 da_eee localhost da_eee 10 Sleep 874725 da_eee localhost da_eee 11 Sleep 874727 da_eee localhost da_eee 11 Sleep 874728 da_eee localhost da_eee 11 Sleep 874730 da_eee localhost da_eee 11 Sleep 874713 da_eee localhost da_eee 15 Sleep the admin of the server say that every query open the databace and dont close him and that fall the server what i need to do thank
  12. i saw in my server this .... 874751 da_eee localhost da_eee 5 Sleep 874748 da_eee localhost da_eee 6 Sleep 874749 da_eee localhost da_eee 6 Sleep 874743 da_eee localhost da_eee 7 Sleep 874745 da_eee localhost da_eee 7 Sleep 874738 da_eee localhost da_eee 8 Sleep 874740 da_eee localhost da_eee 8 Sleep 874735 da_eee localhost da_eee 9 Sleep 874736 da_eee localhost da_eee 9 Sleep 874731 da_eee localhost da_eee 10 Sleep 874732 da_eee localhost da_eee 10 Sleep 874733 da_eee localhost da_eee 10 Sleep 874734 da_eee localhost da_eee 10 Sleep 874725 da_eee localhost da_eee 11 Sleep 874727 da_eee localhost da_eee 11 Sleep 874728 da_eee localhost da_eee 11 Sleep 874730 da_eee localhost da_eee 11 Sleep 874713 da_eee localhost da_eee 15 Sleep the admin of the server say that every query open the databace and dont close him and that fall the server what i need to do thank
  13. please?
  14. yeh i tried to do this but it dont work <div id="fb-root"></div> <script> window.fbAsyncInit = function() { FB.init({appId: "********", status: true, cookie: true, xfbml: true}); }; (function() { var e = document.createElement("script"); e.async = true; e.src = document.location.protocol +"//connect.facebook.net/en_US/all.js"; document.getElementById("fb-root").appendChild(e); }()); </script> <?php echo file_get_contents('http://www.facebook.com/plugins/like.php?href=www.gmail.com'); ?>
  15. PLEASE?
×
×
  • 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.