
May 30th, 2000, 01:10 AM
|
|
Junior Member
|
|
Join Date: Mar 2000
Posts: 9
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
No i should be able to insert the username after authetication in the HTML page dynamically.
thanks
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">quote:</font><HR>Originally posted by mfkoo:
Is this what u want?
<html>
<body>
<?
$username = mysql.......
echo "$username";
?>
</body>
</html>[/quote]
|