I have got to admin its much easier then ASPX the uhh way you can get data from 1 page to another, aspx you need code behind for the C#, - Web Developer here
thanks for this tutorial but i have a question you showed us a form post with an input text what if i want to use radio or checkbox how i will do that
and thank you
I figured out why it wasn't working!
RIGHT before you click submit, delete the backslash ( / ) that is after Welcome.php. That will load testerpage.php on it's own instead of it being Welcome.php/testerpage.php
dude i want you to know that your fourms are the best and so are your tutorials i knew nothing about php and now i know a lot possibly enough to build my own fourm. Keep making tutorials and i am going to sub!!!!
Awesome Job!
@hanz17o18 The difference is one is a single character (') and the other is for a string of characters("). For example, you can do the following..."My name is", 'David'....Not 'My name is david'.