محمود موسى2 نشر 9 أغسطس 2021 أرسل تقرير نشر 9 أغسطس 2021 <form method="get" action="http://example.com?first=1"> <input name="second"> <input type="submit" value="submit"> </form> كيف عند عمل submit للفورم يصبح الرابط كالتالي: http://example.com?first=1&second=text ?? استعمل لارافل 8 وشكرا 1 اقتباس
0 Wael Aljamal نشر 9 أغسطس 2021 أرسل تقرير نشر 9 أغسطس 2021 أي أنك تريد تثبيت الوسيط first=1 يمكن وضع input مخفي <input type="hidden" name="first" value="1"> سيتم إضافته للرابط.. <form method="get" action="http://example.com"> <input type="hidden" name="first" value="1" /> <input name="second" /> <input type="submit" value="submit" /> </form> والتجريب: إدخال 5 في الحقل الظاهر في الصفحة يرسل الطلب للصفحة http://example.com/?first=1&second=5 1 اقتباس
السؤال
محمود موسى2
كيف عند عمل submit للفورم يصبح الرابط كالتالي:
http://example.com?first=1&second=text ??
استعمل لارافل 8 وشكرا
1 جواب على هذا السؤال
Recommended Posts
انضم إلى النقاش
يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.