Why do you exactly need it? please expalin briefly otherwise it is difficult for everyone to give you the exact solutions.
best regards
Mainul
User Profile
Collapse
-
[HTML]
<html>
<head>
<title>Dynami c Text Box</title>
<script language="javas cript">
function changeIt()
{
var i = 1;
my_div.innerHTM L = my_div.innerHTM L +"<br><input type='text' name='mytext'+ i>"
}
</script>
</head>
<body>
<form name="form" action="post"...Leave a comment:
-
check out this link. hope you will find your solution.
http://www.plus2net.com/php_tutorial..._down_list.php
best regards,
Mainul...Leave a comment:
-
mainul replied to select ID in drop down list and show name in text box without clicking submit buttonin Javascriptthere are a lot of post on this issue. search into thescripts.com. u will find ur solutions.
best regards
MainulLeave a comment:
-
if you want to connect an MS Access database you have to create an ODBC connection. hope you know how to connect that from administrative tools. then try the below code.
[PHP]
<?php
$odbc = odbc_connect ('dsnName','use rName','Passwor d') or die('Could Not Connect to ODBC Database!');
?>
[/PHP]Leave a comment:
-
Hi Savyatha
send us the code you have developed so far. otherwise it would be dificult for us to give you the exact solutions.
best regards
MainulLeave a comment:
-
Hi try this code:
[PHP]
<?
$sql = mysql_query("se lect * from TABLE_NAME");
$res = mysql_fetch_ass oc($sql);
echo "<table width='300' border='0' cellspacing='0' cellpadding='0' >"
while ($myrow = mysql_fetch_arr ay($result))
{
echo"<tr><td>";
echo "User Name: ";
echo "</td><td>"
...Leave a comment:
-
-
Hi Navas,
Try this out.
[PHP]
<? $name= mysql_query("se lect * from table_name"); ?>
<select name="user" id="user">
<? while($res= mysql_fetch_ass oc($name))
{ ?>
<option>
<? echo $res['table_field']?>
</option>
<?...Leave a comment:
-
Try out this code. Hope you wil find your solutions.
save it as input.html
[HTML]
<form name="form1" method="post" action="write.p hp">
Enter your Name:
<input name="Name" type="text" id="Name" value="">
<br>
Email:
<input name="Email" type="text" id="Email" value="">...Leave a comment:
-
is it texbox or text area? i think there is nothing called browse box...Leave a comment:
-
well next time you should post your msg more details. now tell me what exactly you want and what code did u develop so far.
best regards
Mainul...Leave a comment:
-
Just copy and paste the code and change the database name and password.
...Code:<script type="text/javascript"> function confirmDelete() { var agree=confirm("Are you sure you wish to delete this entry?"); if (agree) return true; else return false; } </script> <?php $username = "root";Leave a comment:
-
[HTML]
<html>
<body>
<form name="form1" enctype="multip art/form-data" method="post" action="">
Browse your file
<input name="file_read " type="file" id="file_read" >
<input type="submit" name="Submit" value="OK">
</form>
</body>...Leave a comment:
-
send the code and the database that you have developed so far.
best regards
Mainul...Leave a comment:
-
Try this.
[PHP]
<?
echo "<a href=\"delete.p hp?del=".$row["date"]."\">Delete</a>";
?>
[/PHP]
and next time send the whole code and let us help you more perfectly.
best regards,
MainulLeave a comment:
-
-
use
$a=$_REQUEST['$schque'];
$query="SELECT * FROM user WHERE username='$a'";...Leave a comment:
-
you can use this without using button.
echo "<td>";
echo "<a href=\"second.p hp?id=".$row["id"]."\">Edit </a>";
echo "<a href=\"delete.p hp?id=".$row["id"]."\"> Delete</a> ";
echo "</td>";
best regards
Mainul...Leave a comment:
-
you can use this without using button.
echo "<a href=\"second.p hp?id=".$row["id"]."\">Edit </a>";
echo "<a href=\"delete.p hp?id=".$row["id"]."\"> Delete</a> ";...Leave a comment:
No activity results to display
Show More
Leave a comment: