Dromilich
thanks
but any other suggestion pls
User Profile
Collapse
-
how to change textfield value on validation time?
i want to change text field value
document.getEle mentById('id'). innerHTML.value ="email is invalide....";
why its not working ?
and any other idea for changing value on validation time without page reload..Last edited by acoder; Sep 24 '12, 11:14 AM. -
how to call php function in several time duration ?
actually i want to call my php function after every 3 minute how is it possible ? -
how to maintain height ?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitl ed Document</title>
</head>
<body>
<table width="200"... -
-
how to hide (encrypt) password in table ?
pls give me an example.. its my code but it shows password in table..
...Code:// TABLE CREATION CREATE TABLE `test`.`pass_test` ( `user_id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY , `passwd` VARCHAR( 40 ) NOT NULL ) ; <?php //PHP CODE if(isset($_POST['submit'])) { $conn= mysql_connect("localhost","root",""); if ($conn)
No activity results to display
Show More
Leave a comment: