![]() |
|
||||||||||
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|||||
|
|
#11 | |
|
Banned
Join Date: Jun 2006
Location: Blackp ool U.K.
Posts: 3,197
|
Quote:
|
|
|
|
|
|
|
#12 |
|
WLC Member
Join Date: Jul 2012
Posts: 6
|
print_r($_POST); doesn't do anything; nothing happens when I push the button! There is no POST! It doesn't get to the PHP script!
I have this on a local testing server with no access to the internet and no FQDN but I guess I can upload a copy without db access to my web host. I'm not sure what you think is missing but this is it. It's a small form I've built for testing/learning. What do you think is missing? Is this not a good learning forum? Here is a link with a PHP page that simply echos $_POST if the form could get to it: REMOVED, CODE IS IN THREAD EARLIER. Last edited by benzoD; 12th July 12 at 12:20 PM. |
|
|
|
|
|
#13 |
|
Banned
Join Date: Jun 2006
Location: Blackp ool U.K.
Posts: 3,197
|
to submit a form you need a submit button (type="submit") NOT a plain button that needs an event (onclick, onmousedown, onmouseup) attaching to it.
|
|
|
|
|
|
#14 |
|
WLC Member
Join Date: Jul 2012
Posts: 6
|
OMG Thank you. That worked.
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
Linear Mode |
|
|