Max Resnikoff
Hi,   I have been looking for tutorials on how to have a loading animation show up when the form is submitted.   But i found a problem: even if the data in the fields is empty or incorrect, the…
in Dreamweaver support forum
Max Resnikoff
Hi,   I have a form which has its action to redirect to: update.php, where the action takes place.   But when the user click on the delete button, it goes to update.php and stays on the blank page.…
in Dreamweaver support forum
Max Resnikoff
hi,   how would I go about setting up a table cell which will display a tick if the user has paid, and an x if the user has not yet paid?   In my database I have the field: payment. In the php…
in Dreamweaver support forum
Max Resnikoff
Can anyone help me find the error in this code please? There is a code below this that sends an email, and it all works fine, but the data isnt being posted into the database for some reason (This…
in Dreamweaver support forum
Max Resnikoff
Hi,   This is the part of my code which send the email with the form details on it:   <?php if(isset($_POST['submit'])) {     $msg = 'firstname: ' .$_POST['firstname'] ."\n"         .'lastname:…
in Dreamweaver support forum
Max Resnikoff
Hi,   Can someone help me to write a script, which will allow me to insert the forms data into the MySQL database, and send a confirmation email?   I have tried to look this up, but I can't seem to…
in Dreamweaver support forum
Max Resnikoff
Why do I get this error message when the page is loaded?   Notice: Undefined index: name in C:\xampp\htdocs\dj-direct\test.php on line 6   Notice: Undefined index: email in…
in Dreamweaver support forum
Max Resnikoff
My Code wont work when I try to upload an image to mysql. (Field in mysql is BLOB)       <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"…
in Dreamweaver support forum
Max Resnikoff
Hi,   I know how to create jump links, but with normal text and anchors.   But how would I jumpto a newly created record?   For example: The user fills in the form They are redirected to the…
in Dreamweaver support forum
Max Resnikoff
Hi,   I have this set up:     instead of the password being shown, I have previously just added ******* instead of the dynamic text binding. But i want to be able to see how many characters long…
in Dreamweaver support forum
Max Resnikoff
Hi, How would I allow the email addresses, which hva been entered into the user registration form to be sent to the mailing list in Mailchimp?   Here is the code for the page which contains the…
in Dreamweaver support forum
Load more items