PHP Classes

Packages of Konstantinos Dafalias

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Konstantinos Dafalias (2)  >  Mission progress status  >  Reputation  
Picture of Konstantinos Dafalias
Name: Konstantinos Dafalias <contact>
Classes: 2
Country: Austria Austria
Age: 55
All time rank: 173316 in Austria Austria
Week rank: 46 Up1 in Austria Austria Up
All time users: 1648
Week users: 1
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image cParseurl  
Wrapper around the PHP parse_url function
This is a very simple class that wraps around the parse_url PHP function.

It can parse an URL and store the URL parts in class variables for the URL scheme, host, domain, top level domain, port, user, password and query arguments.

If the URL scheme is missing, it assumes it is http .
Not enough user ratings

  Files folder image Mailto Encoder  
Encode email address links with character entities
This class creates a mailto: links for the given email address using equivalent character entities that replace the characters of the URLs in the link URL attributes.

This is meant to prevent that e-mail harvesting robots used by spammers to collect e-mail addresses find the e-mail addresses when they are looking for mailto: or @ text, without compromising the ability of the browsers to determine the link URLs correctly. For instance, @ becomes &#64; .

Despite the class does not provide a solution against e-mail harvesting robots that are able to decode URLs like this, the class still provides a solution with no disadvantages for the reader, as no Javascript is needed, the mailto: link is still usable, and it can still be copied from the Web pages to be pasted anywhere else.

The class also provide optional support for specifying the mailto: link text, CSS class for rendering the link, and additional parameters for predefining the the mailto: link subject and body text.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 62% 66% - 70% - - 44% 3431
Month: Not yet rated by the users


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z