Skip to the content.

RgTheGreat.github.io

Amazing coding ideas, projects, news and HowTo!

welcome to rgthegreat.github.io (blog)


here are some things you can create using python

py term

## here is the code, it know real python commands and calculation»>

while 1:
x = input("py-term_Snow12 >>> ")
if x == 'out':
break
try:
y = eval(x)
if y: print(y)
except:
try:
exec(x)
except Exception as e:
print("Syntax or spelling error :", e)
view raw py-term..py hosted with ❤ by GitHub

Simple login system using html and php

create a real html and php form, but it can’t store data you need SQL for that!

first write a simple form using html »>

Name:
E-mail:

And the code ofcourse »

HTML

https://rgthegreat.github.io/index.md

PHP

https://rgthegreat.github.io/index_php.md


code the web using our code-editor.

More info Click to Download

If you want to discover more code visit my github profile »» https://github.com/RgTheGreat