currently, my code is this and I do not know how to make it centre and the text in blue. $date = new DateTime(“now”, new DateTimeZone(‘Asia/Singapore’) ); $dateString = $date->format(‘d-M-Y …
Tag: html
How to change the quantity of the product if removed in PHP?
I have a form where I am inserting personal data and images. The user can add more than one image. Now when the user submits the form then I am inserting the data and images in the temporary table and …
How to make a popup open for an individual slide rather than all of them at the same time on click?
Using php I have created several popups, that I want to appear once the button of any slide is clicked. The modal (simplified) looks something like this @foreach($products as $key => $product) …
Change bgcolor of the text by giving condition PHP
I am trying to change the background color of the text with a given condition. When the condition is met, the color will be changed. Here is the code I used But I got nothing in return. I tried to …
How to increase/decrease the number in $_GET variable link?
I have a PHP page that utilizes a $_GET variable, “link”, to display a specific image on the page. My PHP page URLs look like “website.com/page.php?link=1” PHP Code: HTML I want to add ‘Next’ and ‘Previous’ buttons on this page, which will go to the next/previou…
How to save / keep checkbox checked?
I’m working on web application project (clinic & laboratory) it’s all about sending tests. i used code below to select the test category first then the test name which related in this category. …
switcher php. my question is with switcher. when I switch and form should be changed dynamically
I have 3 options. They are chair , war and peace, acme disc. switcher php. my question is with switcher. when I switch and form should be changed dynamically. I am beginner on php. Answer
Foreign key returning empty result set
I’ve created a foreign key to link two tables: The addresses of my users (foreign key) User login details (primary key). However, when I create the foreign key no details that the user enters are …
Is there a way to store in a PHP array the selected
My idea is to store in a PHP array the selected from different html ‘ s. In a form I generate using a php function called from a Jquery function a
containing …
how to upload all types of audio files to a folder using php
i have this web program, and i am uploading two types of files, one in image format and one in audio format, the image files are uploading perfectly and any type of image can work, but some audio …