Skip to content
Advertisement

Tag: html

how to get data from another form

I have three forms which are homeUser.php, application.php, and payment.php. in homeUser.php I have this information with form details. So in form application.php, I can retrieve the id by using the code However, I want to use the numApplicant and location in the third form also. how should I call it in the third form? Answer Two options. 1: Store

CSS Styling in PHP echo

I am very new to using PHP and I am unsure how to style this table. I created a class but I am not sure if I make the changes in a separate CSS file because this did not work for me. Do I use style tags? How can I do this? Answer Just make sure the css file is

What is the best way to generate an URL that expires in 3 days? [closed]

Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed last year. Improve this question Hello to all of you developers, I wanted to make a web page in php that can only be accessed through a

Force download image from different server html

I have a link, that after click the link, user can download image. Right now, after click the link, user only can viewed the image. How can I make browser to make after user click link, it will force to download the image Here’s the code I’ve tried added php code from here and here in below my html code,

hide the content of the page if the user is not logged in

I am trying to hide the contents of the page if the user is not logged in, everything is now hidden except the nav. It doesn’t apply the css code that I used. as you can see in the code I have added .dipsplay-custom: none; if the user session is not set so in every parent I added display-custom the

Advertisement