Search found 9 matches
- Thu Jul 10, 2008 5:51 am
- Forum: PHP - Code
- Topic: form value not taking.......
- Replies: 1
- Views: 229
form value not taking.......
Hi... am using calender to select DOB in my form.. for that i have used java script. how need to take value of DOB from form and need to insert into DB my form is <html> <head> <script language="JavaScript" type="text/javascript" src="calendar.js"></script> </head> <bod...
- Wed Jul 09, 2008 2:41 am
- Forum: PHP - Code
- Topic: Check availability of user name in database
- Replies: 3
- Views: 2441
Re: Check availability of user name in database
Thank u suresh..now its working
- Wed Jul 09, 2008 12:06 am
- Forum: PHP - Code
- Topic: Check availability of user name in database
- Replies: 3
- Views: 2441
Check availability of user name in database
Hi.. am trying to check whether user name entered by user is available or not. for that i need to check database. By using on change function i can do that.but am trying to put button with value Check.On click of button it has to check with database and result has to be display in the DIV area. this...
- Tue May 20, 2008 5:30 am
- Forum: PHP - Code
- Topic: date increment problem
- Replies: 1
- Views: 243
date increment problem
hi..
how can i increment a date
$date= date("m.d.Y");
echo $date;
$next_date = $date+1;
echo $next_date;
Now,it will display 20.05.2008 as date and 21.05 as next_date..
pls tell me how to increment only date by one.
how can i increment a date
$date= date("m.d.Y");
echo $date;
$next_date = $date+1;
echo $next_date;
Now,it will display 20.05.2008 as date and 21.05 as next_date..
pls tell me how to increment only date by one.
- Fri May 16, 2008 2:33 am
- Forum: PHP - Code
- Topic: substring
- Replies: 3
- Views: 179
Re: substring
actually problem occurs in the string assigned to variable... string assigned to the variable consists double quote("PostPageT('booayt28.05.2008uze2u','false'); ") inside a sting.....in normal cases i can make it as single quote..but the thing is i cant modify the string.am getting this st...
- Fri May 16, 2008 1:58 am
- Forum: PHP - Code
- Topic: substring
- Replies: 3
- Views: 179
substring
hi folks... Variable contains a string which includes html tags...etc... i need to get booayt28.05.2008uze2u from the variable string... am trying like this...but its not showing any o/p $string = "<tr><td bgcolor='#E5ECF9' valign='top'>28.05.2008<BR>Bodø</td><td bgcolor='#E5ECF9' valign='top'>...
- Wed May 14, 2008 4:54 am
- Forum: PHP - Code
- Topic: looping....
- Replies: 1
- Views: 99
looping....
hi folks.. i have some html tags in some variable....like $string ="<table> <tr><td colspan='5' height='3'></td></tr><tr><td bgcolor='#E5ECF9' valign='top'>28.05.2008<BR>Bodø</td><td bgcolor='#E5ECF9' valign='top'><a href='#' onClick='OpenHotel(124);'>Sunway Apart 2 uker</a></td><td bgcolor='#E...
- Mon May 12, 2008 1:05 am
- Forum: PHP - Code
- Topic: insert table data into database
- Replies: 1
- Views: 158
insert table data into database
hi folks.. this is the variable which contains html code.. $var = "<tr><td bgcolor='#E5ECF9' valign='top'>28.05.2008<BR>Bodø</td><td bgcolor='#E5ECF9' valign='top'><a href='#' onClick='OpenHotel(124);'>Sunway Apart 2 uker</a></td><td bgcolor='#E5ECF9' valign='top'><div align='right'>NOK 3 790</...
- Fri May 09, 2008 7:47 am
- Forum: PHP - Code
- Topic: How to insert data into database...
- Replies: 2
- Views: 329
How to insert data into database...
~pickle | Please use [ code=html ], [ code=php ], etc tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: :arrow: Posting Code in the Forums to learn how to do it too. hi folks.... i have retrieved information from remote server and d...