permalink

Hello,

is that possible to create a permalink for a single data record then send it as email? Anyone can help? Thanks!

LG

[QUOTE=lovenix;19082]Hello,

is that possible to create a permalink for a single data record then send it as email? Anyone can help? Thanks!

LG[/QUOTE]

Yes, but not out-of-the-box. First you must assign an url parameter to refer as permalink. Something as www.myurl.com / myscriptcase / main.php?perma=somedata

This ‘somedata’ can be retrieved by the superglobal $_GET variable i.e. in the onscriptinit

Then you need to parse your permalink and go to the correct record.

Hope this puts you on track.

Will try later. Thanks for your help!

LG