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 #107.55K
1 Posted Topic
Re: When a user is sent with some info on url for example [url]http://localhost/integra/store/materialmaster.php?do=4&matid=[/url] $action = $_GET[do]; and this code should go to the bottom of the page before the </body> so that all the data can be accessed. [CODE]<?php if($action==1) { print("<script language = 'javascript'>display_container('disp1')</script>"); } if($action==2) { print("<script language … |
The End.