Undoes the htmlspecialchars() function that is built into PHP. This is useful if you want to convert that text back into plain text, rather than HTML.Originally published on http://www.phpbuilder.com/
|
Undoes the htmlspecialchars() function that is built into PHP. This is useful if you want to convert that text back into plain text, rather than HTML.Originally published on http://www.phpbuilder.com/
|
Diese Funktion ermöglicht es, eine URL schön lesbar darzustellen. Dazu werden sowohl http:// als auch www entfernt, und wenn sie länger als 35 Zeichen ist, wird sie entsprechend auf 35 Zeichen gekürzt, und am Ende werden ... eingefügt.
|
This is a simple PHP code that lets you see if a link is valid before displaying it on your Web page. It is useful since you can have live links, but your site can become slow as the script checks the link before displaying the link. Just ...
|
Verifies the check digit of an isbn, as well as length + other requirements. Feedback appreciated.
|
|
|
Web Black Hole :"Give me an url and i'll get and store the code in a mySQL db".
|
Lädt zufallsgeneriert ein bestimmtes PHP-Script als Include in die Seite. Die Dateien müssen natürlich entsprechend der Anzahl maximal möglicher "Nummern" vorhanden sein. In diesem Fall 1-5.php
|
|
|