اذهب إلى المحتوى

كل الأنشطة

تحدث تلقائيًا

  1. الساعة الماضية
  2. تمام بس سوال كمان كل نموذج ليا معادلات رياضيه فا هل موطلب مني معرفت المعادالات لكل نموذج استخدمو ؟ ان عرف LinearReagression
  3. اليوم
  4. اختيار النموذج المناسب يعتمد على العديد من العوامل بما في ذلك طبيعة البيانات، الهدف من النموذج، والأداء المطلوب. بالتالي القول بأن نموذجًا معينًا مثل RandomForestClassifier هو دائمًا أفضل من LinearRegression غير دقيق، لأن كل منهما يخدم أغراضًا مختلفة ويعمل بشكل أفضل في ظروف معينة. لديك LinearRegression نموذج بسيط وسهل الفهم يستخدم للعلاقات الخطية بين المتغيرات المستقلة والمتغير التابع، ومناسب في حال العلاقة بين متغيراتك خطية وتحتاج إلى تفسير بسيط للنموذج. بينما RandomForestClassifier نموذج أكثر تعقيدًا يستخدم للأغراض التصنيفية، ويعمل بشكل جيد عندما تكون البيانات معقدة وتحتوي على العديد من الميزات التي قد تتفاعل مع بعضها بطرق غير خطية، ويتميز بأنه يستخدم مجموعة من الأشجار decision trees ويجمع نتائجها للحصول على تصنيف أكثر دقة. واستخدم التحقق المتبادل لتقييم أداء النموذج على مجموعة من البيانات غير المرئية للنموذج، وقد تحتاج إلى ضبط الباراميترات للنماذج المعقدة لتحسين أدائها.
  5. وعليكم السلام The Linear Regression model and the RandomForestClassifier model differ in their use cases and the contexts where they are most beneficial.: 1Linear Regression: The Linear Regression model is used when we assume a linear relationship between the dependent variable (target) and the independent variables (predictors). It is suitable for continuous numerical data and can be used to predict target values using a straight line. Example: It can be used to predict house prices based on house size. 2Random Forest Classifier: The RandomForestClassifier model is used for classification, not continuous value prediction. It relies on an ensemble of decision trees and combines their predictions for classification. It is suitable for categorical data (such as classifying into specific categories). 3General Considerations: The choice of model depends on the nature of the data and the goal of the analysis. If you want to predict continuous values, Linear Regression is the appropriate choice. If you want to perform classification, RandomForestClassifier is the suitable choice.
  6. السلام عليكم هل الLinearRegression مش افضل حاجه دلوقتي وهل فيه نموذك افضل من نموذج ؟ يعني مثل الRandomForestClassifier افضل من الLinearRegression والا الا علي حساب البيانات اي
  7. بالضبط، ففي مكتبة scikit-learn، باراميتر normalize لم يعد موجودًا في الإصدار 0.24.0 وما بعده من النموذج LinearRegression. في الإصدارات الأحدث من المكتبة، عليك استخدام StandardScaler أو Normalizer من مكتبة sklearn.preprocessing لتطبيع البيانات قبل تمريرها إلى النموذج. للتوضيح: from sklearn.linear_model import LinearRegression from sklearn.preprocessing import StandardScaler import numpy as np X = np.array([[1, 2], [3, 4], [5, 6], [7, 8]]) y = np.array([1, 2, 3, 4]) scaler = StandardScaler() X_scaled = scaler.fit_transform(X) model = LinearRegression() model.fit(X_scaled, y) predictions = model.predict(X_scaled) print(predictions) لاحظ تطبيع البيانات باستخدام StandardScaler قبل استخدامها في تدريب النموذج LinearRegression، وذلك يحقق نفس النتيجة التي كان يحققها استخدام الباراميتر normalize=True في الإصدارات الأقدم.
  8. وعليكم السلام! In the scikit-learn library, the normalize parameter is not available in the LinearRegression model. The LinearRegression model is used to fit a linear model with coefficients w = (w1, ..., wp) to minimize the sum of squared residuals between observed targets in the dataset and the predicted targets from the linear approximation If you need to apply normalization to your data before using the LinearRegression model, you can use the normalize function from scikit-learn to normalize the data. This function helps standardize the data and avoids issues related to varying scales.
  9. مازالت الداتا ترجعلى فاضية حتى بعد تجربة الكود المتوفر من البرنامج على الرغم من ان ال postman بيرجع داتا موجودة فعلا بعد التجربة مازالت ترجع الداتا فاضية على الرغم من ان ال postman يرجع داتا حقيقية جربت الطريقة لكن ما زالت الداتا ترجع فاضية
  10. السلام عليكم في مكتبه sklearn هو الparameters (normalize) مش موجود في الmodel LinearRegression ؟
  11. <p>"Mastering Communication and Collaboration: Strategies for Success in NHS FPX 5004 Case Analysis"</p> <p>NHS FPX 5004, a course focused on communication, collaboration, and case analysis for master's learners, is crucial for developing the skills necessary to excel in advanced healthcare roles. Mastering these competencies is essential for effective teamwork and patient care. Success in this course requires a strategic approach that emphasizes clear communication, robust collaboration, and thorough case analysis. As it challenges students to integrate theoretical concepts with practical application, showcasing their ability to navigate complex clinical scenarios effectively. Achieving success in this <a href="https://nursfpx.com/"><span style="font-weight: 400;">capella flexpath tutor</span></a> Assessment requires a strategic approach, combining thorough preparation, critical thinking, and effective communication.Effective communication is the cornerstone of any healthcare setting. It involves not only the exchange of information but also the ability to listen actively, understand different perspectives, and convey messages clearly and concisely. In NHS FPX 5004, students are expected to refine their communication skills to ensure they can interact effectively with patients, families, and colleagues. This requires an understanding of various communication styles and the ability to adapt one’s approach to different situations. For instance, communicating with a patient requires and empathy clarity, ensuring that medical jargon is avoided or explained, while communicating with colleagues might involve more technical language and a focus on precise details.</p> <p>In NHS FPX 5004, students learn to appreciate the value of interprofessional collaboration. This involves recognizing the unique contributions of different healthcare professionals and integrating these contributions into patient care plans. For example, a nurse, physician, pharmacist, and social worker may all be involved in a patient’s care, each bringing their expertise to the table. Effective collaboration ensures that these diverse perspectives are integrated, leading to better patient outcomes. Research plays a crucial role in successfully completing Assessment 2. Engaging with current and relevant literature is essential to support the arguments and decisions made in the assessment. Utilizing reputable sources such as peer-reviewed journals, academic books, and credible online resources can enhance the quality of the work. It is important to critically evaluate these sources, ensuring they are up-to-date and relevant to the topic at hand. Annotating and summarizing key <a href="https://nursfpx.com/nurs-fpx-6016-assessment-2-quality-improvement-initiative-evaluation/"><span style="font-weight: 400 ;">nurs fpx 6016 assessment 2</span></a> points from these sources can aid in integrating them seamlessly into the assessment, providing a strong evidence base for the analysis and recommendations.</p> <p>In addition to verbal communication, non-verbal communication plays a significant role in conveying empathy, understanding, and respect. Body language, eye contact, and facial expressions can greatly influence how messages are received. In a clinical setting, these non-verbal cues can help build trust and rapport with patients, enhancing the overall care experience. Therefore, mastering both verbal and non-verbal communication is essential for success in NHS FPX 5004. Reflective practice is another key element of Assessment 2. Reflecting on past experiences and integrating them into the assessment can provide valuable insights and demonstrate personal and professional growth. This critically involves analyzing previous clinical experiences, identifying what was done well, what could have been improved, and how those experiences have shaped current practices. Reflective writing not only enhances self-awareness but also highlights the <a href="https://nursfpx.com/nhs-fpx-5004-communication-collaboration-and-case-analysis-for-masters-learners/ "><span style="font-weight: 400;">nhs fpx 5004 communication collaboration and case analysis for masters learners</span></a> Continuous learning and development are essential in the nursing profession. By incorporating reflections into the assessment, students can illustrate their ability to learn from experience and apply those lessons to improve patient care.</p> <p>In NHS FPX 5004, students learn to appreciate the value of interprofessional collaboration. This involves recognizing the unique contributions of different healthcare professionals and integrating these contributions into patient care plans. For example, a nurse, physician, pharmacist, and social worker may all be involved in a patient’s care, each bringing their expertise to the table. Effective collaboration ensures that these diverse perspectives are integrated, leading to better patient outcomes.Cultural competence is another vital aspect of nursing practice that should be demonstrated in Assessment 2. Students should illustrate their understanding of cultural diversity and how it impacts patient care. This involves being aware of and sensitive to the cultural backgrounds and beliefs of patients and ensuring that care is culturally appropriate and respectful. Demonstrating cultural competence can showcase <a href="https://nursfpx.com/capella-4060-assessment-3/"><span style="font-weight: 400;">capella 4060 assessment 3</ span></a> a student’s ability to provide inclusive and equitable care to all patients.</p> <p>Once the key issues are identified, students must analyze the information to develop potential solutions. This involves considering various treatment options, evaluating their potential outcomes, and selecting the most appropriate course of action based on evidence-based practices. Finally, effective case analysis requires the ability to communicate findings and recommendations clearly and concisely. This might involve writing detailed case reports, presenting findings to colleagues, or discussing treatment plans with patients and their families.</p> <p>In NHS FPX 5004, students are encouraged to approach case analysis with a holistic perspective, considering not only the medical aspects of a case but also the psychological, social, and ethical implications. For example, when analyzing a case involving a chronic illness, students might consider not only the medical treatment options but also the patient’s mental health, social support systems, and potential ethical issues related to treatment choices. By developing this holistic approach, students can provide more comprehensive and patient-centered care.</p> <p>In conclusion, success in NHS FPX 5004 requires a strategic approach that emphasizes effective communication, robust collaboration, and thorough case analysis. By mastering these competencies, students can enhance their ability to work effectively in healthcare teams, provide high-quality patient care, and navigate the complex challenges of advanced healthcare roles. Through this course,Students not only develop the technical skills necessary for their profession but also the interpersonal and analytical skills that are essential for effective healthcare practice.</p> <p> </p> Mastering Communication and Collaboration: Strategies for Success in NHS FPX 5004 Case Analysis" NHS FPX 5004, a course focused on communication, collaboration, and case analysis for master's learners, is crucial for developing the skills necessary to excel in advanced healthcare roles. Mastering these competencies is essential for effective teamwork and patient care. Success in this course requires a strategic approach that emphasizes clear communication, robust collaboration, and thorough case analysis. as it challenges students to integrate theoretical concepts with practical application, showcasing their ability to navigate complex clinical scenarios effectively. Achieving success in this capella flexpath tutor assessment requires a strategic approach, combining thorough preparation, critical thinking, and effective communication.Effective communication is the cornerstone of any healthcare setting. It involves not only the exchange of information but also the ability to listen actively, understand different perspectives, and convey messages clearly and concisely. In NHS FPX 5004, students are expected to refine their communication skills to ensure they can interact effectively with patients, families, and colleagues. This requires an understanding of various communication styles and the ability to adapt one’s approach to different situations. For instance, communicating with a patient requires empathy and clarity, ensuring that medical jargon is avoided or explained, while communicating with colleagues might involve more technical language and a focus on precise details. In NHS FPX 5004, students learn to appreciate the value of interprofessional collaboration. This involves recognizing the unique contributions of different healthcare professionals and integrating these contributions into patient care plans. For example, a nurse, physician, pharmacist, and social worker may all be involved in a patient’s care, each bringing their expertise to the table. Effective collaboration ensures that these diverse perspectives are integrated, leading to better patient outcomes.Research plays a crucial role in successfully completing Assessment 2. Engaging with current and relevant literature is essential to support the arguments and decisions made in the assessment. Utilizing reputable sources such as peer-reviewed journals, academic books, and credible online resources can enhance the quality of the work. It is important to critically evaluate these sources, ensuring they are up-to-date and relevant to the topic at hand. Annotating and summarizing key nurs fpx 6016 assessment 2 points from these sources can aid in integrating them seamlessly into the assessment, providing a strong evidence base for the analysis and recommendations. In addition to verbal communication, non-verbal communication plays a significant role in conveying empathy, understanding, and respect. Body language, eye contact, and facial expressions can greatly influence how messages are received. In a clinical setting, these non-verbal cues can help build trust and rapport with patients, enhancing the overall care experience. Therefore, mastering both verbal and non-verbal communication is essential for success in NHS FPX 5004.Reflective practice is another key element of Assessment 2. Reflecting on past experiences and integrating them into the assessment can provide valuable insights and demonstrate personal and professional growth. This involves critically analyzing previous clinical experiences, identifying what was done well, what could have been improved, and how those experiences have shaped current practices. Reflective writing not only enhances self-awareness but also highlights the nhs fpx 5004 communication collaboration and case analysis for masters learners continuous learning and development essential in the nursing profession. By incorporating reflections into the assessment, students can illustrate their ability to learn from experience and apply those lessons to improve patient care. In NHS FPX 5004, students learn to appreciate the value of interprofessional collaboration. This involves recognizing the unique contributions of different healthcare professionals and integrating these contributions into patient care plans. For example, a nurse, physician, pharmacist, and social worker may all be involved in a patient’s care, each bringing their expertise to the table. Effective collaboration ensures that these diverse perspectives are integrated, leading to better patient outcomes.Cultural competence is another vital aspect of nursing practice that should be demonstrated in Assessment 2. Students should illustrate their understanding of cultural diversity and how it impacts patient care. This involves being aware of and sensitive to the cultural backgrounds and beliefs of patients and ensuring that care is culturally appropriate and respectful. Demonstrating cultural competence can showcase capella 4060 assessment 3 a student’s ability to provide inclusive and equitable care to all patients. Once the key issues are identified, students must analyze the information to develop potential solutions. This involves considering various treatment options, evaluating their potential outcomes, and selecting the most appropriate course of action based on evidence-based practices. Finally, effective case analysis requires the ability to communicate findings and recommendations clearly and concisely. This might involve writing detailed case reports, presenting findings to colleagues, or discussing treatment plans with patients and their families. In NHS FPX 5004, students are encouraged to approach case analysis with a holistic perspective, considering not only the medical aspects of a case but also the psychological, social, and ethical implications. For example, when analyzing a case involving a chronic illness, students might consider not only the medical treatment options but also the patient’s mental health, social support systems, and potential ethical issues related to treatment choices. By developing this holistic approach, students can provide more comprehensive and patient-centered care. In conclusion, success in NHS FPX 5004 requires a strategic approach that emphasizes effective communication, robust collaboration, and thorough case analysis. By mastering these competencies, students can enhance their ability to work effectively in healthcare teams, provide high-quality patient care, and navigate the complex challenges of advanced healthcare roles. Through this course, students not only develop the technical skills necessary for their profession but also the interpersonal and analytical skills that are essential for effective healthcare practice.
  12. هذا هو الكود الذي تبحث عنه : axios.get("https://alsouq.anevex.com/app/shop-api/advertisements" , { data:{ home_page_position:"header", show_in:"home" } }) والنتيجة
  13. توجد العديد من الطرق لكن بصفة عامة، يمكنك استخدام هذه الشيفرة ولاحظ التعليقات التي وضعتها وهي تشرح بشكل جيد دور كل سطر من البرنامج: // 1. استيراد مكتبة Axios import axios from 'axios'; // 2. تعريف الكائن JavaScript مع نفس بنية الكائن JSON في "Body => Raw" const jsonObject = { "home_page_position": "Headers", "show_in": "home" }; // 3. استخدام طريقة axios.post() لإرسال طلب POST axios.post('https://alsouq.anevex.com/app/shop-api/advertisements', jsonObject) // 4. في حالة نجاح الطلب .then(response => { // طباعة البيانات الواردة في الاستجابة على الكونسول console.log(response.data); }) // 5. في حالة وجود خطأ .catch(error => { // طباعة الخطأ على الكونسول console.error(error); }); ففي البداية نقوم باستيراد مكتبة Axios باستخدام: import axios from 'axios';. بعد ذلك، نعرّف كائنا JavaScript jsonObject بنفس بنية الكائن JSON الموجود في جزء "Body => Raw" من الصورة. ثم نستخدم طريقة axios.post() لإرسال طلب POST إلى الرابط الذي تريد وفي حالتنا https://alsouq.anevex.com/app/shop-api/advertisements. أول Argument للطريقة post() هو الرابط، وأما الثاني هو البيانات التي نريد إرسالها في جسم الطلب، وفي هذه الحالة هو الكائن jsonObject. إذا نجح الطلب، سيتم استدعاء دالة then مع استجابة الخادم ك Argument. داخل هذه الدالة، نقوم بطباعة البيانات الواردة في الاستجابة على الكونسول باستخدام console.log(response.data). إذا حدث خطأ أثناء الطلب، سيتم استدعاء دالة catch مع الخطأ ك Argument. داخل هذه الدالة، نقوم بطباعة الخطأ على الكونسول باستخدام console.error(error). عند استخدام طريقة axios.post() وتمرير الكائن jsonObject ك Argument ثانية، ستقوم Axios تلقائيا بتعيين رؤوس الطلب المناسبة (Content-Type: application/json) وترميز الكائن jsonObject كجسم الطلب.
  14. وعليكم السلام ورحمة الله وبركاته . إرسال الطلبات requests بواسطة axios بسيط ولكنه يعتمد على نوع البيانات التي تريد إرساله . فكما في المثال السابق ستقوم بإرسالها بصيغة json والطريقة كالتالي : const json = JSON.stringify({ home_page_position: "Header",show_in:"home" }); const res = await axios.post('https://alsouq.anevex.com/app/shop-api/advertisements', json); وهكذا سيتم إرسال الطلب . أما إذا أردت إرسالها ك form سنقوم بالتالي : let data = new FormData(); data.append("home_page_position", "Header"); data.append("show_in", "home"); const res = await axios.post('https://alsouq.anevex.com/app/shop-api/advertisements', data); وهكذا سيتم إرسالها كأنه تم الإرسال من form
  15. بما أنك تستخدم برنامج Postman، فأسهل طريقة لفعل ذلك هي جعل البرنامج نفسه يولد لك الكود اللازم! أولا، إضغط على أيقونة توليد الكود: بعد ذلك اختر من قائمة لغات البرمجة والمكتبات خيار: Node.js - Axios والآن يمكنك نسخ الكود الظاهر واستخدامه في مشروعك بكل بساطة.
  16. سلام عليكم ازاى اعمل request عن طريق axios للرابط دة https://alsouq.anevex.com/app/shop-api/advertisements لكن مع اضافة المصفوفة اللى ظاهرة فى الصورة تحت عنوان Body => Raw لان بدون اضافة المصفوفة بترجعلى data فاضية
  17. البارحة
  18. الأمر محوره الأساسي هو قاعدة البيانات، اي عليك إنشاء مُخطط لقاعدة البيانات لحفظ بيانات العملاء من ضمنها طرق الدفع الخاصة بهم والتعاملات السابقة والمحفظة، أي يشمل التالي: جدول العملاء Customers Table: مُعرف العميل ID الاسم البريد كلمة المرور في شكل hash بالطبع ... (أي أعمدة إضافية تحتاجها مثل عنوان العميل، رقم الهاتف، إلخ). جدول طرق الدفع Payment Methods Table: Payment Method ID (المفتاح الأساسي): معرّف فريد لكل طريقة دفع. Customer ID (مفتاح خارجي): معرّف العميل المرتبط بطريقة الدفع. Payment Method Type: نوع طريقة الدفع (مثل بطاقة الائتمان، PayPal). Payment Method Details: تفاصيل طريقة الدفع (مثل رقم البطاقة، تاريخ الانتهاء). جدول المعاملات Transactions Table: Transaction ID (المفتاح الأساسي): معرّف فريد لكل معاملة. Customer ID (مفتاح خارجي): معرّف العميل المرتبط بالمعاملة. Transaction Date: تاريخ المعاملة. Transaction Amount: مبلغ المعاملة. Transaction Status: حالة المعاملة (مثل معلقة، ناجحة، فاشلة). جدول المحفظة Wallet Table: Wallet ID (المفتاح الأساسي): معرّف فريد لكل محفظة. Customer ID (مفتاح خارجي): معرّف العميل المرتبط بالمحفظة. Wallet Balance: رصيد المحفظة. و عندما يضيف العميل طريقة دفع جديدة، يتم إنشاء سجل جديد في جدول طرق الدفع، وعندما يقوم العميل ببدء معاملة، يتم إنشاء سجل جديد في جدول المعاملات. إن كانت المعاملة ناجحة، يتم تحديث رصيد المحفظة في جدول المحفظة وفقًا لذلك. بعد ذلك عندما يطلب العميل استرداد أو إرجاع منتج، يتم تحديث رصيد المحفظة وإنشاء سجل معاملة جديد للإشارة إلى التغيير في الرصيد. وكنصيحة، اعتمد على الـ Tokenization لتخزين تفاصيل طرق الدفع بدلاً من تخزين المعلومات الفعلية لطرق الدفع، فالتوكنيزاشن هو عملية استبدال معلومات الدفع الحساسة برمز فريد (Token) لا يمكن استخدامه إلا في سياق محدد.
  19. السلام عليكم ورحمة الله وبركاته لدي سؤال كيف يتم عمل طريقه الدفع مثل الفيزا والى اخره وعمل محفضه لكل عميل في حال ارجاع منتج الى محفضته في البرنامج نفسه مثل تطبيقات الطعام والمتاجر؟
  20. حضرتك عندى سؤال هوا ازاي لو مثلا عايز اخلي في لوحة التحكم صفحة تعرض جميع القوالب المخزنة في قاعدة اليبانات و في عامود في جدول سيلكتور فية خيارات القالب بحيث يوجد فية حذف القالب و تعديل القالب و تركيب القالب و في عامود زر للتنفيذ بحيث إذا اختار من السيلكتور مثلا تعديل و ضغط على تنفيذ يتم توجية المستخدم إلى واجهة تحتوي على 3 textarea واحد للهيدر و الثاني للمحتوى و الثالث للفوتر و تحتوي ال textarea على اكواد القالب المراد تعديلة و يمكنة الحفظ لوسمحت ازاي اعمل الكلام دة للمعلومة الفكرة اللي ب بالي هي نفس نظام قوالب سكربت اسلام نت
  21. كل قالب يختلف عن الآخر في طريقة إنشاء هذه الخاصية . ولكن لنفترض أننا نريد إنشاء محتوى ال footer . لذلك سنقوم بإنشاء أولا جدول في قاعدة البيانات يحتوي على البيانات التي نريد تخزينها ل footer. مثلا جدول يسمى footer_items ويحتوي على الأعمدة التالية: id و footer. الآن في لوحة التحكم نضع textarea التي سيكتب المستخدم بيانات ال footer فيها هكذا مثلا : <form action="/footer/create" method="post"> <textarea name="footer" placeholder="footer items"></textarea> </form> والأن نقوم بإنشاء ملف الذى يقوم بإستقبال البيانات من ال form وحفظها في قاعدة البيانات كالتالي : $footer = $_POST['footer']; // إدخال البيانات في جدول footer_items $sql = "INSERT INTO footer_items (footer) VALUES ('$footer')"; والآن فى الواجهة الأمامية نقوم بإحضار البيانات من قاعدة البيانات وإظهارها فى الصفحة : <footer> <ul> <?php $sql = "SELECT * FROM footer_items"; $result = mysqli_query($conn, $sql); // تنفيذ الاستعلام // عرض النتائج while($row = mysqli_fetch_assoc($result)) { echo "<li>" . $row['footer'] . "</li>"; } ?> </ul> </footer>
  22. حسنا ارجو هل يمكنك عمل مثال بسيط جدا للتوضيح
  23. وعليكم السلام ورحمة الله وبركاته . توجد بعض القوالب التى تجعل معظم الموقع دايناميكيا وليس ثابتا . حيث ستجد أن بعض القوالب تجعل راس الصفحة header و ذيل الصفحة footer دايناميكيا بحيث يمكنك إضافة وتعديل وحذف محتواهما عن طريق لوحة التحكم . ومن لوحة التحكم يتم حفظ هذه العناصر في قاعدة البيانات و من ثم إسترجاع تلك العناصر من قاعدة البيانات وعرضها في الصفحة الأمامية للموقع. وبهذا ستجعلك تملك تحكم أكبر فى الموقع من حيث حذف و إضافة ما تريد . وأعتقد أن القالب الذى قمت بتحمليه يستخدم تلك الطريقة حيث أن row$ هو المتغير الذى يحوى القيمة من قاعدة البيانات و إذا ذهبت إلى لوحة التحكم من المؤكد أنك ستجد قيم لتعديل ال footer هناك والذى سيقوم بإظهار تلك العناصر فى الصفحة الأمامية لديك .
  24. السلام عليكوم ورحمة الله و بركاته لوسمحتم عندى سؤال انا ابارح حملت سكربت php من النت ووجدت نظام القوالب الخاص بة عبارة عن متغيرات اي بمعنا هكذا $tem_footer = $row['footer'];; اي ان footer = محتوى الفوتر و في القالب هكذا <footer>$tem_footer</footer> فما هذا النظام
  1. عرض المزيد
×
×
  • أضف...