Categoría: Programación

Unir array en PHP

Acostumbro a hacer uso de la funcion array_merge() de php para unir arrays pero hoy descubro, vía electrictoolbox, una manera aún más sencilla de hacerlo por medio de operador ‘+’.…

Funcion para remplazar tildes, ñ, y caracteres especiales

function quitar_acentos($s){$s = ereg_replace(«»,»a»,$s);$s = ereg_replace(«»,»A»,$s);$s = ereg_replace(«»,»I»,$s);$s = ereg_replace(«»,»i»,$s);$s = ereg_replace(«»,»e»,$s);$s = ereg_replace(«»,»E»,$s);$s = ereg_replace(«»,»o»,$s);$s = ereg_replace(«»,»O»,$s);$s = ereg_replace(«»,»u»,$s);$s = ereg_replace(«»,»U»,$s);$s = str_replace(«ç»,»c»,$s);$s = str_replace(«Ç»,»C»,$s);$s = str_replace(«»,»n»,$s);$s = str_replace(«»,»N»,$s);…

Javascript 5 maneras de redireccionar a una web

1 <script language=”javascript” type=”text/javascript”> 2 window.location.href=”login.jsp?backurl=”+window.location.href; 3 </script> 2, 1 <script language=”javascript”> 2 alert(”back”); 3 window.history.back(-1); 4 </script> 3, 1 <script language=”javascript”> 2 window.navigate(”top.jsp”); 3 </script> 4, 1 <script language=”JavaScript”>…

Librerias de Apache y PHP

Si teneis un Windows y teneis instalado apache lo mismo necesitareis este conjunto de librerias. php_bz2.dllphp_curl.dllphp_exif.dllphp_fileinfo.dllphp_gd2.dllphp_gettext.dllphp_imap.dllphp_intl.dllphp_ldap.dllphp_mbstring.dllphp_mysql.dllphp_mysqli.dllphp_oci8.dllphp_oci8_11g.dllphp_openssl.dllphp_pdo_mysql.dllphp_pdo_oci.dllphp_pdo_odbc.dllphp_pdo_pgsql.dllphp_pdo_sqlite.dllphp_pgsql.dllphp_shmop.dllphp_soap.dllphp_sockets.dllphp_sqlite.dllphp_sqlite3.dllphp_sybase_ct.dllphp_tidy.dllphp_xmlrpc.dllphp_xsl.dll Descargar version para 32 Bits Descargar version para 64 Bits

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.

Powered By
100% Free SEO Tools - Tool Kits PRO