We Recommend

Beginning AppleScript (Programmer to Programmer) Beginning AppleScript (Programmer to Programmer)
Geared toward programmers with no prior development knowledge, Beginning AppleScript serves as a comprehensive guide to using AppleScript on the Mac OS X platform. This title introduces the reader to AppleScript, and then illustrates how to efficiently start writing scripts through sample programs as each concept is introduced.


Ballyhoo


Posted By

michoacano on 01/04/07


Tagged

codigo


Versions (?)


codigo


Published in: AppleScript 


URL: google

  1. <?php
  2. $cadena = "¿Te apellidas O\'reilly?"; //puede ser el \ puesto por php automagicamente..
  3.  
  4.  
  5. echo stripslashes($cadena);
  6.  
  7. // La salida es: ¿Te apellidas O'reilly?
  8. ?>

Report this snippet 

You need to login to post a comment.