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
3
Posts with Downvotes
3
Downvoting Members
3
1 Commented Post
0 Endorsements
~8K People Reached
Favorite Tags

13 Posted Topics

Member Avatar for Sushi

Great Binary Search Recursive Function. Cheers. :) [QUOTE=tyameh;853365][code=c] #include<stdio.h> #include<conio.h> void main() { int a[10],i,item; void binary(int x[10],int beg,int end,int y); clrscr(); for(i=0;i<10;i++) { printf("enter no.:"); scanf("%d",&a[i]); } printf("enter no. to be found:"); scanf("%d",&item); binary(a,0,9,item); getch(); } void binary(int x[10],int beg,int end,int y) { int mid,z; if(beg<=end) { mid=(beg+end)/2; if(x[mid]==y) …

Member Avatar for WaltP
0
279
Member Avatar for joshisumitnet

Dear Friends, Please help me out to display a Collage page same link in [url]http://bestuff.com[/url] The images are generated in random size through CSS. I am confused how to display images like in varying size? Please help me out. I am on deadline. I thought lot but could not succeeded. …

Member Avatar for joshisumitnet
0
293
Member Avatar for joshisumitnet

Dear Friends, The problem I am facing a that how to Hide and Unhide Div tags in IE7 and IE8? My code is [CODE]<div> <a href='javascript:void(0)' onclick='DisplayAddComment();'> <img src="../images/AddComment.jpg" border="0"/> </a> </div>[/CODE] and javaScript Function is [CODE]var m=1; function DisplayAddComment() { if(m==1) { document.getElementById("dvAddComments").style.visibility="visible"; document.getElementById("dvAddComments").style.display="table"; m=0; } else { document.getElementById("dvAddComments").style.visibility="hidden"; …

Member Avatar for Taywin
0
1K
Member Avatar for joshisumitnet

Dear Friends, I am using FCKEditor in my website. It's working all over in website fine. But there is one page in which it does not showing properly. I tried all things but in that page is does not showing properly. I have one hidden div tag. When user clicks …

Member Avatar for joshisumitnet
0
187
Member Avatar for joshisumitnet

Dear Friends, I want to know that how can we compare two hebrew string in MySQL database? I tried and search a lot on net but still could not found the answer. My website is dealing with Hebrew(main) and English as well. So please let me know How can I …

Member Avatar for smantscheff
0
568
Member Avatar for joshisumitnet

Dear Friends, I want help to generate [url]www.bestuff.com[/url] like paging in my application because my client want same thing and in today's era this thing is found everywhere. I searched a lot but still could not found help. Here I am providing link to that paging so that you can …

Member Avatar for joshisumitnet
0
110
Member Avatar for joshisumitnet

Dear Friends, I am following the bestuff.com's active member session. I am doing the following thing... 1. when user logs in, I update my database's field with value 'O' (means user is logged in and fires query which has flag value 'O') But the problem is how to check user's …

Member Avatar for joshisumitnet
0
416
Member Avatar for steven01

Dear Friend, Please go to this link [url]http://w3schools.com/php/php_ajax_rss_reader.asp[/url] It has explained how to read RSS feed with very easy example and working successfully. You can visit my site in which I have used that example here [url]http://sabsyp.com/rss/simple.php[/url] It may take few seconds to load becaused it fetches RSS feed from …

Member Avatar for joshisumitnet
0
472
Member Avatar for jessica81

[QUOTE=hemalatha.a.s;166759]hai i am also new[/QUOTE] Hi, The below link has given the help that how to create foreign key in MySQL? Its really great help. [url]http://www.1keydata.com/sql/sql-foreign-key.html[/url] Cheers :)

Member Avatar for hirenpatel53
0
206
Member Avatar for joshisumitnet

Hi, All Friends Here I am showing you how to Redirect from Window Application to Web Application from VB.NET or C#.NET. The below code is from my VB.NET application. Just copy and paste the code into your application and you will see the magic. [CODE] Private Sub sitelink_LinkClicked(ByVal sender As …

0
107
Member Avatar for Valdemar009

How to unmount "d" as I have mounted it. Please help me Thank you [QUOTE=nitrr_student;641129]Even i faced this problem now here is the solution Install the software DOSBox ver 0.72 ( 1.2 MB ) (Freeware) from the link below (Direct Link) [url]http://prdownloads.sourceforge.net/dosbox/DOSBox0.72-win32-installer.exe?download[/url] Before going to the details u have to …

Member Avatar for jephthah
0
161
Member Avatar for joshisumitnet

My Dear Friends, Can anybody tell me how to use Web Services using PHP? I want to do following things in my website: 1. I want to use RSS feed in my website. 2. Want to display latest news from other sites who are providing this facility. 3. Want to …

0
107
Member Avatar for egoleo

Hi, Friends. Here is the easiest way to select multiple checkboxes and then also reading their values and make our task. The below code is to read the checkbox array. Its self explanatory.[CODE] <?php if(isset($_POST['submit'])) { if(isset($_POST['check_list'])) { $fields = $_POST['check_list']; if (is_array($fields)) { echo "<pre>"; print_r($fields); echo "</pre>"; foreach …

Member Avatar for joshisumitnet
0
4K

The End.