Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
38% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
4
Posts with Downvotes
3
Downvoting Members
4
0 Endorsements
Ranked #2K

54 Posted Topics

Member Avatar for keval_hack

[I]Interesting tricky program using C & C++: [/I] [B]Program 1:[/B] Create a Program which produce output "Hello World" , the program must not contains semicolon ; in other word any statement of the program will not have a termination semicolon. [B]Program 2:[/B] Write a C or C++ program which run …

Member Avatar for Ahamed_1
-1
2K
Member Avatar for Dave Sinkula

I also Found Some helpful Ebooks on following Links... Free C++ Ebooks

Member Avatar for shahidali6
11
10K
Member Avatar for jrotunda85

Hi, Its very simple you just need to create database in MySQL. Suppose your database will be as under. You need to make database which contains following: Store Name Add1 Add2 City Pincode Latitude Longitude After creating and filling some data in it you need to Integrate google map in …

Member Avatar for Yong woon
0
582
Member Avatar for vizz

hi i think you refear this link [url]http://www.php-mysql-tutorial.com/wikis/mysql-tutorials/uploading-files-to-mysql-database.aspx[/url]

Member Avatar for diafol
0
2K
Member Avatar for keval_hack

hi, [CODE] #include<stdio.h> #include<conio.h> struct cricket { char name[10]; char teamname[10]; float batavg; }c1[5]; void main() { int i,j; clrscr(); for(i=0;i<2;i++) { printf("Enter name:"); scanf("%s",c1[i].name); printf("Enter Team Name:"); scanf("%s",c1[i].teamname); printf("Enter Batting avg:"); scanf("%f",&c1[i].batavg); } for(i=0;i<2;i++) { printf("%s\n",c1[i].name); printf("%s\n",c1[i].teamname); printf("%f\n",c1[i].batavg); } getch(); } [/CODE] When i running the above program which …

Member Avatar for chiragkhimani
0
298
Member Avatar for keval_hack

I want one TextField on Applet and user enters URL in that TextField and then displays the document of the URL string in a new browser window.

Member Avatar for NormR1
0
85
Member Avatar for keval_hack

Hi Expert, I want to set my application (Exe file) to run when some one just start computer and doesn't need to login in to any account. I find a way that set application to run as startup but it requires user to login in to account. But i want …

Member Avatar for Reverend Jim
0
264
Member Avatar for synaps

Hi, You want to learn C++ then you have to learn following basic things first. 1.Which header files must be included to run C++ program. 2.Which extension must be given to C++ program. 3.How to take input from user. 4.How to display output of program to user. 5.Then in next …

Member Avatar for cherrymae.calma
0
205
Member Avatar for emmas4impact

You have to make database of location which contains Latitude and Longitude of [B][B]Farm Land[/B][/B] and name of location. So your database is as below. Farm_id Farm_Name Latitude Longitude Then start collecting data. Now the main thing is [URL="http://www.indiastudychannel.com/resources/137612-How-integrate-google-map-your-website.aspx"]Integrate google map in to your website[/URL] Now see the above tutorial …

Member Avatar for emmas4impact
0
972
Member Avatar for keval_hack

Can any one suggest me where i can get free blog templates similar to below template. [url]http://blog.artoflegendindia.com[/url]

Member Avatar for codewall
0
68
Member Avatar for keval_hack

I have seen many threads on Google MAP API implementation i have posted replies on many threads but its better to start new thread as tutorial on Google Map API Intigration using PHP. Read this tutorial [URL="http://www.indiastudychannel.com/resources/137612-How-integrate-google-map-your-website.aspx"]How to integrate google map in to your website[/URL]. This tutorial explains step by …

0
54
Member Avatar for ayan

Method Overloading means more than one function have a same name but different signature. Signature includes following things: -> Number of Arguments. -> Types of Arguments. -> Sequence of Arguments. Method overloading is Compile Time Polymorphism. [URL="http://indiastudychannel.com/resources/139646-Method-Overloading-JAVA.aspx"]Read This tutorial to understand examples in Java.[/URL] [URL="http://indiastudychannel.com/resources/137189-Polymorphism-OOPs.aspx"]Read this tutorial[/URL] to under stand …

Member Avatar for keval_hack
0
121
Member Avatar for rutaba

[URL="http://www.indiastudychannel.com/resources/137612-How-integrate-google-map-your-website.aspx"][B]Visit this tutorial [/B][/URL] which explains implementation of Google Map with example. If you still have any query please ask.

Member Avatar for keval_hack
0
204
Member Avatar for joban.ali

You need to make database which contains following: Location Name Latitude Longitude Then you have to fire a query which fetch specific record based on Location_ID and display marker at that Lat and Log. You can get details explanation on Below link: [url]http://www.indiastudychannel.com/resources/137612-How-integrate-google-map-your-website.aspx[/url]

Member Avatar for keval_hack
0
304
Member Avatar for keval_hack

[url]http://testfunda.com/ExamPrep/LearningResources/qod/cat-question-of-the-day.htm?AssetID=9f23d94b-e3bf-499b-9bb1-701adb76d8e3[/url] visit this site see the footer which is at the bottom of the website. Can any one tell me how can i design this type of footer or is there any read made plugin available for that. Pls help me!

Member Avatar for tinymark
0
435
Member Avatar for keval_hack

Hi, [B]Error Detection and Correction Techniques:[/B] Single Bit Parity Block Parity Checksum CRC Checksum Hamming Code Where can i get the C++ program implementation of above methods. Please Help me! -keval kothari

0
75
Member Avatar for keval_hack

I need simple product management script which is able to perform -add new product. -delete product. -update product. -view product -keval

Member Avatar for sudeepjd
0
54
Member Avatar for fsl4faisal

You can search on Google with some thing like "hotel management project using php" but i give you advice make your own project don't take ready from net so you realize how the projects developed. -keval

Member Avatar for xinam
-1
111
Member Avatar for keval_hack

Hi, I am searching a online quiz cms or script which provide user login and admin area for managging quiz. thanks. -keval

0
55
Member Avatar for keval_hack

I have one question? :icon_question:-Why there is a gap between ASCII Value of A-Z (65-90) and ASCII Value of a-z (97-122) I think they have to start A-Z (65-90) and a-z from 91 but there is a gap of some special symbol why there is this gap? [ATTACH]16749[/ATTACH]

Member Avatar for gusano79
0
80
Member Avatar for keval_hack

Hay, every one seen the of twitter ,facebook ,diggs and google buzz. How can i implement same plugin im my site. I success fully implemented the google buzz plugin but not any other. pls help me. -keval

Member Avatar for mazeroth
0
116
Member Avatar for keval_hack

Hi, I want the name of all University in india. please any one can give me name of site where can i get the list of all indian university. -keval

Member Avatar for Ankit_Parmar
0
79
Member Avatar for JameB

You can develop mobile site using WML and PHP. You can use Emulator such WAP Proof for test your website. -keval

Member Avatar for keval_hack
0
103
Member Avatar for swi2
Member Avatar for nick3592

You have to make one "[B].htaccess[/B]" file in your directory which you want to make secure from other users. and put following code in this file. [CODE]AuthType Basic AuthName "FORBIDDEN AREA" AuthUserfile "../htdocs/forbidden/.htpasswd" Require valid-user [/CODE] Or U can copy same file from your C:\xampp\htdocs\forbidden folder. or where ever your …

Member Avatar for keval_hack
0
97
Member Avatar for muralibobby2015
Member Avatar for muralibobby2015
0
131
Member Avatar for keval_hack

Hi, I want to make a php validation for textbox which limit user to enter only character. i using following code [CODE]function validate_alpha($val) { return eregi("[^0-9]",$val); } [/CODE] if i type 123 it will give error. that is ok. but when i type keval123 it doesn't produce error. how to …

Member Avatar for swi2
0
121
Member Avatar for Xufyan
Member Avatar for keval_hack
0
118
Member Avatar for keval_hack

[URL="http://download.cnet.com/3001-7240_4-10398150.html?spi=f2d379a61eea51a632f41e56cfd116f3&part=dl-6271747"]http://download.cnet.com/3001-7240_4-10398150.html?spi=f2d379a61eea51a632f41e56cfd116f3&part=dl-6271747[/URL] I want to make footer like this site in my website pls some help me.

Member Avatar for Dandello
0
88
Member Avatar for keval_hack

I have data.sql file and there is 151262 insert statement in SQL file. but while i try to IMPORT it in MYSQL database this give me following error. Fatal error: Maximum execution time of 300 seconds exceeded in C:\xampp\phpmyadmin\libraries\import\sql.php on line 111 Pls give some solution for this Problem. -keval

Member Avatar for tesuji
0
2K
Member Avatar for keval_hack

hi i want to develope a community site plz some one give suggestion which cms system i have to use. -keval

Member Avatar for diafol
0
115
Member Avatar for keval_hack

Hi, Can any one tell me how to make secure php site or what is the key point for making secure website using php. -keval

Member Avatar for metalix
0
516
Member Avatar for keval_hack

Hi, I Want to Send HTML mail with Image and logo. pls some one help me how i can do it. Thanks -keval

Member Avatar for almostbob
0
120
Member Avatar for xofth

You have to use session for this. 1) first start the session when user success login and store username in $_SESSION array then give the conditio if session variable contains usename than display "welcome username" otherwise display login box. -keval

Member Avatar for keval_hack
0
84
Member Avatar for Member 784854
Member Avatar for faizabest
Member Avatar for faizabest
0
118
Member Avatar for ptemedia

Below i modified your script and now it check for null value. [CODE]<html> <head> <script language="JavaScript" type="text/javascript"> function verify ( form ) { if (form.email.value == "") { alert( "Please enter your email address." ); return false ; } else { return true ; } } </script> </head> <body> <form …

Member Avatar for ptemedia
0
242
Member Avatar for elearnindia

in file [B]classifiedform.php[/B] on line no 58 [CODE]<div id="Sub-Category">[/CODE] You don't have a space in [B]Sub-Category[/B]. But in Ajax code on line no 24 [CODE] document.getElementById("Sub- Category").innerHTML=xmlHttp.responseText[/CODE] You have a space in [B]Sub- Category [/B]. Due to this may be your script not working. -keval

Member Avatar for elearnindia
0
126
Member Avatar for satees

I am using "Web Content Extractor" this software for Grabing data from other website. it provides lots of facility and it save data in tabular format which u can define and you can export this to format u want such as excel(xls) or csv and other. I think this is …

Member Avatar for keval_hack
0
123
Member Avatar for popinthecan

[URL="http://www.daniweb.com/forums/thread293742.html"]http://www.daniweb.com/forums/thread293742.html[/URL] visit my reply on this forum.i given full script for link counter but instead u have to give this for image . -keval

Member Avatar for popinthecan
0
2K
Member Avatar for bashaash

Now you need AJAX to perform your link counter operation. I created simple example for u. [B]First Create Database[/B]:link_counter [B]Now Create Table[/B]:link Execute following query in query window to create table with data. [CODE] -- phpMyAdmin SQL Dump -- version 3.1.1 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: …

Member Avatar for bashaash
0
4K
Member Avatar for kirtan_thakkar

[B]load data infile "filename.txt" into table tablename fields terminated by ","[/B] You can run above query for that.

Member Avatar for muralibobby2015
0
109
Member Avatar for knaresh

You may get some help here: [URL="http://plugins.jquery.com/project/hotkeys"]http://plugins.jquery.com/project/hotkeys[/URL]

Member Avatar for keval_hack
0
99
Member Avatar for RicardoE

[URL="http://www.turningturnip.co.uk/free-mysql-php-generator/"]http://www.turningturnip.co.uk/free-mysql-php-generator/[/URL] here you can user online php code generator.

Member Avatar for keval_hack
0
138
Member Avatar for Manny7

You can use CMS (Content Management System) for your cart solution such as ZenCart or OsCommerce. This CMS provide secure cart and payment gateway for your site.

Member Avatar for keval_hack
0
124
Member Avatar for keval_hack

[B][COLOR="Green"]Prerequisites[/COLOR][/B] No special development tools are required in order to take advantage of Google's mapping API; all that is necessary is a text editor, Web browser, and a public Web server from which the scripts can be served. Note the server must be public, you can't develop on an internal …

0
59
Member Avatar for sastudent

Your Script Giving Following Error: Fatal error: Class 'Page' not found in C:\xampp\htdocs\upload\test.php on line 22 First Solve This

Member Avatar for pzuurveen
0
129
Member Avatar for Kedora19

[CODE] include 'include/dbc.php'; [/CODE] This line include the database configuration file where the connection with mysql and database is established. [CODE] $rs_duplicate = mysql_query("select count(*) as total from [B]users[/B] where user_name='$validateValue' ") or die(mysql_error()); [/CODE] You must have one table in mysql database named [B]users[/B] where your user information is …

Member Avatar for Kedora19
0
171
Member Avatar for Gursahib Singh
Member Avatar for cyn4kids

The End.