Perfect...
last but not the least thing... can i display a message i.e. "Email Sent Thanks!" or something like that???
Printable View
Perfect...
last but not the least thing... can i display a message i.e. "Email Sent Thanks!" or something like that???
That's easy enough, in the PHP file, after the ?>, you can start an HTML file.
Eg
Then just put your scripts, styles, etc in the head section, your divs, tables, etc in the body, as normalCode:?>
<HTML>
<head>
</head>
<body>
</body
</HTML>
alright... everything is very much perfect!
just the last things... can we create a session id along with every link so that it should last for only 15 or 20 mins... i mean i don't want the visitors to pass over the link.
i know this is some database thing included... but please let me know???
??? help please!
www.jm-expertscom
I don't know if you will find this helpful but it is similar to what you are trying to do.
http://www.ardamis.com/2008/06/11/pr...-a-unique-url/