Skip to content
Advertisement

Tag: html

Website displaying differently on Chrome vs Internet Explorer

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?

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

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

Advertisement