hello,
i am new to php , and recently installed xampp for my project purpose.
i have been facing a problem for quite some time now and unable to find any solution. and as a result, my project is at halt.
i have made a registration form in html&css and which is connected to my php page. the problem is that the changes are not occuring in my database. whenever i click submit , it show me the result but with no values being added to my database. just a blank row appears there.
i have tried various formats for the QUERY part with different combination of single quotes and double quotes but none worked out for me.
please let me know the changes required in $query.
waiting for a reply.
thank you.
i am new to php , and recently installed xampp for my project purpose.
i have been facing a problem for quite some time now and unable to find any solution. and as a result, my project is at halt.
i have made a registration form in html&css and which is connected to my php page. the problem is that the changes are not occuring in my database. whenever i click submit , it show me the result but with no values being added to my database. just a blank row appears there.
i have tried various formats for the QUERY part with different combination of single quotes and double quotes but none worked out for me.
please let me know the changes required in $query.
waiting for a reply.
thank you.
Comment