insert a record

1
2
<?php
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

2 Responses

This has a security hole, and anyone entering data from the form can inject code directly into your query. Parameterizing your query would be a much better method than directly inserting $_POST data into your raw query.
print=input()

Write a comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.