- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
52 Posted Topics
[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 …
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 …
hi i think you refear this link [url]http://www.php-mysql-tutorial.com/wikis/mysql-tutorials/uploading-files-to-mysql-database.aspx[/url]
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 …
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.
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 …
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 …
Can any one suggest me where i can get free blog templates similar to below template. [url]http://blog.artoflegendindia.com[/url]
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 …
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 …
[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.
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]
[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!
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
I need simple product management script which is able to perform -add new product. -delete product. -update product. -view product -keval
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
Hi, I am searching a online quiz cms or script which provide user login and admin area for managging quiz. thanks. -keval
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]
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
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
You can develop mobile site using WML and PHP. You can use Emulator such WAP Proof for test your website. -keval
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 …
Try Google Gmap API with geo locattion of each place. -keval
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 …
i dont know your answer but you use sha1algorithm to incrept the password
[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.
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
hi i want to develope a community site plz some one give suggestion which cms system i have to use. -keval
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
Hi, I Want to Send HTML mail with Image and logo. pls some one help me how i can do it. Thanks -keval
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
You need AJAX TO Perform this work.
1. You can try XAMPP 2. check the port is free that is used by WAMP.
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 …
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
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 …
[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
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: …
[B]load data infile "filename.txt" into table tablename fields terminated by ","[/B] You can run above query for that.
You may get some help here: [URL="http://plugins.jquery.com/project/hotkeys"]http://plugins.jquery.com/project/hotkeys[/URL]
[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.
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.
[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 …
Your Script Giving Following Error: Fatal error: Class 'Page' not found in C:\xampp\htdocs\upload\test.php on line 22 First Solve This
[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 …
Welcome to World Of Logic.
Hi, I am php programmer but i don't have site designing knowledge can any one help me how to create login dialog box same as Daniweb.com site login dialog. Thanks in advance.
hi, I am php programmer and i want to develop website in Gujrati (Indian Language). Can any one Help me how i can do this. thanks...
The End.
keval_hack