First suggestion within the first 2 seconds of looking at it....
add this to the <head> tags in your html
<title>WhatEver</title>
So it won't say untitled document.
Doesn't even matter lol.
If it happens it happens we can't stop it. If it doesn't then we wasted countless amount of time talking about it.
Life= Shit happens.
correcting you :)
btw you can just use ... file_exists()
$data = 'Some text';
$filename = 'file.html';
$open = fopen($filename, "x+"); // a just appends. x+ creates .
fwrite($open, $data);
fclose($open);
rename("images","pictures");
this is TOTALLY wrong.
$filename = 'file.txt';
$open =...
I'll take requests to code things for people in PHP. Anything basic to advanced... Just not going to do a CMS or anything like that.
Template:
Project Name:
Functions:
Purpose of this:
DO NOT PM ME ABOUT THIS.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.