RE: [Module] Certificate Manager
10-09-2015, 07:44 PM
(This post was last modified: 10-09-2015, 07:49 PM by Diablo925.)
i use somting call replace for mysql
so if you not edit inside the line
# Made from Cert manager start
# Made from Cert manager end
it will only delete this line and not other in the custom part
but if edit beside the line i can not delete the line and it will fail :/
what it do is
is if you type
so if you not edit inside the line
# Made from Cert manager start
# Made from Cert manager end
it will only delete this line and not other in the custom part
but if edit beside the line i can not delete the line and it will fail :/
what it do is
is if you type
Code:
inside you mysql row [value] you have "" Replace me ""
$replace = "Replace me";
$new_line = "Diablo925 rocks";
UPDATE table SET value = replace(value, $replace, $new_line) WHERE id= 1
And you insde you row is say "" Diablo925 rocks ""