Difference between revisions of "Learning PHP"

From emboxit
Jump to: navigation, search
 
m (1 revision)
 
(No difference)

Latest revision as of 16:51, 11 September 2015

All examples from w3schools

in emboxit.com/nx

File:Learning php-1.jpg
Indicators: Current 5A max, Voltage 30V max


simple

File:Learning php-2.jpg
Indicators: Current 5A max, Voltage 30V max

1.php

<html>
<body>

<form action="welcome.php" method="post">
Name: <input type="text" name="name"><br>
E-mail: <input type="text" name="email"><br>
<input type="submit">
</form>

</body>
</html> 


ThingSpeak

File:Learning php-3.jpg
Indicators: Current 5A max, Voltage 30V max

3.php

<!DOCTYPE HTML>
<html>
<body>

<iframe style="border: 1px solid #cccccc;" src="https://www.thingspeak.com/channels/7742/charts/1?  
  height=300&width=640&results=30&title=Nikos Python and PHP%20Data from Thingspeak channel 7742%20:)
  &dynamic=true&results=30" height="300" width="640">
</iframe>

</body>
</html>