<?
//create a txt file called: cl.txt and chmod it 777
$data="cl.txt";
if (action == "add") {
$cl = "$text|$url";
$file = fopen($data, "a+");
fputs($file, $cl);
} elseif (action == "show") {
$file = fopen($data, "r");
fread($file, $cl);
}
?>
<p align="center"><a href="<? echo $url; ?>"><? echo $text; ?></a>
<BR>
<form method=post>
שנה שורה באתר שלי<br>
<input type=hidden name=action value=add>
<input name=text size=34>:שורה חופשית <br>
<input type=text size=34 name=url value=http://>:כתובת לקישור <br>
<input type=submit value=שנה>
</form>
יש לכם שאלות? רוצים תשובות? הכנסו לפורום הסקריפטים
|