Posts by Loose • 53 points
2 posts
-
2
votes3
answers945
viewsQ: Problem with php query because of quotation marks
I’m having trouble with a php query as follows, Example: INSERT INTO Customers (CustomerName, ContactName, Address, City, PostalCode, Country) VALUES ('Cardinal','Tom B. Erichsen','Skagen…
-
0
votes1
answer233
viewsQ: Prevent js file from running
I would like to know how to prevent or modify a file . js of a site when running in my browser. The site has the following code <script type="text/javascript"…