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
Interests
coding
Favorite Tags
Member Avatar for durgesh1

Show body field in block programmatically in drupal I make content type testimonial and there is three field title,body and position. i would like to display this in block separately like <ul> <li>title: title here</li><li> body:body</li><li> position:position</li> </ul>

0
75
Member Avatar for durgesh1

i add category in custom post type from wp admin and add post in that category every thing is fine here but when i click on category name on front no post is displaying please help me <?php /* Plugin Name: Institutions Plugin URI: http://adninfosystem.com/ Description: This can be used …

0
84
Member Avatar for durgesh1

Hello thanks in advance i working on project i used query select project_table.project_id as proid,resource_request.*,sum(resource_table.resource_budget)as resourcecost,resource_table.* from project_table left join resource_request on resource_request.project_id = resource_request.project_id left join resource_table on resource_table.resource_id = resource_request.resource_id GROUP BY proid ORDER BY proid DESC its worked but resourcecost is displaying for all project id if …

Member Avatar for durgesh1
0
159
Member Avatar for durgesh1

hello friend i like to make program in which user can selecte product and they can choose on e or more product by clicking add button now i want to save this firstly temporary all selected product when they click on add button and when user click on submit it …

Member Avatar for StephenHero
0
167
Member Avatar for durgesh1

here is html and php code i like to pass video from my database to this via jquery on click action i try to do something like this but it fail jquery code `jQuery("#player").val(data["video"]);` <p> <label style="width:87px">Video:</label> <div id ="show_image2" style= ""> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="player" name="player" width="500" height="300"> <param name="movie" …

Member Avatar for durgesh1
0
314
Member Avatar for durgesh1

i need to modify this query $fields = array("lo.name", "lo.id", "lo.status", "lo.sales_status", "pt.name ptname", "lo.city", "st.name state", "co.name country", "lo.zip", "lo.phone", "lo.email"); $result = $select->selectQuery($fields, "locations lo","LEFT JOIN states st ON st.id = lo.state LEFT JOIN countries co ON co.id = lo.country LEFT JOIN location_types pt ON pt.id = lo.primary_type"); …

Member Avatar for pritaeas
0
89
Member Avatar for durgesh1

hello friend i want to make two combobox in html for state and city and i want when stat is selected from first combobox then corrosponding city name must set automatically in seconed combobox

Member Avatar for pritaeas
0
70
Member Avatar for durgesh1

hello all i have table in which there is one column with checkbox i want to it should hide in one frame and i am calling this frame in another frame method at this time this hidden column should be visible please tell me how this will happen

Member Avatar for JamesCherrill
0
67
Member Avatar for durgesh1

hello friends i like to make screen like windows my computer in which when we click in local disk and then any folder we don't see any new screen it just open all windows in one screen. is it possible to do in java so that we don't call any …

Member Avatar for JamesCherrill
0
257
Member Avatar for durgesh1

hello all i tried to fetch data from databse and try to stored it in an array and i want to compare new value that come from database with array if this new value is already stored in this array i like to executed new query if not in array …

Member Avatar for durgesh1
0
226
Member Avatar for durgesh1

hello all i need to fetch data from two column let me tell how i like to fetch this,i have two table first column is **ledger** in which there is **groupname,balance**.now in seconed table whic name is **groupcreate**,here is **under and name column** heare you *****can create your own group …

Member Avatar for 1stDAN
0
171
Member Avatar for durgesh1

hello all i need to create comobox untill value come from database,example:-if in data base have 5 value then there should be five combox and value should be set in combobox each time automatically anyone help me to how create combobox that should equal to np. of value in database

Member Avatar for stultuske
0
213