Welcome To Snipplr


Everyone's Recent PHP Snippets Tagged text



« Prev 1 2
Function for obfuscate Text in html pages. good for making screenshot and mind data protection if needed. changes Text into many small divs with different bgcolor.
0 10864 posted 4 years ago by PietKeizer
This is a simple PHP class that can be used to produce nicely formatted reports from unorganized data.
0 744 posted 8 years ago by COBOLdinosaur
Use PHP's DOM parser to convert a table into plain text (including links with images)
0 1340 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 <a ... > link to the markup equivalent (same for images). It should be rewritten...
0 872 posted 9 years ago by nigelnquande
I created this code for practice, and I looking for better and clear solution for the last instance where I can write or delete the data, but after I want to get back the content as array or the key as string. I want to use this write-read back with...
0 763 posted 9 years ago by gitarfogas
The following code sample shows how developers can replace multiple texts in a single API call in a PDF file using Aspose.Pdf for Cloud API in their applications. Developers can use Aspose REST API with any language: .NET, Java, PHP, Ruby, Rails, Pyt...
0 1502 posted 9 years ago by johansonkatherine
Get the text in between more text in a string. Accepts $content,$start,$end & $is_string as parameters.
1 656 posted 11 years ago by o0110o
Takes your table name and key=>value array of values and returns the text for inserting into a MySQL database. Automatically surrounds strings with single quotes.
1 848 posted 11 years ago by lemcoe9
This is a function that receives a string as an argument (along with other config optional arguments) and locates all keywords (words that appear most) from that string, returning the keywords as an array or as a string separated by commas. The funct...
2 2750 posted 12 years ago by TimoZachi
I've yet to work on a WordPress site where at least once post wasn't copied from Microsoft Word, producing a mess of inline tags and awful markup. This helps prevent that, just a little.
0 558 posted 12 years ago by travishines
0 948 posted 12 years ago by rwunsch
0 657 posted 12 years ago by kidmizere
Writes to a text file, test.txt, instead of email for the purposes of testing.
0 567 posted 12 years ago by hotdiggity
0 674 posted 12 years ago by willem
0 545 posted 12 years ago by psteinweber
0 551 posted 12 years ago by psteinweber
Create excerpts from text block from your wordpress content and add links page / post from the guid.
0 707 posted 12 years ago by prwhitehead
0 583 posted 12 years ago by pootify
To implemented this code is easy, all need to do write down PHP FeedBurner Counter below in our themes files, example in sidebar.php, header.php or footer.php. Let’s get started, Please note you need replace YOUR FEED ADDRESS with your Feeds,
0 515 posted 12 years ago by alexeihidalgo
Transforms string to it's possessive form and return it's original case form.
0 434 posted 12 years ago by Arvi
This help you cutting text without cut the last word. Any feedback appreciated!
0 455 posted 13 years ago by alesma
This script parses the entered text and it gets all URLs from the text. It will then shorten those URLs and replace the long URLs with shortened ones in the text. If you need only the Shortener Services script, take a look at this snippet <a href="h...
1 801 posted 13 years ago by stamba
0 541 posted 13 years ago by G470
0 675 posted 13 years ago by newsok
This is a simple 'text to array for output' script that I've used a few times for my clients. Hope you like!
0 755 posted 13 years ago by chicagowebmanagement
Turn a html source into a full text document by removing all html tags and other unneeded code.
0 643 posted 13 years ago by math89
0 668 posted 13 years ago by metoikos
« Prev 1 2