• 28-01-2023, 18:55:44
    #10
    Software Developer
    Emirkirax adlı üyeden alıntı: mesajı görüntüle
    hocam böyle bir görüntü aldım
    From etiketi eksik açılmış.

    <form action="" method="post">
        Ramp Slope: <input type="text" name="slope"><br>
        Ramp Height (cm): <input type="text" name="height"><br>
        <input type="submit" name="submit" value="Calculate">
    </form>
     
    <?php
    if (isset($_POST['submit'])) {
        $slope = floatval($_POST['slope']);
        $height = floatval($_POST['height']);
        $run = $height / $slope;
        echo "Rampa Uzunluğu: " . number_format($run, 2) . " cm";
    }
    ?>
    Bu şekilde kaydedin, tekrar sunucuya gönderin.
  • 28-01-2023, 19:02:48
    #11
    Üyeliği durduruldu
    Draco adlı üyeden alıntı: mesajı görüntüle
    Dosyayı hesapla.php ismi ile kaydedin ve sunucuya (public html) olarak gönderdin.

    Daha sonra siteadresiniz.com/hesapla.php

    diyerek erişebilirsiniz.
    hocam çok sağolun valla zahmet oldu .
    https://firamp.com/calculate.php
    şimdi bu linki istediğim yere vererek yönlendrime sağlayabilirim değil mi
  • 28-01-2023, 19:07:14
    #12
    Software Developer
    Emirkirax adlı üyeden alıntı: mesajı görüntüle
    hocam çok sağolun valla zahmet oldu .
    https://firamp.com/calculate.php
    şimdi bu linki istediğim yere vererek yönlendrime sağlayabilirim değil mi
    Estağfirullah, evet hocam