Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~641 People Reached
Favorite Forums

6 Posted Topics

Member Avatar for srya

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.

Member Avatar for Banderson
0
75
Member Avatar for 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 …

Member Avatar for manishjha
0
149
Member Avatar for harry_watson

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>"; …

Member Avatar for harry_watson
0
137
Member Avatar for srya

how to get a current date and expire that date after a certain period using php?

Member Avatar for rajabhaskar525
0
68
Member Avatar for ElegantElephant
Member Avatar for srya

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 …

Member Avatar for rajabhaskar525
0
124

The End.