Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
~13.4K People Reached
Favorite Tags
Member Avatar for BilalAKhan

I have a simple loop which is matching the letters and giving the equivalent into binary. Forexample I have a sequence of letters as *abc*, then according to the code given below the binary generated will be 000010001000011 and saved in the variable at the end. What I want to …

Member Avatar for TnTinMN
0
784
Member Avatar for BilalAKhan

Hi, I am trying to get the data from the database into the text boxes and then update the data if something is changed in the database. I have successfully tried data binding with the text boxes and the data is displayed in the text boxes based on the session. …

Member Avatar for BilalAKhan
0
160
Member Avatar for BilalAKhan

Hi, I am trying to populate a textbox with the database data taking in consideration the session state. Checking if the session variable has the same name as in database, it should display the rest of the information in text boxes. I have come up with the following code: Protected …

Member Avatar for BilalAKhan
0
152
Member Avatar for BilalAKhan

Hi, I am using TinyMCE as a rich text editor. I need to add an image upload functionality. At first I tried Just Boil Images 2.1 for the upload which gave me a good functionality, but when I switched the operating system and came to Windows 7 it stopped working …

0
53
Member Avatar for BilalAKhan

Hi, I have written a program which reads the text from the text file cleans it for some specific letters or phrases and then saves it in another text file. I am having a problem in rewriting the processed or cleaned data (after it has removed some phrases and characters)onto …

Member Avatar for codeorder
0
1K
Member Avatar for BilalAKhan

Hi, I have created a blog and having a problem in managing the blogs where the user can delete their blogs. I want that if a person logs in, he or she should be able to see only their blogs. For this I am have made the blog table in …

Member Avatar for BilalAKhan
0
160
Member Avatar for BilalAKhan

Hi, I am trying to develop a blog and stuck up in managing the blogs. The logic with which I am working is that the user who has logged in should be able to see his or her own blog to manage it of course. Now for this I have …

Member Avatar for BilalAKhan
0
121
Member Avatar for BilalAKhan

Hi, Can anyone please tell me whats wrong with this piece of code? I am trying to insert email (user name)in the database. This thing is now getting on my nerves. [CODE] if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form")) { $insertSQL = sprintf("INSERT INTO blog (title, specialization, message) VALUES (%s, %s, …

Member Avatar for fobos
0
197
Member Avatar for BilalAKhan

Hi, I have want to insert session variable in my database. I have developed a blog and I want to insert session variable in one of the fields defined in my database. I have the code which can insert other fields in the database but I do not know how …

Member Avatar for BilalAKhan
0
3K
Member Avatar for BilalAKhan

Hi, I am trying to assign the value of text box to a variable in PHP. But I am consistently getting an error. The error says, "Undefined index: fname" and "Undefined index: age ". Can anyone please help me in this matter? How can I resolve this? [CODE] form action="welcome.php" …

Member Avatar for ddymacek
0
6K
Member Avatar for BilalAKhan

Hi, In my website, Blog is a small portion. I have managed to make and insert the blog. In manage blog area I am giving a user this a authority to manage their written blogs. At this point I am getting a problem. When I am logged as 'A' (A …

Member Avatar for simplypixie
0
78
Member Avatar for BilalAKhan

Hi, I have a done the following steps which can help you understanding my problem: 1. I took a decimal point number, suppose 192.123456 2. Then removed the decimal point 3. Concatenated the L.H.S and R.H.S and stored it in a string 4. The string that I got was 192132456 …

Member Avatar for dxider
0
172
Member Avatar for BilalAKhan

Dear All, I have a search page on which I have two DropDownLists. One for Catagory and another for Item. When I select both of them it takes me to the result page and displays the result in GridView. It works for a single value but for more than one …

Member Avatar for khadakbist
0
224
Member Avatar for BilalAKhan

Hi, I have two DropdownLists. One is for Category and another is for Product. The concept is that with each Category and Product selected, the website will display the result on another page and show all the results present in the database. With more than 25 Categories with me and …

Member Avatar for khadakbist
0
139
Member Avatar for BilalAKhan

Hi, I have a problem with asp.net insertion data in SQL data base. I am using SQL Express with ASP.NET 4.0. I had written the code correctly and it was working fine as well, but now it does not insert the data in the database. It started behaving abnormally when …

Member Avatar for nandey
0
313
Member Avatar for gogs85
Member Avatar for BilalAKhan

I have a question regarding the search results. I have two DropDownList items on the page and when I make the selection, they present me the result in the GridView given on the same page. So far I am successful in bringing the data on the same page. I want …

Member Avatar for kvprajapati
0
99