Welcome To Snipplr


Everyone's Recent PHP Snippets Tagged html



« Prev 1 2 3 4
With this snippet you will have the ability to display the `<DOCTYPE>` while sending the correct headers with support for content type negotiation. It also will correct itself for the W3C validator which does not send the correct Accept header for...
0 9390 posted 4 years ago by daemondevin
Se puede escribir código HTML sin problema insertando además las variables php que se necesiten dentro del propio "relleno"
0 978 posted 8 years ago by tionazo
Simple script to send SMS throught our HTTP API (Afilnet) with PHP. Steps: 1.- Register in Afilnet. http://www.afilnet.com/anunciante/registrar.php 2.- Login and get credits (10 free) to send SMS 3.- Use this script or html form example include in...
1 853 posted 9 years ago by Afilnet
Use PHP's DOM parser to convert a table into plain text (including links with images)
0 1375 posted 9 years ago by nigelnquande
This function takes HTML input and converts it to plain text. It needs improvement so that it converts multiple blank lines to a single blank line and converts an &lt;a ... &gt; link to the markup equivalent (same for images). It should be rewritten...
0 898 posted 9 years ago by nigelnquande
In this article I would like to share how to make a sortable index view with Laravel 4. Let’s assume you have an index view with a table. Like this example for a table that contains posts.
0 660 posted 10 years ago by CreativePunch
How to build a login form using php with mysql database.
0 846 posted 10 years ago by codingforever99
/** * THIS FUNCTION WILL RENDER A CONTAINER OR SELF-CLOSING HTML ELEMENT. * IT AUTO DETECTS WHAT TYPE YOU WANT * BASED ON RATHER OR NOT YOU SET A _data KEY IN THE ARRAY OF * ATTRIBUTES PASSED TO THE FUNCTION * * USING AN ASSOCIATIVE ARRA...
0 792 posted 11 years ago by halk
Replaces all links within href part of anchor in a HTML-String.
1 3364 posted 12 years ago by rwunsch
gfgd dg fgfg fg g
0 437 posted 12 years ago by vijendramisra
0 525 posted 12 years ago by bubaphex
0 576 posted 12 years ago by Jotape
Sometimes a legacy database will have HTML entities stored in it. This function converts them. Note that this function assumes you have a database abstraction layer, and may need to be modified to connect to YOUR database.
0 1915 posted 12 years ago by f6design
0 1032 posted 12 years ago by kspal
Add code to theme functions.php file.
0 834 posted 12 years ago by Huskie
Here you see a example to make your table background color fdifferent at last
0 776 posted 12 years ago by Darksider3
It’s been driving me crazy that there’s no definitive script written to take out a user’s Flickr recent photos and parse it for formatting into HTML with a larger size than the standard 75 x 75 dimensions that the public_photo.gne Flickr script...
1 796 posted 12 years ago by jakekimpton
Twitter have changed their api, and using the old twitter.com?status=… doesn't work anymore. This uses the new 'Web Intents' method.
0 526 posted 12 years ago by adamturtle
Come rendere uppercase un textbox senza bisogno di js
0 682 posted 12 years ago by tuffo19
Place this at the top of your php files. This will remove white space and formatting from HTML, making it smaller and faster for download by your users.
0 617 posted 12 years ago by trusktr
0 595 posted 12 years ago by LemonPro
strip html on loop
0 503 posted 13 years ago by zealmurapa
Pertenece al tutorial publicado por COLORATE --> http://www.colordeu.es/BLOG/registros-de-usuario-en-php-y-mysql-con-validacion-de-campos-y-activacion-por-mail
0 1147 posted 13 years ago by danideu
Pertenece al tutorial publicado por COLORATE --> http://www.colordeu.es/BLOG/registros-de-usuario-en-php-y-mysql-con-validacion-de-campos-y-activacion-por-mail
0 914 posted 13 years ago by danideu
Pertenece al tutorial publicado por COLORATE --> http://www.colordeu.es/BLOG/registros-de-usuario-en-php-y-mysql-con-validacion-de-campos-y-activacion-por-mail
0 1080 posted 13 years ago by danideu
0 502 posted 13 years ago by kendsnyder
There seems to be many scan directory systems but I could not find one that works the way I needed. I added in functionality for a search filter and an ignore list. The search filter and ignore list can ignore by extension, file (case-sensitive file...
1 941 posted 13 years ago by SoN9ne
« Prev 1 2 3 4