Kashipara.com is a community of ONE million programmers and students, Just like you, Helping each other.Join them. It only takes a minute: Sign Up
Job Resume Template* * http://www.ecommercesolutions.it * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * version 2.1 as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details at * http://www.gnu.org/copyleft/lgpl.html * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * Note sulla licenza: * E' vietato distribuire il software dietro pagamento di denaro oppure ricevere un compenso * per la gestione del software. Il software � personale e puoi essere distribuito solo gratuitamente. * L'autore del software � sandro stracuzzi e va citato insieme al sito ufficiale http://www.ecommercesolutions.it * in ogni pagina del sito. * E' severamente vietato eliminare i riferimenti all'autore o al sito web dalle pagine del sito. * * Chiunque non accetti queste note o � contrario ad esse � pregato di non utilizzare il software altrimenti * verr� perseguito legalmente. * */ $obj=new sast1com(); $obj->connessione(); $dati=mysql_query("select * from configurazione where id='1'"); while($array=mysql_fetch_array($dati)){ $tpl=$array[template]; $tpl=str_replace("../","",$tpl); } ?> Notice: Undefined variable: tpl in C:xampp1htdocsEcommerce Solutionsindex.php on line 50 and database error phpMyAdmin SQL Dump -- version 2.6.1-pl3 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generato il: 22 Dic, 2006 at 12:47 PM -- Versione MySQL: 3.23.49 -- Versione PHP: 4.2.0 -- -- Database: `cart` -- -- -------------------------------------------------------- -- -- Struttura della tabella `allegati` -- CREATE TABLE `allegati` ( `id` int(11) NOT NULL auto_increment, `idp` int(11) NOT NULL default '0', `percorso` varchar(255) NOT NULL default '', PRIMARY KEY (`id`) ) TYPE=MyISAM AUTO_INCREMENT=5