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
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!!!!
@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'.
Hi, I am a beginner in php and mysql, I wonder how long it usual take people to learn them and be able to make a database driven website? anyone have idea?
Is it actually giving you an error or giving you a Notice: because the notice just means that it might not work, and XAMPP has those notice warnings turned off by default, so if you are using something else as a webhost, like WAMPSERVER or LAMPSERVER, or have actaully bought a web host, then they might not have those turned off by default, I am sure that WAMP doesn't and that was bothering me for a while and you can just disable it.
not so sweet since I've followed the exact instructions and post nothing. Also no idea about how these two files relate to one another-that is, do they need to be in any particular directory or not to work. If it were working I would not be asking this question obviously, but both files are in htdocs and this is still not working.
this is wierd. the button will do nothing if i click it but if i press enter after typing the name it works o.0
TehOsumBanana 1 month ago
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
ItalianNatural 1 month ago in playlist PHP Programming Tutorials
Admit*
ItalianNatural 1 month ago in playlist PHP Programming Tutorials
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
Dulkar9 3 months ago
thank you.
crushcrs 4 months ago 3
That mindfucked me when he said Danny :S
dannyskyrme93 5 months ago
If you don't want the button to say "Submit Query", then do this:
input type="submit"value="PUT WHATEVERYOUWANTBUTTONTOSAYHERE"
AJTFTS 5 months ago
Undefined variable: _post in C:\xampp\htdocs\pf.php on line 6
plz help me to solve this error thx
dhavaleganesh 5 months ago
@dhavaleganesh It happens to me. Did you fix it? If yes, let me know how.
farzad2340 5 months ago
@dhavaleganesh it NEEDS to be in caps - $_POST["variable_here"]
MinerandCrafter 5 months ago
This has been flagged as spam show
i want innovative project in php.(for my last year B.E IT project)if u possible then send that project on svgore@gmail.com
sushant1942 6 months ago
AWESOME....!!!
Thanks a ton for these tutorials...you actually describe each 'n' every thing..!!!
frankfill2050 6 months ago
please support this tutorial very helpful.thanks
mydreamcode19 6 months ago
thx, really helped me with a little ting on my website :D
SwipperHD 7 months ago
lets say I wanna change the title of testerpage.php... i want it to be the variable "name"... what do I type in instead of echo $_POST["name"]; ?
aydoooo 10 months ago
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
LivingSkits 10 months ago
I guess that is intuitive but I was confused with that
Diifusal 1 year ago
Comment removed
Diifusal 1 year ago
I have a problem here and YouTube doesn't let me post the script... How can I contact you?
Diifusal 1 year ago
You are the best !
MrRazvan98 1 year ago
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!
gajepapponetti 1 year ago
moron forms?
TheRatiniked 1 year ago
can anyone tell me what is the difference between this ' and " ???
hanz17o18 1 year ago
@hanz17o18 There is not a difference.
ZombieCrusherLive 1 year ago
@hanz17o18
you can use them like this, without closing
="xxxx'ooo'mmm"
" close "
' close '
xXZarlachXx 1 year ago
@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'.
fmcneillii 1 year ago
Just a piece of advice--From this point on it's very usefull for someone to have seen his Dreamweaver tutorials.
kopilatis10 1 year ago
OK it's working, I was opening the php file from the filebrowser instead of going through localhost/welcome.php . guess I got a lot to learn
veQue2 1 year ago
It's not working for me, Please anyone help. I think I followed this tut perfectly. but maybe I missed a step or something.
It goes to the testerpage.php but i don't see a name.
thanks
veQue2 1 year ago
Why didnt you use htmlspecialchars? Everyone could add some Javascript into the page like this.
TheZumm17 1 year ago
@TheZumm17 dnt be a smart ass- its for people learning.
Qunir 1 year ago
Comment removed
matman476 1 year ago
Thank you. - behind vfx
mangoprojects 1 year ago
Why are you using HTML for a PHP tutorial. I'm quite certain that PHP does not require HTML to work properly.
TheErroneousOne 1 year ago
I did what you said, but the name didn't show up after.
SnowboardKid8023 1 year ago
You are geat man.
I wish you were my teacher in my class.
whoopie123456 1 year ago
really good tutor!!
r4jk3 1 year ago
i can just say it works for me :D
frede9090 1 year ago
For all who had a problem using this... the code to print the name is supposed to be:
echo $_GET["name"];
-not-
echo $_POST["name"]
...hope that helps
RAAAJcom 1 year ago
i combined this with the switch, i might play a prank on my friend tomorrow (nothing too serious)
Kalahridudex 2 years ago
Ive watched from 1-19, understanding them all great, thanks man!
joeyc2410 2 years ago
1 question...can the page wif the forms be saved with the extension as .html while the other one as .php?
xxheroguyxx 2 years ago
yep, form is html-only =)
BackRaw 2 years ago
uggh i have watched these videos a bunch of times but it still doesnt work
TheWebdesignermonkey 2 years ago
Great Tutorial! Very well explained to beginner!
hpeyuan 2 years ago
Hi, I am a beginner in php and mysql, I wonder how long it usual take people to learn them and be able to make a database driven website? anyone have idea?
hpeyuan 2 years ago
Do you have idea why when I input $_post and it is not working, but when I change it to &_POST, it is working?
hpeyuan 2 years ago
because a lot of the computer languages make you put caps for somethings
Riot186 2 years ago
@hpeyuan,
Is it actually giving you an error or giving you a Notice: because the notice just means that it might not work, and XAMPP has those notice warnings turned off by default, so if you are using something else as a webhost, like WAMPSERVER or LAMPSERVER, or have actaully bought a web host, then they might not have those turned off by default, I am sure that WAMP doesn't and that was bothering me for a while and you can just disable it.
Just Google, how to disable php error warnings.
iGiveFreeTutorials 2 years ago
took me about a month to get enough knowledge to build a login with mySQL, took a while to find and fix all my errors though.
Aflikshun 2 years ago 3
haha.. great tutorial!!
pinakapogingbata 2 years ago
jackass much?
r4nd0msh1t 2 years ago
i bet i could rip your gf a new in bed.
mcwonderboy 2 years ago
why is that so fuckin funny?
mcwonderboy 2 years ago
when i type danny in then hit submit it reverts me back to testerpage.php, its pissing me off.
mcwonderboy 2 years ago
Yes sir i got it!
SriLankanAirlines 2 years ago
why does testerpage.php have html and body tags?
thetawaves48 3 years ago
html and php can be wrapped. The form is in html
joemomma53 2 years ago
not so sweet since I've followed the exact instructions and post nothing. Also no idea about how these two files relate to one another-that is, do they need to be in any particular directory or not to work. If it were working I would not be asking this question obviously, but both files are in htdocs and this is still not working.
tagoate 3 years ago
it has to be in the same directory... save all your files in the htdocs...
how the two files relate to each other? isnt welcome.php using the form action to call testerpage.php?
OMGwhatusernametouse 2 years ago
Sweeeeeeeeet!!!
Strongbadunit2 3 years ago
i get an error 403 when i hit submit.. probably something with apache.
ptrakk 3 years ago
rename your "testerpage"
helltryton 2 years ago
If your on skype get off of it
Riot186 2 years ago
Thanks very much subscribe
max100oo 3 years ago
hay man u helped me alot thanks
rsmoney2k08 3 years ago