Hi all,
this has been driving me mad all day long, I hope you can tell me what I'm doing wrong.
I am creating an SSL Mod for ShavedApe's FXP Pack. What this basically does is add an additional checkbox next to the fastsnap field, which users can check if the server requires implicit SSL. When it requires Implicit SSL, a "SSL Lock" icon will be added in the info box.
I'm stuck at the point where the postinfo is being sent to the database. I have created an additional field for SSL in the ftpdata table.
You must first be a
registered member to view any code.
Then I modified includes/functions_newpost.php.
You must first be a
registered member to view any code.
Debugging shows me that the checking goes OK. It properly sees whether the checkbox was checked or not and sets $ssl to the proper value.
However, my INSERT syntax goes wrong and I don't have a clue why.
I get this SQL error:
SQL Error:
You must first be a
registered member to view any code.
Is the INSERT query uneditable or does it have a special order in which things should be inserted ? I really don't understand what's wrong with the query.
Thanks in advance.