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

محمد المصري12

الأعضاء
  • المساهمات

    276
  • تاريخ الانضمام

  • تاريخ آخر زيارة

كل منشورات العضو محمد المصري12

  1. سلام عليكم الكود كالتالي <?php while ($row = $mohamad->fetch_assoc()) { echo' <tr> <td class="text-center text-muted">' . $row['oid'] . '</td> <td> <div class="widget-content p-0"> <div class="widget-content-wrapper"> <div class="widget-content-left mr-3"> <div class="widget-content-left"> <img width="40" class="rounded-circle" src="assets/images/clients/' . $row['clogo'] . '" alt=""> </div> </div> <div class="widget-content-left flex2"> <div class="widget-heading">' . $row['cname'] . '</div> </div> </div> </div> </td> <td class="text-center">' . $row['aname'] . '</td> <td class="text-center">'; if ($row['status'] == 1){ echo "<div class='badge badge-warning'>قيد المعالجة</div>"; } else { echo "<div class='badge badge-finish'>تم الاكتمال</div>"; } echo' </div> </td> <td class="text-center"> <a href="order.php?id='. $row['oid'] .'"> <button type="button" id="PopoverCustomT-1" class="btn btn-primary btn-sm">التفاصيل</button></a> </td> </tr>'; } ?> عاوز احط شرط انه لو الاستعلام اداني ان الداتابيز فاضية يديني رسالة لا يوجد بيانات استخدمت شرط if($mohamad==NULL){ echo "No data Found"; } بس للاسف ما اشتغلش ممكن الافادة فضلا
  2. لا اتحدث عن المكتبة فقد استوعبتها بحول الله و قوته اتسائل عن كيفية ارفاق ملفات مشروعي حتى استطيع طلب المساعدة في اي امر لاحقا خصوصا انه مشروع ضخم و الملفات مرتبطة ببعضها
  3. يا ريت تدلني مع خالص الشكر
  4. فهمت الفكرة اخي شكرا جزيلا لك لكن سؤالي الان ، مشروعي ضخم و مرتبط بقواعد بيانات ايه الطريقة اللي اقدر ارفقه بها طلبا للاستشارة ؟
  5. سلام عليكم عندي جدول فيه داتا جبتها من قاعدة البيانات و عاوز احط input text يكتب فيها اليوزر رقم الاوردر مثلا يقوم مختفي كل نتائج البحث و ظاهر بس رقم الاوردر المكتوب ممكن تدلوني تتعمل ازاي
  6. سلام عليكم السؤال الاول كنت قد سألته و لم اتلق ردا و هو كيف اضبط الصورة داخل خليه الجدول لانها تظهر بخارجة كما بالصورة التالية https://academy.hsoub.com/uploads/monthly_2021_03/Untitled-2.jpg.5f9362a481f21caaac22cc90c915af61.jpg الكود اهو // Write Contect here $html = '<table align="center" dir="rtl" style="width: 90%; border-collapse: collapse; border: 1px solid #000000"> <tr> <td colspan="3" dir="rtl" style="text-align: center; border-left: 1px solid #C0C0C0; border-right-style: solid; border-right-width: 1px; border-top: 1px solid #C0C0C0; border-bottom-style: solid; border-bottom-width: 1px"> محمد</td> <td colspan="3" dir="rtl" style="text-align: center; border-left: 1px solid #C0C0C0; border-right-style: solid; border-right-width: 1px; border-top: 1px solid #C0C0C0; border-bottom-style: solid; border-bottom-width: 1px"> الاهلي</td> <td colspan="3" dir="rtl" style="text-align: center; border-left: 1px solid #C0C0C0; border-right-style: solid; border-right-width: 1px; border-top: 1px solid #C0C0C0; border-bottom-style: solid; border-bottom-width: 1px"> محمد</td> </tr> <tr> <td colspan="3" dir="rtl" style="text-align: center; border-left: 1px solid #C0C0C0; border-right-style: solid; border-right-width: 1px; border-top: 1px solid #C0C0C0; border-bottom-style: solid; border-bottom-width: 1px"> <img alt="" height="168" src="https://www.majorgeeks.com/images/logos/majorgeeks.gif" width="172" /></td> <td colspan="3" dir="rtl" style="text-align: center; border-left: 1px solid #C0C0C0; border-right-style: solid; border-right-width: 1px; border-top: 1px solid #C0C0C0; border-bottom-style: solid; border-bottom-width: 1px"> &nbsp;</td> </tr> <tr> <td colspan="3" dir="rtl" style="text-align: center; border-left: 1px solid #C0C0C0; border-right-style: solid; border-right-width: 1px; border-top: 1px solid #C0C0C0; border-bottom-style: solid; border-bottom-width: 1px"> &nbsp;</td> <td colspan="3" dir="rtl" style="text-align: center; border-left: 1px solid #C0C0C0; border-right-style: solid; border-right-width: 1px; border-top: 1px solid #C0C0C0; border-bottom-style: solid; border-bottom-width: 1px"> &nbsp;</td> <td colspan="3" dir="rtl" style="text-align: center; border-left: 1px solid #C0C0C0; border-right-style: solid; border-right-width: 1px; border-top: 1px solid #C0C0C0; border-bottom-style: solid; border-bottom-width: 1px"> &nbsp;</td> </tr> <tr> <td colspan="3" dir="rtl" style="text-align: center; border-left: 1px solid #C0C0C0; border-right-style: solid; border-right-width: 1px; border-top: 1px solid #C0C0C0; border-bottom-style: solid; border-bottom-width: 1px"> &nbsp;</td> <td colspan="3" dir="rtl" style="text-align: center; border-left: 1px solid #C0C0C0; border-right-style: solid; border-right-width: 1px; border-top: 1px solid #C0C0C0; border-bottom-style: solid; border-bottom-width: 1px"> &nbsp;</td> <td colspan="3" dir="rtl" style="text-align: center; border-left: 1px solid #C0C0C0; border-right-style: solid; border-right-width: 1px; border-top: 1px solid #C0C0C0; border-bottom-style: solid; border-bottom-width: 1px"> &nbsp;</td> </tr> </table> '; $pdf->SetFont('tahoma', '', 10); $pdf->SetXY(60,70); $pdf->writeHTML($html, true, false, true, false, ''); و بيانات الاستدعاء كالتالي class MYPDF extends TCPDF { //Page header public function Header() { // Set font // $this->SetFont('tahoma', '', 20, 'B', false); // Title // $this->Cell(190,12,"الملف الفني التلقائي",1,1,'C'); } // Page footer public function Footer() { // Position at 15 mm from bottom $this->SetY(-15); // Set font $this->SetFont('tahoma', 'I', 6); // Page number // $this->Cell(0, 10, 'Page '.$this->getAliasNumPage().'/'.$this->getAliasNbPages(), 0, false, 'C', 0, '', 0, false, 'T', 'M'); $this->Cell(0, 10, 'Powered By GTMS - الريادة لنظم المعلومات', 0, false, 'C', 0, '', 0, false, 'T', 'M'); } } $pdf = new MYPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false); السؤال الثاني كيف يمكنني ادخال صورة بدلا من النص في الكود التالي بحيث الصورة تاخد ابعاد الخلية يكون حد العرض الاقصى لها مهما بلغ حجمها هو عرض الخلية و كذلك الطول $pdf->Cell(30,10,"الوصف",1,0,'C',1);
  7. اتفضل اخي nclude('includes/tcpdf/tcpdf.php'); class MYPDF extends TCPDF { //Page header public function Header() { } // Page footer public function Footer() { // Position at 15 mm from bottom $this->SetY(-15); // Set font $this->SetFont('tahoma', 'I', 6); $this->Cell(0, 10, 'Powered By GTMS - الريادة لنظم المعلومات', 0, false, 'C', 0, '', 0, false, 'T', 'M'); } } $pdf = new MYPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false);
  8. زي ما حضراتكم شايفين في الصورة المرفقة الصورة طالعه برا الخلية اللي انا المفروض حاططها جواها ازاي اضبطها من فضلكم الكود اهو // Write Contect here $html = '<table align="center" dir="rtl" style="width: 90%; border-collapse: collapse; border: 1px solid #000000"> <tr> <td colspan="3" dir="rtl" style="text-align: center; border-left: 1px solid #C0C0C0; border-right-style: solid; border-right-width: 1px; border-top: 1px solid #C0C0C0; border-bottom-style: solid; border-bottom-width: 1px"> محمد</td> <td colspan="3" dir="rtl" style="text-align: center; border-left: 1px solid #C0C0C0; border-right-style: solid; border-right-width: 1px; border-top: 1px solid #C0C0C0; border-bottom-style: solid; border-bottom-width: 1px"> الاهلي</td> <td colspan="3" dir="rtl" style="text-align: center; border-left: 1px solid #C0C0C0; border-right-style: solid; border-right-width: 1px; border-top: 1px solid #C0C0C0; border-bottom-style: solid; border-bottom-width: 1px"> محمد</td> </tr> <tr> <td colspan="3" dir="rtl" style="text-align: center; border-left: 1px solid #C0C0C0; border-right-style: solid; border-right-width: 1px; border-top: 1px solid #C0C0C0; border-bottom-style: solid; border-bottom-width: 1px"> <img alt="" height="168" src="https://www.majorgeeks.com/images/logos/majorgeeks.gif" width="172" /></td> <td colspan="3" dir="rtl" style="text-align: center; border-left: 1px solid #C0C0C0; border-right-style: solid; border-right-width: 1px; border-top: 1px solid #C0C0C0; border-bottom-style: solid; border-bottom-width: 1px"> &nbsp;</td> </tr> <tr> <td colspan="3" dir="rtl" style="text-align: center; border-left: 1px solid #C0C0C0; border-right-style: solid; border-right-width: 1px; border-top: 1px solid #C0C0C0; border-bottom-style: solid; border-bottom-width: 1px"> &nbsp;</td> <td colspan="3" dir="rtl" style="text-align: center; border-left: 1px solid #C0C0C0; border-right-style: solid; border-right-width: 1px; border-top: 1px solid #C0C0C0; border-bottom-style: solid; border-bottom-width: 1px"> &nbsp;</td> <td colspan="3" dir="rtl" style="text-align: center; border-left: 1px solid #C0C0C0; border-right-style: solid; border-right-width: 1px; border-top: 1px solid #C0C0C0; border-bottom-style: solid; border-bottom-width: 1px"> &nbsp;</td> </tr> <tr> <td colspan="3" dir="rtl" style="text-align: center; border-left: 1px solid #C0C0C0; border-right-style: solid; border-right-width: 1px; border-top: 1px solid #C0C0C0; border-bottom-style: solid; border-bottom-width: 1px"> &nbsp;</td> <td colspan="3" dir="rtl" style="text-align: center; border-left: 1px solid #C0C0C0; border-right-style: solid; border-right-width: 1px; border-top: 1px solid #C0C0C0; border-bottom-style: solid; border-bottom-width: 1px"> &nbsp;</td> <td colspan="3" dir="rtl" style="text-align: center; border-left: 1px solid #C0C0C0; border-right-style: solid; border-right-width: 1px; border-top: 1px solid #C0C0C0; border-bottom-style: solid; border-bottom-width: 1px"> &nbsp;</td> </tr> </table> '; $pdf->SetFont('tahoma', '', 10); $pdf->SetXY(60,70); $pdf->writeHTML($html, true, false, true, false, '');
  9. وصلت الفكرة اخي ، اشكرك شكرا لك استاذنا ، للاسف لم تعمل معي الطريقة
  10. انا قدرت اطلعها لفوق بتغيير القيمة 100 $pdf->Image('./assets/images/merge/'.$merge_image, '', 100 بس مش عارف احركها يمين و شمال خالص استخدم مكتبة tcpdf tcpdf
  11. سلام عليكم ازاي اغير احداثيات الصورة في مكتبة pdf ؟ انا استخدمت الدوال setY و SetX الدوال شغالة مع النصوص بشكل رائع بس مش راضية تحرك الصورة من مكانها $pdf -> SetY(50); /* تحريك اسفل و اعلى */ $pdf -> Setx(65); /* تحريك يمين و يسار */ $pdf->Image('./assets/images/merge/'.$merge_image, '', 100, 130, 250, '', '', 'M', false, 300, 'C', false, false, 1, true, false, false); و شكرا لكم
×
×
  • أضف...