Posted by shotokan99 on 04/16/07 09:25
ok so mean i need to convert it to a form..like this:
<form name='reg' method='get' action='rem.php'>
while (..){
// display the data here...
}
</form>
on this line instead of a link ill change to a submit button:
echo '<font face="Verdana" size="1"><input type="submit"...>
then my rem.php contains:
<html>
<head>
</head>
<body>
<?php
session_start();
$user = $_SESSION['myuser'];
$id=$_GET['id'];
..
..
..
am i getting it right? sorry im new to this so im making things as
detailed as possible. tnx;-)
Navigation:
[Reply to this message]
|