Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner My 4 domains are all through URL provider IONOS. The question is why does the sender's email address as entered on the front end of the on-line submission form have to have the same ending as the domain name of the site or one of the other 3 or else submitted info fails to send ? Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … would fail to send because his email address wasn't entered as johnsmith@RTO-USA.net (or johnsmith@SubterraneanSoundStudio.com, etc… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … PHP file, the email address in question is not anything entered by submitter but simply one with the correct @site.com… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … email address, ANY email address (real or fake) can be entered and the submitted information will send successfully. But here's… The Rise of AI Scams: Deciphering Reality in a World of Deepfakes Community Center by Johannes C. … a fraudulent video call. This signals that we have officially entered the era of AI-facilitated scams. But what does this… Displaying the highest and lowest numbers entered in array Programming Software Development by calavan11 … but i want to be able to cover all numbers entered. Positive and Negative. Does anyone have any sugestions. [code…//Output cout << "The sum of the numbers entered is " << dbltotal << endl; cout…lt;< endl; cout << "The minimum number entered was: " << dblmin << endl; … Re: Displaying the highest and lowest numbers entered in array Programming Software Development by calavan11 …//Output cout << "The sum of the numbers entered is " << dbltotal << endl; cout… << "The average of the numbers entered is " << dblaverage <<endl; …lt;< endl; cout << "The minimum number entered was: " << dblmin << endl; … Re: Displaying the highest and lowest numbers entered in array Programming Software Development by V.V.Raman …//Output cout << "The sum of the numbers entered is " << dbltotal << endl; …cout << "The average of the numbers entered is " << dblaverage <<endl; …lt;< endl; cout << "The minimum number entered was: " << dblmin << endl;… html forms auto jump to next field when a certain character is entered Programming Web Development by dewhickey …in the form after a certain number of characters are entered. But that's not what I need. I …the next field. However, if the number 1 is entered, I do not want to jump to the next …field. If the number 1 is entered I want to be able to add a second … numbers 2-9. But if the number 1 is entered, I would like to add a second digit, making… Re: game looping until I entered the wrong answer ,need help Programming by divinity02 … player loses the game if the age is entered incorrectly or if the player ran out of … that it doesn’t matter which character the user entered { System.out.println(username+" that is the…5 "+ " you are hereby required to entered the letter which represent the correct answer"); System.out… javascript calculation when user did not entered few rows Programming Web Development by Indians … the table. its worked but problem is NaN. when i entered all fields then only it shows the final value. if… user entered 5 rows values it shows NaN. I want if they… didn't entered few rows remaining rows will be caluculated and shown in… game looping until I entered the wrong answer ,need help Programming by divinity02 …statement. it will loop until the user entered the wrong answer, i have a feeling… exit the game if the incorrect age is entered } else { System.out.println(username+"…quot;); //this is where the correct age is entered so that the game can continue } int i… Subtract the number entered into the textfield from the database Programming Software Development by cc …second textbox when they press remove the number they entered into the second textbox will be removed from … item is either not in the database or you have entered the wrong information"); } } }catch (SQLException ex) { …is pressed,I had so that when the user entered the name of an item it would remove … why is it on hitting only the if statement when the wrong amount is entered Programming Software Development by divinity02 … that it is an invalid transaction, meaning that the transaction entered exceeded the amount, but for some reason it only goes… user to take the case when the wrong amount is entered when it should go to the else statement to tell… the user that the wrong amount has been entered. tell me what i have done wrong. I havent been… Re: Frequency of characters entered. Programming Software Development by paradoxxx Hi All, The program is supposed to uppercase the characters entered, transpose them (A to B, B to C ... …. Also a count for all other non-alphaitalic characters entered. At the end output which alphaitalic occured the most.…index] = next; int num_used = index; cout << "YOU ENTERED: \n"; for (index = 0; index < num_used; index++)… Re: Frequency of characters entered. Programming Software Development by Ancient Dragon … need a code that keeps a count of each letter entered, and any a count for all other non-letter symbols… entered.[/quote] The code you posted does not do that. You … a count of the number of times a letter is entered. After you enter a character from the keyboard (or a… Re: Subtract the number entered into the textfield from the database Programming Software Development by Ghost_Buster … see if « NUMBERINSTOCK » is equal or greater than the value entered in the « RemoveTextField1 » box ... Otherwise you might set « NUMBERINSTOCK » to…, you should do a bit of validation on the value entered in the « RemoveTextField1 ». Although an SQL sentense is a string… Protecting passwords as they are entered: Programming Software Development by chris99 … I manipulate an entry widget so that it hides the entered characters behind asterisks? like this: Typed: PassWord Displayed as typing… case of eavesdroppers reading over the shoulder as it is entered. Here's the current code, to make the box: [CODE… Frequency of characters entered. Programming Software Development by paradoxxx Hi folks, I have an array of chars letters[], it has both mixed letters, and symbols. I nned a code that keeps a count of each letter entered, and any a count for all other non-letter symbols entered. Thanks in advance and God Bless. Jonn. Storing Entered Values... Programming Software Development by raju123007 … working fine but i want it store the values i entered into another text field... i cant seem to figure out…, i need another text field that stores the values i entered... can someone please help me? [code]import java.awt.*; import… GetWindowText is returning with characters that are not user entered. Programming Software Development by BruenorBH I am using GetWindowText to take user entered data, then seperate it out into variables, then finally use … should just be 2:00 pm or what the user entered. How do i get rid of this extra data? [code… Finding certain characters entered into a text box. Programming Software Development by KC Michaels I need to be able to find specific characters entered into a text box. I need to find out what … if "RED ROSES AND A YELLOW ONE" was entered in the text box I need a way of finding… How to display items that user entered that stored in array?? Programming Software Development by samsons17 … know how to display all the value that the user entered into a single receipt...when i tried to run my… program,its only could display the last value entered by user...After i figured out..i know that i… how do i clear the previous information entered before ask the user again?? Programming Software Development by samsons17 … ways how to clear the informations after the user has entered those informations that are neede by the program.. For example… id,name,price and the quantity that the user have entered before proceed to ask the user again about the informations… how to automatically create a new page when new data is entered Programming Web Development by phpsteve … but i need to create it myself. I have a entered a number of fixed topic names into mysql and echo… new page with with a blank table until posts are entered. i hope this makes sense and thanks for any help… Help with printing a triangle's height based on the number entered Programming Software Development by jwmollman … is make a triangle's height based on the number entered by the user. So if the user enteres 4, the… number of lines based on the height of the trianle // entered above for (int intIndex1 = 0; intIndex1 <= intTriangleHeight; intIndex1 += 1… IF form data entered into MySQL, then send email Programming Web Development by lightningrod66 … data on-the-fly, (b)once all required data is entered, then CLEAN the data and insert into MySQL database, and… happening is: (a) form makes sure that required fields are entered (although it doesn't check the format/validity just yet… Perl Programming using Entered Lines Programming Software Development by Anthony Cameron … go about writing a Perl Progam that can take user entered lines from the keyboard and then store them in an… so that it will tell you how many lines have entered and then print out only lines 2, 3, and 4… Re: Perl Programming using Entered Lines Programming Software Development by richieking Thats easy. You must have a file to write append your entered data. Once you quit, You read the size, print 2,3,4lines from the file. That is any entered input by the user is stored append to the file. Simple ;) Re: Perl Programming using Entered Lines Programming Software Development by Anthony Cameron … easy. You must have a file to write append your entered data. Once you quit, You read the size, print 2…,3,4lines from the file. That is any entered input by the user is stored append to the file…