المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : اول سكربت لي ,, ادخلوو



Chakira
11-01-2013, بتوقيت غرينيتش 03:17 PM
http://www.dzbatna.com/images/icons/iconrote.gif ط§ظˆظ„ ط³ظƒط±ط¨طھ ظ„ظٹ ,, ط§ط¯ط®ظ„ظˆظˆ (http://www.dzbatna.com/t1463434/)



السلام عليكم

كيف حالكم عساكم بخير؟؟

هذا اول سكربت لي http://www.dzbatna.com/images/smilies/nosweat.gif

لا تطلعو ماينفع http://www.dzbatna.com/images/smilies/tears.gif

المهم السكربت هو مركز رفع << http://www.dzbatna.com/images/smilies/crazy.gif

مايعتمد على قاعدة بيانات ولا شي << يعني التصحيح يتم في الكود code http://www.dzbatna.com/images/smilies/bleh.gif

المهم ماعتمد على لغة HTML بأعتبارها سهلة http://www.dzbatna.com/images/smilies/crazy.gif اهم شي عندي ال PHP




وعندي سؤال للخبراء .. كيف كتب عربي في كود code ال PHP ؟ ليه دائما يطلعلي ؟؟؟؟؟ مايطلع حروف مجرد علامات استفهام

المهم

هذا كود code الاندكس

رمز Code:
<!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;> <html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;> <head> <meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /> <title>Upload Center By : ScOrPi</title> <style type=&quot;text/css&quot;> <!-- .bg { font-family: Tahoma; font-size: 12px; text-align: center; } .table1 { text-align: center; height: 100%; width: 100%; } .header { background-image: url(style/images/st_04.gif); background-repeat: repeat-x; } .side1 { background-attachment: fixed; background-image: url(style/images/st_07.gif); background-repeat: repeat-y; width: 39px; } .footer { background-image: url(style/images/st_10.gif); background-repeat: repeat-x; } .pp { font-family: Tahoma; font-size: 12px; text-align: center; } .side2 { background-image: url(style/images/st_05.gif); width: 39px; } --> </style> </head> <body leftmargin=&quot;0&quot; topmargin=&quot;0&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; class=&quot;bg&quot;> <table width=&quot;100%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; class=&quot;table1&quot;> <tr> <td ><table width=&quot;100%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;> <tr> <td width=&quot;392&quot;><img src=&quot;style/images/st_01.gif&quot; width=&quot;392&quot; height=&quot;264&quot; /></td> <td class=&quot;header&quot; width=&quot;100%&quot;>&nbsp;</td> <td width=&quot;382&quot;><img src=&quot;style/images/st_03.gif&quot; width=&quot;382&quot; height=&quot;264&quot; /></td> </tr> </table> <table width=&quot;100%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; height=&quot;100%&quot;> <tr> <td class=&quot;side2&quot;>&nbsp;</td> <td class=&quot;pp&quot; ><p>&nbsp;</p> <form action=&quot;upload.php&quot; enctype=&quot;multipart/form-data&quot; method=&quot;post&quot;> Select File to Upload : <input type=&quot;file&quot; name = &quot;filenam&quot; /><br /> <input type=&quot;submit&quot; style=&quot;border:medium&quot; value=&quot;Upload!&quot; /> </form> </td> <td class=&quot;side1&quot;>&nbsp;</td> </tr> </table> <table width=&quot;100%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;> <tr> <td width=&quot;392&quot;><img src=&quot;style/images/st_09.gif&quot; width=&quot;392&quot; height=&quot;98&quot; /></td> <td class=&quot;footer&quot; width=&quot;100%&quot;>&nbsp;</td> <td width=&quot;382&quot;><img src=&quot;style/images/st_11.gif&quot; width=&quot;382&quot; height=&quot;98&quot; /></td> </tr> </table></td> </tr> </table> </body> </html>
وهذا كود code صفحة التحميل

رمز Code:
<!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;> <html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;> <head> <meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /> <title>Upload Center By : ScOrPi</title> <style type=&quot;text/css&quot;> <!-- .bg { font-family: Tahoma; font-size: 12px; text-align: center; } .table1 { text-align: center; height: 100%; width: 100%; } .header { background-image: url(style/images/st_04.gif); background-repeat: repeat-x; } .side1 { background-attachment: fixed; background-image: url(style/images/st_07.gif); background-repeat: repeat-y; width: 39px; } .footer { background-image: url(style/images/st_10.gif); background-repeat: repeat-x; } .pp { font-family: Tahoma; font-size: 12px; text-align: center; } .side2 { background-image: url(style/images/st_05.gif); width: 39px; } --> </style> </head> <body leftmargin=&quot;0&quot; topmargin=&quot;0&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; class=&quot;bg&quot;> <table width=&quot;100%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; class=&quot;table1&quot;> <tr> <td ><table width=&quot;100%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;> <tr> <td width=&quot;392&quot;><img src=&quot;style/images/st_01.gif&quot; width=&quot;392&quot; height=&quot;264&quot; /></td> <td class=&quot;header&quot; width=&quot;100%&quot;>&nbsp;</td> <td width=&quot;382&quot;><img src=&quot;style/images/st_03.gif&quot; width=&quot;382&quot; height=&quot;264&quot; /></td> </tr> </table> <table width=&quot;100%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; height=&quot;100%&quot;> <tr> <td class=&quot;side2&quot;>&nbsp;</td> <td class=&quot;pp&quot; ><p>&nbsp;</p> <? $files = &quot;uploads/&quot;; $files = $files . basename($_FILES['filenam']['name']); if (move_uploaded_file($_FILES['filenam']['tmp_name'],$files)) { echo &quot;File Uploaded in &quot; . $files; } else { echo &quot;Error Try again ! Cann't upload from the Folder &quot;; } ?> <a href=&quot;index.php&quot;>Upload more </a> </td> <td class=&quot;side1&quot;>&nbsp;</td> </tr> </table> <table width=&quot;100%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;> <tr> <td width=&quot;392&quot;><img src=&quot;style/images/st_09.gif&quot; width=&quot;392&quot; height=&quot;98&quot; /></td> <td class=&quot;footer&quot; width=&quot;100%&quot;>&nbsp;</td> <td width=&quot;382&quot;><img src=&quot;style/images/st_11.gif&quot; width=&quot;382&quot; height=&quot;98&quot; /></td> </tr> </table></td> </tr> </table> </body> </html> </body> </html>

والسكربت كامل في المرفقات http://www.dzbatna.com/images/smilies/tears.gif

لا تنسون هذا اول سكربت








ألعاب الأندرويد مجانا و حصريا (http://www.apotox.info/forum)


الملفات المرفقة
http://www.traidnt.net/vb/images/attach/zip.gif uploadcenter.zip (http://www.traidnt.net/vb/attachments/452498d1265404452-uploadcenter.zip) (39.7 كيلوبايت, عدد مرات المشاهدة 24 مرة)


https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-ash4/482113_236967293114455_1193518507_n.png (http://www.dzbatna.com)
©المشاركات المنشورة تعبر عن وجهة نظر صاحبها فقط، ولا تُعبّر بأي شكل من الأشكال عن وجهة نظر إدارة المنتدى (http://www.dzbatna.com)©

استعمل مربع البحث في الاسفل لمزيد من المواضيع


سريع للبحث عن مواضيع في المنتدى