Forum: PHP Feb 12th, 2009 |
| Replies: 2 Views: 917 i m also looking for same |
Forum: PHP Jan 30th, 2009 |
| Replies: 4 Views: 1,100 is it repeat same image or loop stop after a time ? |
Forum: PHP Oct 10th, 2008 |
| Replies: 2 Views: 641 u should install a web server and start it. like WAMP,Xamp etc. |
Forum: PHP Sep 18th, 2008 |
| Replies: 8 Views: 2,172 great ..................... |
Forum: PHP Sep 16th, 2008 |
| Replies: 31 Views: 2,635 sorry forgot last enrty
$result=mysql_query('select * from tablename where id='.$user_id.'');
if(mysql_num_rows($result) == 0){
$insert_user= 'insert into tablename set id='.$user_id.'';... |
Forum: PHP Sep 16th, 2008 |
| Replies: 31 Views: 2,635 $result=mysql_query('select * from user where table='.$user_id.'');
if(mysql_num_rows($result) == 0){
$insert_user= 'insert into user set id='.$user_id.'';
mysql_query($insert_user) ||... |
Forum: PHP Sep 16th, 2008 |
| Replies: 31 Views: 2,635 if u need suggestion....
first u check weather the data is present or not.
if not then insert a new row. |
Forum: PHP Sep 16th, 2008 |
| Replies: 31 Views: 2,635 wat u need code or suggestion? |
Forum: JavaScript / DHTML / AJAX Sep 8th, 2008 |
| Replies: 4 Views: 774 best way, i think so, use alert and check error manually line by line |
Forum: JavaScript / DHTML / AJAX Aug 27th, 2008 |
| Replies: 4 Views: 2,649 |
Forum: PHP Aug 23rd, 2008 |
| Replies: 2 Views: 1,670 hey digital ether ,
u provide really a good post ie answer |
Forum: JavaScript / DHTML / AJAX Aug 12th, 2008 |
| Replies: 8 Views: 7,553 use this only a little change
add lable
<label><input type="radio" name="grp" value="Yes" tabindex="1">Yes</label> |
Forum: JavaScript / DHTML / AJAX Aug 6th, 2008 |
| Replies: 9 Views: 1,273 |
Forum: JavaScript / DHTML / AJAX Aug 6th, 2008 |
| Replies: 3 Views: 1,387 please check,
r u include?or not
<script src="jsfile.js"> </script> in which the init_table() function is defined |
Forum: PHP Aug 6th, 2008 |
| Replies: 5 Views: 1,770 hey ,
question is full of confusion |
Forum: PHP Jul 17th, 2008 |
| Replies: 22 Views: 1,394 |
Forum: ASP.NET Jul 17th, 2008 |
| Replies: 5 Views: 630 hey Vilice,
i thought u should start with w3schools.com |
Forum: PHP Mar 29th, 2008 |
| Replies: 9 Views: 1,827 i give u code to display time make change according u need of if you want that i give u whole code then send ur file on which i can make change |
Forum: PHP Mar 29th, 2008 |
| Replies: 9 Views: 1,827 i think you find the answer |
Forum: PHP Mar 29th, 2008 |
| Replies: 9 Views: 1,827 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta... |
Forum: PHP Mar 29th, 2008 |
| Replies: 9 Views: 1,827 |
Forum: PHP Mar 29th, 2008 |
| Replies: 9 Views: 1,827 you go through javascript to make the change in time |
Forum: PHP Mar 29th, 2008 |
| Replies: 6 Views: 754 |
Forum: PHP Mar 28th, 2008 |
| Replies: 1 Views: 533 Your answer
<HTML>
<HEAD>
<TITLE>Comment Form</TITLE>
<Script language = javascript>
function Validate() {
var Message = "" |