No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
hi friends, i have a simple login form .. but i dont know how to create the code for secure login form (i.e) if logged users only can access the specified functions like bid a project or post some ads like that Thanks, srya.
hi friends, This is my code but it not working properly.pls tell the solution [code] <?php mysql_connect("localhost","root",""); mysql_select_db("samples"); ?> <!doctype html public "-//w3c//dtd html 3.2//en"> <html> <head> <title></title> <SCRIPT language=JavaScript> function reload(form) { var val=form.cat.options[form.cat.options.selectedIndex].value; self.location='drop3.php?cat=' + val ; } function reload3(form) { var val=form.cat.options[form.cat.options.selectedIndex].value; var val2=form.subcat.options[form.subcat.options.selectedIndex].value; self.location='drop3.php?cat1=' + val …
edit.php ******** [code] mysql_connect("localhost","root","") or mysql_error(); mysql_select_db("free lancer") or mysql_error(); $sql=mysql_query("SELECT * FROM `userdetail1`"); $result=mysql_fetch_array($sql); ?> <form id="form1" name="form1" method="post" action=""> <table width="356" border="0"> <tr> <th width="168"><span >UserName</span></th> <td width="100">:</td> <td width="172"><?php echo $result['Loginname']; ?></td> </tr> <tr> <th><span>PassWord</span></th> <td>:</td> <td><?php echo $result['password']; ?></td> </tr> </table> <?php echo "<a href='edit1.php?pass=$result[id]'><font color='blue'>Edit</font></a>"; …
how to get a current date and expire that date after a certain period using php?
hi,refer this link [url]www.plus2net.com/php_tutorial/dd.php[/url]
hai to all, i am new to php , can u tel how to calculate a no of posts for a particular title . i have a table post project in database it has a 8 fields id , name ,title ,category,date ,description,cat id(category id),no of posts. and how to …
The End.
srya