how can i read for example 10 last lines from a text file beginning from last line
Category Archives: Programming
Read a file’s contents with PHP
PHP provides three built-in functions which allow you to easily read the contents of a file on your webserver. This is useful when, for example, another program may write information to the file and you could access that information through your script. In this example, we’re going to use the following example 5 line file, …
Styling Texty Inputs Only
Let’s say you want fancy styling your your text inputs:
rel="nofollow"
Why should you use the rel="nofollow" tag ? The rel=nofollow isn’t a real meta tag but more of a html description. It is often used on blogs, forums and guestbooks. But it is also possible to use it in your website if you don’t want certain links (intern or extern) to be followed and as …
Box Sizing
The "box model" in CSS works like this: width + padding + border = actual visible/rendered width of box height + padding + border = actual visible/rendered height of box
Jquery muliselect plugin
List of jquery multiselect plugins.