Skip to content

Commit

Permalink
updated input data string and the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jehovahsays committed Jun 30, 2024
1 parent db9abae commit 36bbe40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# manual
<br>
speech utterance from back end and front end added
unfinished still working on the loggers<br>
these loggers write real-time user input data to pages<br>
the loggers usually break because of human developer errors<br>
Expand Down Expand Up @@ -28,7 +29,7 @@ i added a delete button at bottom of every page a user creates.<br>
welcome to:<br>
<H3>manual</H3><br>
For educational purposes only.<br>
<a href="https://jehovahsays.github.io/manual/how/map.html">click here</a> to view how the search engine works<br>
<a href="http://jehovahsays.github.io/manual/how/map.html">click here</a> to view how the search engine works<br>
hardware: iphone<br>
software: phpwin iphone app<br>
http web server with php<br>
Expand Down
2 changes: 1 addition & 1 deletion action.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
."\""
.">\n"
."<style>fieldset{position:absolute;width:100%;height: 100%;}</style>\n<title>$value</title>\n</head>\n<body>"
."<fieldset>\n<legend>$value</legend><script> var msg = new SpeechSynthesisUtterance('$value'); window.speechSynthesis.speak(msg); </script\n</fieldset>\n</body>\n<html>");
."<fieldset>\n<legend>$value</legend><script> var msg = new SpeechSynthesisUtterance('$value'); window.speechSynthesis.speak(msg); </script>\n</fieldset>\n</body>\n<html>");
}
foreach($_POST as $variable => $value)
{
Expand Down
2 changes: 1 addition & 1 deletion en/solution.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>solution</title>
</head>
<body><fieldset>
<legend>solution</legend><script> var msg = new SpeechSynthesisUtterance('solution'); window.speechSynthesis.speak(msg); </script
<legend>solution</legend><script> var msg = new SpeechSynthesisUtterance('solution'); window.speechSynthesis.speak(msg); </script>
</fieldset>
</body>
<html>

0 comments on commit 36bbe40

Please sign in to comment.