@mike
for add, update and delete data to database, can we use some syntax like this :
INSERT INTO table_name (column1, column2,...) VALUES (value1, value2,....)
UPDATE tableName SET column_name = new_value WHERE columns1 = [FONT=verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif]"1"[/font]
DELETE FROM tableName WHERE column1 = '1'
this syntax ussually i use for insert, update and delete with visual basic 6, but it can use for php, you can see it at
PHP MySQL Delete From
in php, can i call a mesagge box ?
like in vb6, coz i want to confirm first before delete data
thanks,
randy
Bookmarks