IS4 PM_2025 – Telegram
IS4 PM_2025
736 subscribers
724 photos
47 videos
1.15K files
308 links
Download Telegram
New Document(6) 08-Jan-2022 12-52-01.pdf.pdf
4 MB
نموذج سابق لاختبار مادة تطوير الويب 2020/2021
phpmysql6 -highlighting .pdf
4.9 MB
مرجع PHP المعتمد
👍2
المقرر من W3school





منقول من احد الطلاب*
W3School.rar
55.5 MB
هذا موقع W3school حجم ٥٥ ميجا
- معاني أرقام الاخطاء التي قد تراها على مواقع الأنترنت :



403 : ممنوع أن تصل لهذه الصفحة
404 : صفحة غير موجودة
500 : مشكلة في الموقع نفسه
401 : رؤية الصفحة تحتاج ترخيص (كلمة سر)
301 : تم نقل تلك الصفحة نهائيًا
307 : تم نقل تلك الصفحة مؤقتًا
405 : لقد وصلت لتلك الصفحة بطريقة خاطئة
408 : إنتهى وقت محاولة وصولك للصفحة قبل أن تصل إليها
414 : عنوان الصفحة\الموقع URL أطول من الطبيعي
503 : الخدمة غير متوفرة ربما بسبب الضغط الكبير على الموقع
كل أرقام الـ 100 : تعني معلومات إضافية (لن تراها في الغالب)
كل أرقام الـ 200 : تعني النجاح (لن تراها في الغالب)
كل أرقام الـ 300 : تعني إعادة توجيه Redirection
كل أرقام الـ 400 : تعني فشل من العميل “أنت”
كل أرقام الـ 500 : تعني فشل من السيرفر “الموقع نفسه”
👍31
IS4 PM_2025
- معاني أرقام الاخطاء التي قد تراها على مواقع الأنترنت : 403 : ممنوع أن تصل لهذه الصفحة 404 : صفحة غير موجودة 500 : مشكلة في الموقع نفسه 401 : رؤية الصفحة تحتاج ترخيص (كلمة سر) 301 : تم نقل تلك الصفحة نهائيًا 307 : تم نقل تلك الصفحة مؤقتًا 405…
In English:

403: Forbidden - You are not allowed to access this page.

404: Page Not Found - The page does not exist.

500: Internal Server Error - There is a problem with the website itself.

401: Unauthorized - Viewing the page requires permission (a password).

301: Moved Permanently - The page has been permanently moved.

307: Temporary Redirect - The page has been temporarily moved.

405: Method Not Allowed - You have accessed this page incorrectly.

408: Request Timeout - Your attempt to access the page timed out before reaching it.

414: Request-URI Too Long - The page or site URL is longer than usual.

503: Service Unavailable - The service may be unavailable due to high traffic on the website.

All 100-level codes: Additional Information (you probably won't see these).

All 200-level codes: Success (you probably won't see these).

All 300-level codes: Redirection.

All 400-level codes: Client-side Failure (your fault).

All 500-level codes: Server-side Failure (the website's fault).
👍21
بعض الاختصارات المهمة:-


AJAX = Asynchronous JavaScript and XML
CSS = Cascading Style Sheets
HTML = Hyper Text Markup Language
PHP = PHP Hypertext Preprocessor
SQL = Structured Query Language
SVG = Scalable Vector Graphics
XML = EXtensible Markup Language
👍21
بعض التعاريف المهمة:-

Server:-

machines that provides web applications (or services) to multiple clients


Client:-

software applications that provide UI (User Interface) (front-end) to access the

Presentation layer (front-end):-

visualizing information + UI of the application


Application layer (business tier):-

application functionality + the system logic


Data layer (back end):-

Manages the data of the system
👍31🔥1
Php MCQ.rar
38.1 MB
أسئلة MCQ مجمعه في PHP
اسئله php.pptx
1.2 MB
اسئلة أخرى مجمعه في PHP
What will be the output of the following code :-

<?php int $one=1; echo"$one"; ?>
Anonymous Quiz
5%
0
24%
1
61%
Error
10%
$One