Jump to content

Очистка таблицы core_log через php

Featured Replies

Posted
comment_176014

Привет, подскажите, где косяк?

<?php

$link = mysql_connect('localhost', 'baza', 'parol');

$rv = mysql_select_db('baza', $link);

$sql = "TRUNCATE TABLE `core_log`";

mysql_query($sql);

?>

Edited by AlphaStar

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.