Forum: PHP 1 Day Ago |
| Replies: 1 Views: 56 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 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 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 |
Forum: PHP 6 Days Ago |
| Replies: 9 Views: 215 |
Forum: PHP 6 Days Ago |
| Replies: 9 Views: 215 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 |
Forum: PHP 6 Days Ago |
| Replies: 9 Views: 215 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 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 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 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 |
Forum: Java Aug 6th, 2008 |
| Replies: 6 Views: 518 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 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 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 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 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 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 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 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 |
Forum: C++ Jun 27th, 2008 |
| Replies: 11 Views: 489 |
Forum: C++ Jun 27th, 2008 |
| Replies: 11 Views: 489 |
Forum: C++ Jun 27th, 2008 |
| Replies: 11 Views: 489 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 |
Forum: C++ Jun 25th, 2008 |
| Replies: 1 Views: 473 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 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 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 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 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 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 |
Forum: C++ Jun 23rd, 2008 |
| Replies: 4 Views: 1,184 |
Forum: C++ Jun 21st, 2008 |
| Replies: 4 Views: 1,184 |
Forum: C++ Jun 13th, 2008 |
| Replies: 0 Views: 468 |
Forum: C++ Jun 10th, 2008 |
| Replies: 7 Views: 1,436 |
Forum: C++ Jun 10th, 2008 |
| Replies: 7 Views: 1,436 |
Forum: C++ Jun 9th, 2008 |
| Replies: 6 Views: 397 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 |
Forum: C++ Jun 9th, 2008 |
| Replies: 6 Views: 397 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; |