Relative Content

Tag Archive for phphtmlxampp

what should i do for file export of hidden data

i am using xampp for a page where for the database i am taking 3 columns of the data to be shown in a data-table. i want to make file export buttons (csv,excel,pdf,print) for all the data that is present in the table that i am using (without displaying them), for example i have total 10 columns in the table

HTML registration form and php database

I have create a website using html which contains a registration form for an account. I have created a detabase using Xammp and phpmyadmin for which I also created a php code so that the information from the form can be save on the data base. However whenever I fill out the registration form and press send, the page loads and shows me my php code.