- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
9 Posted Topics
Please provide me the web technology profiler tool like [Click Here](http://www.builtwith.com) | |
Re: <html> <head> <script type="text/javascript" src="jquery-1.3.2.min.js"></script> <script type="text/javascript"> $(document).ready(function() { $("tbody[id^='Value']").hide(); $("input[name='Radio']").click(function(){ change_selection(); }); change_selection(); }); function change_selection() { var selected_value = $("input[name='Radio']:checked").val(); $("tbody[id^='Value']").hide(); $("#" + selected_value).show(); } </script> </head> <body> <form action="" method="post" id="SomeForm" ></form> <table> <tbody> <tr> <td class="td-ctr">Size</td> <td class="td-ct"><input type="radio" name="Radio" value="Value1" checked="checked"/> Value <input type="radio" name="Radio" … | |
How to fetch the data of 6 different tables and display them in single datagrid view ? Including the image have to displayed from table and displayed into the table? | |
Extension that are available as free from opencart and, Also provide me the extensions for displaying the categories as side menu ? | |
 If possible provide me the editor like FCKEditor for including into the php file ![]() | |
Re: This link would be use for you ! **http://tympanus.net/codrops/2011/10/19/blur-menu-with-css3-transitions/** | |
My problem is "How to upload the image, while uploading store the filename with the extension in the database and while retrieving the image filename should be taken from the database and file should be taken from corresponding folder" ? | |
What is the usage of "**preg_replace('/\\x13\\x00*$/', '', $plain_text);**" ? |
The End.