designgURL
02-12-2003, 05:09 PM
I got this script with this code (just one bit):
$datetime = date('dmY.His');
To make that the title of the page the form puts out.
I changed it to this:
$posterdate = $Namedate('dmY.His');
To add the persons name to the title, that they fill in. I'd keep it but I wanted the name as the title, but multiple names of course can be posted, so I wanted to try a name with the date.
Will this work or what will? I don't know if not having a space between them works, like putting them together will the script thinks it should be like they filled in something named $Namedate.. etc.
This is my first php script.
And I also added some things to links that they filled in, but will output in a link and I think it will work and I'm happy with it.
I will post more if it doesn't work or something. (More things than that don't work)
$datetime = date('dmY.His');
To make that the title of the page the form puts out.
I changed it to this:
$posterdate = $Namedate('dmY.His');
To add the persons name to the title, that they fill in. I'd keep it but I wanted the name as the title, but multiple names of course can be posted, so I wanted to try a name with the date.
Will this work or what will? I don't know if not having a space between them works, like putting them together will the script thinks it should be like they filled in something named $Namedate.. etc.
This is my first php script.
And I also added some things to links that they filled in, but will output in a link and I think it will work and I'm happy with it.
I will post more if it doesn't work or something. (More things than that don't work)