User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 455,998 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,841 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 40 of 90
Search took 0.01 seconds.
Posts Made By: Aamit
Forum: PHP 1 Day Ago
Replies: 1
Views: 56
Posted By Aamit
Show time on page without refresh??

Hi..

<?php
$today = mktime(date('g')+5,date('i')+30,date('s'));
$today=date("M j Y g:i a",$today);
echo $today;
?>


When i am refreshing page only that time i got...
Forum: JavaScript / DHTML / AJAX 4 Days Ago
Replies: 0
Views: 106
Posted By Aamit
How to search data?

Hi.. I am creating one table has huge data.
creating one input text & search button.
when put some string i.e. anything we want as input in text field
when click on search button...

I want to show...
Forum: PHP 4 Days Ago
Replies: 0
Views: 55
Posted By Aamit
About search data??

Hi.. I am creating one table has huge data.
creating one input text & search button.
when put some string i.e. anything we want as input in text field
when click on search button.....
I want to...
Forum: PHP 6 Days Ago
Replies: 9
Views: 215
Posted By Aamit
Re: About alert box?

<?
$mode=$_GET['mode'];
if($mode="postdata")
{
postdata();
}
?>

<html>
<head>
Forum: PHP 6 Days Ago
Replies: 9
Views: 215
Posted By Aamit
Re: About alert box?

script at bottom ??
And how to call it???

Example plz??
Forum: PHP 6 Days Ago
Replies: 9
Views: 215
Posted By Aamit
Re: About alert box?

<script>
function AL(){
alert("Test message");
}
</script>
<script type="text/javascript">
function te(){
window.location.href="YOURFILE.php";
}
</script>
Forum: PHP 6 Days Ago
Replies: 9
Views: 215
Posted By Aamit
Re: About alert box?

can you give me example code for..
How to call alert??
Forum: PHP 6 Days Ago
Replies: 9
Views: 215
Posted By Aamit
About alert box?

In my php file

echo "<script>alert('Username/password pair is invalid.Please try again.')</script>";
echo"<script language='javascript'>window.location.href='login.php'</script>";


I am displaying...
Forum: Java Sep 22nd, 2008
Replies: 1
Views: 399
Posted By Aamit
Connection to oracle 9i??

Hi..I am trying to connect oracle which is on my pc.i am using oracle 9i.
i am creating 1 customer table & trying to display it.

import java.sql.*;
import java.net.*;
public class JdbcDemo{
public...
Forum: Java Aug 6th, 2008
Replies: 6
Views: 518
Posted By Aamit
Re: About javaMail??

public class SendMailUsingAuthentication
{
private static final String SMTP_HOST_NAME = "smtp.gmail.com";
private static final String SMTP_AUTH_USER = "vpatil";
private static final String...
Forum: Java Aug 6th, 2008
Replies: 6
Views: 518
Posted By Aamit
Re: About javaMail??

import java.util.Properties;
import javax.mail.Authenticator;
import javax.mail.Message;
import javax.mail.MessagingException;
import javax.mail.PasswordAuthentication;
import...
Forum: Java Aug 6th, 2008
Replies: 6
Views: 518
Posted By Aamit
Re: About javaMail??

Plz give me simple example that i can send email ... through smtp server..
Forum: Java Aug 6th, 2008
Replies: 6
Views: 518
Posted By Aamit
About javaMail??

Hi ..
I am new to JavaMail...

http://209.85.175.104/search?q=cache:h2HRteCAXKoJ:www.zukowski.net/WebTech-JavaMail.ppt+javamail+faq&hl=en&ct=clnk&cd=4&gl=in
i am trying to run this code ...from this...
Forum: Java Jul 30th, 2008
Replies: 0
Views: 332
Posted By Aamit
About How to run JavaMail programs??

import java.util.*;
import javax.mail.*;
import javax.mail.internet.*;
import javax.activation.*;

// Send a simple, single part, text/plain e-mail
public class TestEmail {

public static void...
Forum: Java Jul 28th, 2008
Replies: 1
Views: 813
Posted By Aamit
how to create smtp server java

i want create java mail application...
but when i read sample programs there is smtp server
String mailHost = "your.smtp.server";
or smtp.gmail.com

how i get this server or how to create smtp server...
Forum: C++ Jul 9th, 2008
Replies: 0
Views: 140
Posted By Aamit
regarding Audio checking??

I want to check

1> Audio driver is installed or not??
2> Sound is mute or not??
3> Sound card is attached to comp or not??

How to do this through programing??
Is it any registry entry or log file...
Forum: C++ Jul 4th, 2008
Replies: 1
Views: 200
Posted By Aamit
Re: About converting files??

http://www.outlookcode.com/threads.aspx?forumid=4&messageid=26074

I found this but can't understand how to do it in c++????
Forum: C++ Jul 4th, 2008
Replies: 1
Views: 200
Posted By Aamit
About converting files??

I want to convert outlooks pst file in xls i.e. excel file...through program in c++??
How to do this??
how to get all the data from inbox into another folder??
any command that converts these files...
Forum: Java Jul 4th, 2008
Replies: 2
Views: 338
Posted By Aamit
About my problem defination??

Hi...i m new to java....
problem defination:---
Book store is basically a collection of variety of books. Store has various sections like art, world history, literature technical, and so on. All...
Forum: Windows NT / 2000 / XP / 2003 Jul 4th, 2008
Replies: 1
Views: 178
Posted By Aamit
About sound driver??

I want to check whether sound drivers are installed or not???
There is any registry file or log or inf or sys file that shows sound driver are installed or not??
Forum: C++ Jun 27th, 2008
Replies: 11
Views: 489
Posted By Aamit
Re: Program gives don't send Error??

so plz tell me what is the solution for it??
Forum: C++ Jun 27th, 2008
Replies: 11
Views: 489
Posted By Aamit
Re: Program gives don't send Error??

i m using dev c++ 4.9.9.2 version
Forum: C++ Jun 27th, 2008
Replies: 11
Views: 489
Posted By Aamit
Re: Program gives don't send Error??

Code is compiling.

i m also given convert.h .....
plz check out....
Forum: C++ Jun 27th, 2008
Replies: 11
Views: 489
Posted By Aamit
Program gives don't send Error??

#include<stdio.h>
#include<conio.h>
#include<string>
#include<stdlib.h>
#include <iostream>
#include <cstdlib>
#include "convert.h"

using namespace std;
int check(string);
Forum: C++ Jun 26th, 2008
Replies: 1
Views: 160
Posted By Aamit
program goes in infinite loop??

Day:
printf("\n1:Mon\t2:Tue\t3:Wed\t4:Thu\n5:Fri\t6:Sat\t7:Sun\nEnter value-> ");
scanf("%d",&x);
char...
Forum: C++ Jun 25th, 2008
Replies: 1
Views: 473
Posted By Aamit
Problem in copy string??

#include<stdio.h>
#include<conio.h>
#include<string>
#include <iostream>
#include<stdlib.h>
#include "convert.h"

using namespace std;
int check(string);
string send(string);
Forum: C++ Jun 24th, 2008
Replies: 4
Views: 257
Posted By Aamit
Re: about my program ??

Information about Schtasks.exe in xp for creation schedule task ???

link or example to create schedule task through command prompt ???
Forum: C++ Jun 24th, 2008
Replies: 4
Views: 257
Posted By Aamit
about my program ??

i am creating shedule task program ..
eg. daily ...
i want to create this program like
when pc restart or on...
i want this exe check this timing automatically and executes at that time
How to do...
Forum: C++ Jun 23rd, 2008
Replies: 1
Views: 225
Posted By Aamit
problem in executing command??

#include <stdio.h>
#include<conio.h>
#include<string>
#include<iostream>
using namespace std;
int main()
{
string aa ,bb;

aa="mycomp"; //Comp name
Forum: C++ Jun 23rd, 2008
Replies: 6
Views: 454
Posted By Aamit
Re: Seperate each string from line??

i m modifying my problem definition here :--

Here is my file text file data

Tree Bush
Apple Mango
Animal Dog
Animal2 Cat

i want Tree in str1 ie string
Forum: C++ Jun 23rd, 2008
Replies: 6
Views: 454
Posted By Aamit
Re: Seperate each string from line??

Here is my file text file data

Tree Bush
Apple Mango
Animal Dog
Animal2 Cat

i want Tree in 1 string and Bush in 2nd string so i m trying to collect them bCoz they separated by space
How to...
Forum: C++ Jun 23rd, 2008
Replies: 6
Views: 454
Posted By Aamit
Seperate each string from line??

Here is my file text file data

Tree Bush
Apple Mango
Animal Dog
Animal2 Cat


#include <stdio.h>
#include<conio.h>
Forum: C++ Jun 23rd, 2008
Replies: 4
Views: 1,184
Posted By Aamit
Re: How to store string in array??

Here is my file text file data

Tree Bush
Apple Mango
Animal Dog
Animal2 Cat


#include <stdio.h>
#include<conio.h>
Forum: C++ Jun 21st, 2008
Replies: 4
Views: 1,184
Posted By Aamit
How to store string in array??

I want to store my file data in array??

List.txt contains
Xyz Abc
Lmn Pqr
Hij Klm


#include <stdio.h>
#include<conio.h>
Forum: C++ Jun 13th, 2008
Replies: 0
Views: 468
Posted By Aamit
How to find server ip??

I want to find server Ip.
Server and clients are connected in Lan .....
how to do this??
Forum: C++ Jun 10th, 2008
Replies: 7
Views: 1,436
Posted By Aamit
Re: Check folder exists or not??

I m not getting..it..

some more info or example code plz...
Forum: C++ Jun 10th, 2008
Replies: 7
Views: 1,436
Posted By Aamit
Check folder exists or not??

#include<windows.h>
#include<stdio.h>
#include<conio.h>

int main()
{
system("mkdir c:\\Imp");
getch();
}
Forum: C++ Jun 9th, 2008
Replies: 6
Views: 397
Posted By Aamit
Re: Regarding client-server ???

#include<conio.h>
#include <stdio.h>
#include "winsock2.h"
#include<iostream>
#include<fstream>
#include <stdlib.h>
#include<string>

using namespace std;
int i=1;
Forum: C++ Jun 9th, 2008
Replies: 6
Views: 397
Posted By Aamit
Re: Regarding client-server ???

i m using. XP...
server is continuously running ....
i m forget to add renaming of file code...
Forum: C++ Jun 9th, 2008
Replies: 6
Views: 397
Posted By Aamit
Re: Regarding client-server ???

#include<conio.h>
#include <stdio.h>
#include "winsock2.h"
#include<iostream>
#include<fstream>
#include <stdlib.h>
#include<string>

using namespace std;
int i=1;
Showing results 1 to 40 of 90

 
All times are GMT -4. The time now is 9:46 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC