No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
[CODE] <?php require('connect1.php'); mysql_query("SET NAMES 'utf8'", $db); $result = mysql_query("SELECT * FROM users WHERE id_user=2") or die(mysql_error());; $html='<html><body><fieldset id="meros_A"> <legend>ΜΕΡΟΣ Α : Στοιχεία αιτητή/τριας</legend> <table id="stoixeia">'; while($row = mysql_fetch_array($result)) { $html .= ' <tr> <td align=justify><b>Επώνυμο:</b></td> <td align=justify> $row['last_name'] </td> </tr> <tr><td align=justify><b>Όνομα:</b></td> <td align=justify> $row['first_name']; </td> </tr> <tr> <td …
Hi! I wanted to use a datatable in my website and I did it using the jqGrid plugin from this site: [url]http://www.trirand.net/demophp.aspx[/url] However,in my page if I include the js for my accordion menu that I am using the datable disappears from the page! But if I dont include the …
here is the test.html [CODE]<html> <body> <form action="test1.php" method=post> Name :<input name= "name" type="text"> </body> </html>[/CODE] And here it is the test1.php [CODE]<?php $name= $_POST['name']; echo $name; ?>[/CODE] But it doesnt display the name .Can anyone help me ??
The End.
emilakia