Learning PHP

From emboxit
Revision as of 13:49, 23 November 2013 by NikoSysop (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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>