I am trying to send a link through email, which can be used to open a certain app from gmail or browser. When I tried using with a normal link(eg: https://www.google.com), it worked, but when used my schema, it is not working.
Url Schema:
<?php $url = '<html><body>' $url .= '<a href = "urlscheme://">Click Here</a> $url .= '</body></html>' ?>
Https Link:
<?php $url = '<html><body>' $url .= '<a href = "https://www.google.com">Click Here</a> $url .= '</body></html>' ?>
1.4m articles
1.4m replys
5 comments
57.0k users