asked on
ASKER
ASKER
PHP is a widely-used server-side scripting language especially suited for web development, powering tens of millions of sites from Facebook to personal WordPress blogs. PHP is often paired with the MySQL relational database, but includes support for most other mainstream databases. By utilizing different Server APIs, PHP can work on many different web servers as a server-side scripting language.
TRUSTED BY
Is the link a simple/static thing or does it call back to a database when clicked? If so, it would be trivial to add a datetime field to the database that can be checked on click to see if the server time is greater than the value of the field and provide the appropriate response.
Not sure I understand how the links are being used here. How do you control where a user chooses to activate the link? Can they click it in an email? Enter it directly into a browser? Embed it in a web site? All three?