PHP coding help

Status
Not open for further replies.

iophobon

New Member
Messages
3
Reaction score
0
Points
0
Hi,

I'm having problems with an email PHP script and maybe I'm just missing something but hopefully someone can help.

I have an HTML page with a form that sends the data to the script via post. When I submit the form the script seems to run fine except that I cannot see the variables from the form inputs. I have double-checked to make sure all the inputs have the right name tags but the variables are still empty when I look at them in the PHP file. I'm very new to PHP coding, so maybe I'm missing a step?

Thanks!
 

wh00p101

New Member
Messages
241
Reaction score
0
Points
0
Have you made sure that you have the appropriate php level go to http://x10hosting.com/account and scroll down on the left hand side to check and change this. Also could we see the file that seems to be causing the problem?

Thanks
Chris
 

iophobon

New Member
Messages
3
Reaction score
0
Points
0
Thanks for replying. It turns out I was able to figure it out using Google. The original tutorial I was using neglected to tell me that I had to extract the variables from the HTTP_POST_VARS array. I need to remember to look for answers more thoroughly before I bother other people in the future.
 
Status
Not open for further replies.
Top