Ben temel html formu php yankılandı var:
<html>
<body>
<?php
if (isset($_GET["pk"]))
{ $pk = $_GET["pk"];}
echo '<form action="up.php" method="post"
enctype="multipart/form-data">
<label for="file">Filename:</label>
<input type="file" name="file" id="file" />
<br />
<input type="submit" name="submit" value="Submit" />
</form>';
?>
</body>
</html>
Ben up.php için pk değerini geçmek istiyorum
Eylem değiştirme = "up.php? Pk = $ pk" işe yaramadı.