Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
2 Posted Topics
Try using meta viewport tag under head section of your html document. <meta name="viewport" content="width=device-width, user-scalable=no">
Yes u can do someting like .... <?php function somefunction(){ ..... } if(!empty($_GET['function'])){ $_GET['function'](); } ?> <html> <head> ........ </head> <body> <a href="currentpage.php?function=somefunction"></a> </body> </html>
The End.
Nutan_1