Re: [PHP] phpmyadmin duplication of sql

2003-02-24 Thread Michael Gaab
"Daniel Guerrier" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Duplicate column name 'y' > Back > > It means what it said. You are trying to create a > table with two columns with the same name. no i use the textfields presented with the interface. i create a new table with 1 f

[PHP] phpmyadmin duplication of sql

2003-02-24 Thread Michael Gaab
i am using the phpmyadmin interface to develop a small web based application. when i create a table i get the following error. for some reason the query inserts a duplicate. any help appreciated, mike Error SQL-query : CREATE TABLE `t2` ( `y` VARCHAR( 5 ) NOT NULL , `y` VARCHAR( 5 ) NOT NUL

[PHP] timer problem

2003-02-22 Thread Michael Gaab
hi. i want to automate some activities by date. on a certain date i want to do some specific processing. the application is web based using apache. i guess i would need some way of calling the program daily to see if "today is the day." thread/daemon? any suggestions appreciated. mike -- P