sorry for my appertly horrible explanation 🙂
The script gathers links and names and throws them in textareas for me to review
The database is updated by clicking submit beneath the textbox
The names and links in the textarea change because of php. Stuff like ' or " don't triger errors while they are in a textarea. While if i let the script get the names and links and immidiatly feed them to the database there are problems.
Now i could remove the " and ' but i would like the 2 scripts to stay as similar as possible so i can easily debug any problems which could come along with the automated script
A'm i making any sense?
Cheers,
Thierry