Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~2K People Reached
Favorite Tags

9 Posted Topics

Member Avatar for sriramkarthick

Please provide me the web technology profiler tool like [Click Here](http://www.builtwith.com)

Member Avatar for sriramkarthick
0
235
Member Avatar for alex910TN

<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" …

Member Avatar for Patrickoller
0
876
Member Avatar for sriramkarthick

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?

Member Avatar for pritaeas
0
128
Member Avatar for sriramkarthick

Extension that are available as free from opencart and, Also provide me the extensions for displaying the categories as side menu ?

Member Avatar for pritaeas
0
123
Member Avatar for sriramkarthick

what will be result of the following ? "$qry_expirydt="SELECT ('".$stdate."' +INTERVAL ".$day." Month) as expirydt";" especially explain about (+INTERVAL) and (Month) used in the query ???

Member Avatar for pritaeas
0
115
Member Avatar for sriramkarthick

![8879e41bbac91150577048d2bb602f32](/attachments/large/4/8879e41bbac91150577048d2bb602f32.png "8879e41bbac91150577048d2bb602f32") If possible provide me the editor like FCKEditor for including into the php file

Member Avatar for diafol
0
262
Member Avatar for RCrizt

This link would be use for you ! **http://tympanus.net/codrops/2011/10/19/blur-menu-with-css3-transitions/**

Member Avatar for sriramkarthick
0
184
Member Avatar for sriramkarthick

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" ?

Member Avatar for 203428
0
262
Member Avatar for sriramkarthick

What is the usage of "**preg_replace('/\\x13\\x00*$/', '', $plain_text);**" ?

Member Avatar for n21115
0
267

The End.