View Single Post
ישן 11-08-10, 17:33   # 5
israeli
חבר מתקדם
 
מיני פרופיל
תאריך הצטרפות: Apr 2008
הודעות: 570

israeli לא מחובר  

ציטוט:
נכתב במקור על ידי Hagaibl צפה בהודעה
PHP קוד:
<?php
if(isset($_POST['submit'])) {
    
// Get the form value
    
$url $_POST['url'];
    
// Get the last code
    
$code end(explode("="$url));
    echo 
"<h1>"$code "</h1><br />";
}
?>
<html dir="rtl">
    <head>
        <title></title>
        <meta http-equiv="Content-Type" content="text/html; charset=windos-1255">
    </head>
    <body>
        <form action="" method="post">
            הכנס את הURL:<br />
            <input type="text" name="url" /><br />
            <input type="submit" name="submit" value="שלח" />
        </form>
    </body>
</html>
תהנה
תודה רבה אחי עוד עזרה קטנה מאוד
איך אני משלב בכפתור שלח במקום כפתור שיהיה תמונה זו
http://www.noproblem.co.il/Resources...d/btn.send.jpg

ממש תודה אחי על הכל!
__________________
בברכה יואל
מצחיק , צחוקים שידורי ספורט
*מוכר דומיינים בתשלום בpaypal, מכל הסוגים!
  Reply With Quote