<?php $base_datos="base_de_datos"; mysql_select_db($base_datos); $ssql="TRUNCATE TABLE 'librovisitas_php'"; mysql_query($ssql);