- Joined
- 11 yrs. 6 mth. 27 days
- Messages
- 5,381
- Reaction score
- 18,380
- Age
- 45
- Wallet
- 11,590$
- [email protected]
Hello,
This class "SQL" is used to facilitate your query sql.
You can:
-display
-add
-change
-remove
Here is the code:
[!] Warning : SQL vulnerabilities are not secure [!]
How to use ?
imagine a database:
Column id is Auto increment.
Table name: blog
+----------------------------------------+
| id | title | text |
+----------------------------------------+
| 1 | Hello |asd ada asda a |
| 2 | CrackingForums |.net |
| 3 | OOP |Made in chimania |
+----------------------------------------+
Display:
Result:
<h1>Hello</h1>
<p>asda asda</p>
Display(loop):
Result:
<h1>Hello</h1>
<p>Coded By M4ke</p>
<h1>Z+</h1>
<p>For Z+</p>
<h1>OOP</h1>
<p>Made in chimania</p>
Add:
Result:
Added to database.
Change:
Result:
Change with the value in the input.
Remove:
Result:
Delete line 1
This class "SQL" is used to facilitate your query sql.
You can:
-display
-add
-change
-remove
Here is the code:
[!] Warning : SQL vulnerabilities are not secure [!]
How to use ?
imagine a database:
Column id is Auto increment.
Table name: blog
+----------------------------------------+
| id | title | text |
+----------------------------------------+
| 1 | Hello |asd ada asda a |
| 2 | CrackingForums |.net |
| 3 | OOP |Made in chimania |
+----------------------------------------+
Display:
Result:
<h1>Hello</h1>
<p>asda asda</p>
Display(loop):
Result:
<h1>Hello</h1>
<p>Coded By M4ke</p>
<h1>Z+</h1>
<p>For Z+</p>
<h1>OOP</h1>
<p>Made in chimania</p>
Add:
Result:
Added to database.
Change:
Result:
Change with the value in the input.
Remove:
Result:
Delete line 1