|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
this simple submit form tutorial
i successfully completed this tutorial, but am not receiveing any emails from it when someone posts to it, can someone try for me?
http://keyworthgraphics.com/feedback.html it seems to work ok, maybe have a look at the source, i just can't figure out what else might need to be edited... ![]() |
|
#2
|
|||
|
|||
|
Are you talking about this article: Simple feedback form ? If so, there's some variables that need to be udpated for newer versions of PHP. Newer versions change the default of a configuration value; register_globals now defaults to off. This means that ie the $email variable in that article would need to be changed to $_POST['email'] as well as changing the other variables used in the form.
Galewind |
|
#3
|
|||
|
|||
|
php submit form
hi and thanks for the reply...you're talking "all greek" to me, as i know nothing about coding, but seem to think i can edit anything...here's what is in my .php file
Quote:
i'm pretty dumb aren't i!? sorry to have bugged you...i'll learn more about this soon Billy |
|
#4
|
|||
|
|||
|
Ok, change your code to look like this:
PHP Code:
|
|
#5
|
|||
|
|||
|
link check
i tried that to no avail. iow, no email came to me after hitting the submit button. here's the link for the flash movie that has the submit form in it:
my crazy home page maybe you want to look at the submit button actionscript? thanks in advance for sticking with me... |
|
#6
|
|||
|
|||
|
php submit form
hi and thanks for the reply...you're talking "all greek" to me, as i know nothing about coding, but seem to think i can edit anything...here's what is in my .php file
Quote:
i'm pretty dumb aren't i!? sorry to have bugged you...i'll learn more about this soon Billy |
|
#7
|
|||
|
|||
|
Re: link check
Quote:
Ooh. Well unfortunately, I know absolutely nothing about Flash or ActionScript. Is it using the POST or GET method to submit to your PHP script? You might try using a regular HTML form using the POST method, for testing purposes. If it works with HTML, then the problem is somewhere in your Flash. Galewind |
|
#8
|
|||
|
|||
|
thanks galewind!
i am working on it, still!!! but am making slow and steady progress. thanks for your input.
B |
![]() |
| Viewing: Dev Articles Community Forums > Programming > Programming Tools > this simple submit form tutorial |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|