PHP/HTML submit button problem

Hello friends,

I have been having some php problem with my submit button.
When my form is empty and i click the submit button, the if-statement of my script is displayed.

I have tried using the isset() to solve it to no avail.
Someone told me to use Ajax in solving this problem. What do you think? Cant php alone do it?

Thanks,
Golden Waters
 

n1c0_ds

New Member
Hello friends,

I have been having some php problem with my submit button.
When my form is empty and i click the submit button, the if-statement of my script is displayed.

I have tried using the isset() to solve it to no avail.
Someone told me to use Ajax in solving this problem. What do you think? Cant php alone do it?

Thanks,
Golden Waters

Can you upload your PHP code to pastebin and post the link here?
 
Top