<?php $get_dump = file_get_contents( $_SERVER['DOCUMENT_ROOT'] . '/baza.sql' ); mysql_query( $get_dump ); ?>