My website is working fine on Internet explorer is still fine. Here is a print where you can see the top menu. However, on Chrome the top menu has disappeared. Instead I have this red bar and must click the “MENU” button to see the top menu…(before it was working fine on Chrome): Any ideas why this may be happening?
Tag: html
fill html dropdown with php array [closed]
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 9 months ago. Improve this question I am trying to fill an html dropdown with a php array. Currently, my code creates an empty dropdown and then prints the array on
get value from select inside $post request
Could someone help my with an issue I have? I have made an select list with different options, based on the option the user did choice I want to run a certain function so i can later show the data which i have already saved in my database. However how do I do this? right now I have been working
Retain Two Dependent Dropdowns selected values after form submit or page refresh
I want to have my two dependent dropdowns selected options to stay selected after client submit/refresh page. 1- I want my validation to be Client-side not Server-side. 2- I have my dropdown values in an array using a Script not with HTML Select and Option Tags + PhP method. 3- I currently achieved making dropdown B content dependent on dropdown
I’m using trumbowyg as text editor for the textareas in my forum, but how do I echo it?
I didn’t find any post related to my problem, so here I go : I added trumbowyg (it’s a WYSIWYG editor) to edit the content in my <textarea></textarea>, and it works just fine when I post it in my database. Only problem is : how do I echo it ? The parsing method of trumbowyg takes this form : you
how to show value from hidden box when button onclick in php loop
i trying to build shop simple site for learning but i got stuck when i click button. when i click it nothing happen. it should showing text from value on hidden button when i click button. below is my php code the result is multiple button appear but nothing happen when i click button. total button is based from database
PHP – Best way to get meta data from comments
PHP has a function called get_meta_tags which can read meta tags of HTML files. However, as far as I know there is no standard way to define meta tags for PHP files. The de facto solution seems to be to add comment to the top of the file like so: Is there any way to read these “meta tags” with
Building a variable covariance-table
I want to create a covariance-table that shows all possible combinations between 3-10 inputs. The image below shows a 11×11 table for 10 inputs, and a 4×4 table for 3 inputs. The user can choose anywhere between 3 and 10 inputs, and the table can therefore be in any size between those pictured. . Making this table using HTML-tables seem
Reading CRUD wont show ” marks
I have created a CRUD system for a contact form. If i was to input speech marks (“”) it will not input anything after and including the speechmarks I use the VARCHAR datatype in the database and type=text in html Example In image 1. I have inputted symbols and standard text. This is fine. In image 2. I have placed
PHP Carbon format to New Date() on Javascript
I want my website changed to full server-side, or with little client-side. What format was used by Carbon to Javascript Date object? Something like this? Answer You can read here for Carbon documentation, and you can format Carbon instance whatever you like