I’m trying to display the options for the questions. i have the problem that when im doing it this way: @section(‘content’)
Quiz: {{$category-…
I’m trying to display the options for the questions. i have the problem that when im doing it this way: @section(‘content’)
Quiz: {{$category-…
So, I have an HTML/PHP form that has a select list box from which you can select multiple values because its multiple properties are set to multiple. Consider the form method is ‘POST’. But the list …
this is my JSON {“status”:1,”error”:0,”packet_list”:[{“booked_packet_id”:”22597002″,”booking_date”:”29/01/2020″,”track_number”:”LE782095573″,”track_number_short”:”782095573″,R…
So I have used the code:
Name
Email
<input type="text" name="…
I have an automatic image carousel in javascript for my html website. The carousel has 5 images. The carousel works well on the first round, but on the second round of images, the 1st image doesn’t …
i try to save textarea in html to file (“C:xampphtdocstest1one.txt”) so i figure out i must use php too. this php code, it work fine $fp = fopen(‘one.txt’, ‘w’); fwrite($fp, ‘edit me please’); …
I have problem with hiding empty links.. please can someone help me.: <a href="/sunsetplanlama//kumas_1.png” data-lightbox=”kumas” data-title=”<?php …
I find this helpful article for resizing images before uploading them to the server. I want to use it for some repetitive HTML input but I’m having a problem altering the javascript code since I’m not …
I have built a subcategory widget, which pulls all subcategories from a parent cat ID and displays them as list items. I only want to display 10 list items and beyond that, display a “view all” link …
I’m a have a form in a file called SignUpForm.php, when it’s submitted, the page is redirected to the url http://localhost/MySite/Includes/SignUp.php?step=1, and in the file SignUp.php I have a 3 …