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

Naif Ios

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

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

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

كل منشورات العضو Naif Ios

  1. شكرا وجزاك الله خير على الجواب لم يتم تنفيذ ارسال البيانات ساقوم في ارفاق web.pphp , form.blade.php , قاعدة البيانات أمل مساعدتي لفهم المشكلة لقد قمت بالاشتراك في دورة php لكن قررت ان اقوم بنظام مختلف عن المطروح للتجربة 2024_08_25_191052_create_articales_table.php web.php form.blade.php
  2. شكراً جزيلا على ردك النقطة الاولى : عندي ملف form.blade.php هل اضع action فيه ؟ وهل له مكان محدد او من ضمن الكود النقطة التالية : ارفقت ملف web.php هل هذا صحيح ؟ web.php
  3. السلام عليكم لغة البرمجة php - Laravel اخواني انا سويت مشروع نموذج يتعبأ وفي زر حفظ ابيه لما يضغط الزر يوجه المدخلات الى قاعدة البيانات كيف افعل زر اذا تم الضغط عليه يرسل المدخلات الى قاعدة البيانات واذا في امر احطه في ملف web.php ياليت تساعدوني فيه كود الصفحة <div class="formbold-main-wrapper"> <!-- Author: FormBold Team --> <!-- Learn More: https://formbold.com --> <div class="formbold-form-wrapper"> <img src="ght.png"> <form action="layouts.form" method="POST"> <div class="formbold-input-flex"> <div> <label for="firstname" class="formbold-form-label"> First Name </label> <input type="text" name="firstname" id="firstname" placeholder="Your first name" class="formbold-form-input" /> </div> <div> <label for="lastname" class="formbold-form-label"> Last Name </label> <input type="text" name="lastname" id="lastname" placeholder="Your last name" class="formbold-form-input" /> </div> </div> <div> <label for="email" class="formbold-form-label"> Email </label> <input type="email" name="email" id="email" placeholder="example@email.com" class="formbold-form-input" /> </div> <div class="formbold-mb-3 formbold-input-wrapp"> <label for="phone" class="formbold-form-label"> Phone </label> <div> <input type="text" name="areacode" id="areacode" placeholder="Area code" class="formbold-form-input formbold-w-45" /> <input type="text" name="phone" id="phone" placeholder="Phone number" class="formbold-form-input" /> </div> </div> <div> <label class="formbold-form-label">Category</label> <select class="formbold-form-input" name="category" id="category"> <option value="nurse">Nurse</option> <option value="physician">Physician</option> <option value="services">Allied healthcare services</option> <option value="admin">Admin</option> </select> </div> <br> <div id="wrapper"> <label for="yes_no_radio formbold-form-label">Are licensed to practice in one or more of these countries (Saudi Arabia, UAE, Oman, Kuwait, Bahrain, Qatar)</label> <p> <br> <input type="radio" name="yes_no" checked>Yes </input> </p> <br> <p> <input type="radio" name="yes_no">No </input> </p> </div> <br> <div class="formbold-form-file-flex"> <label for="upload" class="formbold-form-label"> Upload Resume </label> <input type="file" name="upload" id="upload" class="formbold-form-file" /> </div> <button class="formbold-btn">Apply Now</button> </form> </div> </div> <style>
  4. شكرا لك على المعلومات وجعلها في موازين حسناتك
  5. السلام عليكم عندي صفحة نموذج فيها 4 انواع اسئلة ما اعرف كيف اعرفهم 1 - (قائمة منسدله) كيف اعرفها 2- اختيارات نعم او لا 3- رفع مرفق 4- هل تعريفي للرقم الهاتف صحيح ؟ مرفق لكم ملف قاعدة البيانات + صوره للنموذج <?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; return new class extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('articales', function (Blueprint $table) { $table->id(); $table->string('firstname'); $table->string('lastname'); $table->string('email'); $table->string('areacode','phone'); $table->string('category'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('articales'); } };
  6. لا احتاج برمجة خاصة لان المدفوع ما يخدمني انا مبتدئ برمجة php واحتاج دروس تنفع اسوي فيها ( الفكرة مجرد فورم واحد يتعبى ولوحة تحكم تظهر فيه الردود واصدرها اكسل )
  7. السلام عليكم ورحمة الله وبركاته انا احتاج الى موقع يقدم خدمة الاستبيان مثل google Forms (نماذج قوقل) فيه لوحة تحكم تظهر ويمكن تصدير المدخلات الى ملف اكسل ويمكن إضافة فلتر بحث(قائمة منسدلة) بالمعلومات في شرح تنصحوني اتابعه
×
×
  • أضف...