Home
Submit
Free Hosting
Link To Us
Contacts
PHP Deleting last string devided by dot
PHP
Download
(.zip)
<?
$link = "192.168.196.128";
$a = explode(".", $link);
$b = strlen($a[3]);
$c = substr($link, 0, -$b);
echo "$c";
?>
PHP
Count Words in a string
Showing the file size in kilobytes
Files sorting by name
PHP
Files sorting by size
Deleting last string devided by dot
Last date a file was modified
PHP
Using array to show last line of file
Generating random alphabetic string
Last time a file was modified