Home
Submit
Free Hosting
Link To Us
Contacts
PHP Generating html file
PHP
Download
(.zip)
<?php
$html = '
<html>
<head>
<title>This HTML file</title>
</head>
<body>
';
$html .= 'Today is ' .date('l');
$html .= '
</body>
</html>
';
file_put_contents('file.html', $html);
?>
PHP
Listing only one type files
Headers file download
File read using while
PHP
Remove line from file
Write Text in file
Rename filenames to numbers
PHP
Showing the file size in kilobytes
FTP File Upload
Files sorting by name
PHP
Files sorting by size
File Read using for looper
Last date a file was modified
PHP
JavaScript to HTML Function
Using array to show last line of file
Generating random alphabetic string