subject

Write an html document that includes an anchor tag that calls a php document. also, write the called php script document, which returns a randomly chosen greeting from a list of five different greetings. the greetings must be stored as constant strings in the script. a random number between 0 and 4 can be computed with these lines: # set the seed for mtrand with the number of microseconds # since the last full second of the clock mt_srand((double)microtime() * 1); $number = mtrand(0, 4); # computes a random integer 0-4

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 16:30
If i wanted to include a built-in calendar in a document, what option could i select? draw table insert table insert chart quick tables
Answers: 1
question
Computers and Technology, 24.06.2019 01:30
Hazel has just finished adding pictures to her holiday newsletter. she decides to crop an image. what is cropping an image?
Answers: 1
question
Computers and Technology, 24.06.2019 14:30
When workers demonstrate patience, are able to manage there emotions, and get along with other employees, which skills are being displayed?
Answers: 1
question
Computers and Technology, 24.06.2019 17:40
Pseudocode pld #6, pg. 117 start// declarations// number numbertoguess// number myguess; numbertoguess = 92// while myguess ! = numbertoguess// output " guess an integer number between 1 and 100"// input myguess// if (myguess == numbertoguess)// output "you guessed the correct number"// else// output "the number you guessed was incorrect. try again! "// end if// end while// output " for playing the guessing game. have a great day! "// stop
Answers: 3
You know the right answer?
Write an html document that includes an anchor tag that calls a php document. also, write the called...
Questions