Summary: does anyone know if its possable to get a PHP form to submit to a database on the backend and also send an email with the details to a certain email a...
Summary: Hi I have a PHP form that inputs things into a database and then later display the stuff in a webpage My main concern is validation of the user's inpu...
Summary: Hey guys, I have an existing php form that runs fine but I was wondering if I can make it so when the submit button is pressed if it can go to 3 diffe...
Summary: Hello all, I actually need a php form by which i can ask users to submit some data and can upload a file.The form data submitted and the fil...
Summary: I'm have a site built and people can login and upload/view their files. It is using Joomla!. I want a progress bar so people know the files are reall...
Summary: I have a simple php form that I wanted to tweak but dont know if its possible. Its a basic form that takes a name, email address and text and emails i...
Summary: Hi Guys I want to get my site to redirect me back to the homepage once my basic PHP form submission has been sent to my e-mail address. Do i need to ...
Summary: I am rewriting my web site in php to take advantage of mySQL. Currently, I am trying to take the contents of a text field (like the kind one types in...
Summary: i can't get this form work....please help... <?php // This is an example of config.php $dbhost = 'localhost'; $dbuser = 'root'; $dbpass = 'admin'; ...
Summary: i want to post information to a php file using php itself, exactly the same way you would do in a form, but without having to enter details and press ...
Summary: I've got a contact us form on a generated php page, so if the user completes and does mistakes it will advise on the next page...(this works fine) BUT...
Summary: HI there, im begining to learn php. Im a total beginer, so please excuse the easy questions. ive got a simple form and im trying to construct an if st...
Summary: If I look at the code, I have the idea something is missing, ie. the $submit-variable, I dont see where it is created but it is used in the beginning ...
Summary: http://www.perfectionconstruction.c... On this page, I have a form that should collect personal info and an order for fotos and submit the order to my...
Summary: Hello everyone, I am running into a few small problems with my php form. 1.Why don't my images show? Instead I get broken image icons. while($result_...
Summary: Hey there :) I'm trying to figure out what the heck happened... Let's say I have an array of user_id that I need send e-mail to. I programmed button:...
Summary: Dario- We've answered this enough times that I ended up starting a tutorial on it. It's in a very rough form right now, but it is functional enough t...
Summary: Hey guys, I am going to post a partial code with my checkboxed part of my php form, I am new to php so bear with me. I cannot get this to send to me r...
Summary: I have currently setup a php form. Once information is submitted, it should sent it to my email however it is not. Does this usually take a while? The...
Summary: The information from the Option element is not showing in the e-mails. How can you include the Option element with this secure php form? <?php ...
Summary: Using a PHP form, a user selects multiple checkboxes (not required fields) and forgets to enter name etc(required field), the form submits & reloads a...
Summary: You really don't need a database if it's just e-mailing the items the person just filled out in the form. A PHP form itself will take care of that, w...
Summary: i have a php form where i want it to submit a time and perform a query to see if the time already exists on other records or is empty greater than 1hr...
Summary: Hi, I'm designing a page that submits a PHP form which in turn executes a file on the server. So basically, when the form is submitted, it runs the fi...