Posts
 
Reputation
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
~2K People Reached
Favorite Tags
Member Avatar for vinpkl

hi all i have a checkbox and input box [code] $others_text=$_REQUEST['others_text']; [/code] [code] <input type="checkbox" value="<?php echo $others_text ?>" name="checkacc[]" id="checkacc[]" /> Others <input type="text" style="width:200px;" name="others_text" /> [/code] i want that the customer should tick the checkbox and enter the information in text box and that information should become …

Member Avatar for fobos
0
54
Member Avatar for vinpkl

hi all I m presently in india but my website is focussed for new zealand and hosting also done in new zealand. so i would like to ask that i should submit my website on which following address : This yahoo india url [url]http://siteexplorer.search.yahoo.com/in/free/request[/url] This is yahoo new zealand url …

Member Avatar for Angela12
0
141
Member Avatar for vinpkl

hi all i have two dynamic drop downs of dealer id and category id which work properly with window.location [code] var dealerid; function getList(xyz) { window.location='manage_products.php?category_id=' + xyz; } function getProducts(dealer_id) { var catid=document.form1.category.value; window.location='manage_products.php?dealer_id=' + dealer_id + "&category_id="+catid ; } [/code] but now i want to add static drop …

Member Avatar for essential
0
203
Member Avatar for vinpkl

hi all i have my lougout.php which destroys sessions and session ids on logout. I want to have same effect means i want to call this logout.php script when the user closes the "browser tab". as these are the days of "browser tabs" so this is very important for me. …

Member Avatar for ~s.o.s~
0
2K