1)I have a script add.php this adds some user information into my mysql database. One special feature is that the last field of the database is called 'status' & is set by default to 'N'
The purpose of this is to the data ready for me to validate it, by setting the feild to 'Y' & therefore the details can then be viewed on the website. The problem I am having with it is that it isnt adding any data to the database. I have checked the $query = "INSERT INTO etc etc and all values match the database yet it is not inseting any data. So that is the first one.
2)I then have 2 scripts validate.php and clean.php they deal with the validation of the data into the database yet this doesnt work as well. I think it will be the same problem as above...but I am unable to see why.
If you think you can help I will either post the scripts here or email them to you. My email is aaron@adultinfo4u.co.uk