Re: [PHP] Anyone would like to test my open source application http://sourceforge.net/projects/dfo/ ?

2007-01-15 Thread Gert Cuykens
On 1/15/07, Jürgen Wind <[EMAIL PROTECTED]> wrote: Gert Cuykens wrote: > > On 1/15/07, Jürgen Wind <[EMAIL PROTECTED]> wrote: >> Gert Cuykens wrote: >> > >> > Added db5c29 it includes a new server memory login module some small >> > layout a

Re: [PHP] Anyone would like to test my open source application http://sourceforge.net/projects/dfo/ ?

2007-01-15 Thread Gert Cuykens
On 1/15/07, Jürgen Wind <[EMAIL PROTECTED]> wrote: Gert Cuykens wrote: > > Added db5c29 it includes a new server memory login module some small > layout and code modifications. > hmm, syntax error: dg.delete()\n dg.js (line 241) do you know the "Firebug" extensi

Re: [PHP] colon in coma [was: Re: [PHP] Anyone would like to test my open source application http://sourceforge.net/projects/dfo/ ?]

2007-01-14 Thread Gert Cuykens
lol :) Anyway did you guys tried it yet ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Anyone would like to test my open source application http://sourceforge.net/projects/dfo/ ?

2007-01-14 Thread Gert Cuykens
Added db5c29 it includes a new server memory login module some small layout and code modifications. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Anyone would like to test my open source application http://sourceforge.net/projects/dfo/ ?

2007-01-13 Thread Gert Cuykens
On 1/14/07, Jürgen Wind <[EMAIL PROTECTED]> wrote: Gert Cuykens wrote: > > On 1/14/07, Jürgen Wind <[EMAIL PROTECTED]> wrote: >> Gert Cuykens wrote: >> > >> > It's a web based sql console that you can use instead of phpmyadmin. >> > >

Re: [PHP] Anyone would like to test my open source application http://sourceforge.net/projects/dfo/ ?

2007-01-13 Thread Gert Cuykens
On 1/14/07, Jürgen Wind <[EMAIL PROTECTED]> wrote: Gert Cuykens wrote: > > It's a web based sql console that you can use instead of phpmyadmin. > nice idea, but i got lots of js errors (i.e. resulting from an orphaned colon in almost every .js file) i tried db5c28.tar.bz2 fro

[PHP] Anyone would like to test my open source application http://sourceforge.net/projects/dfo/ ?

2007-01-13 Thread Gert Cuykens
It's a web based sql console that you can use instead of phpmyadmin. http://sourceforge.net/projects/dfo/ Firefox 2 only because of the extensive use of xmlhttprequests. Maybe one day somebody could make it IE7 compatible by adding a activex patch. Also need webspace to host a demo, sourceforge

Re: [PHP] http://sourceforge.net/projects/dfo/

2006-10-27 Thread Gert Cuykens
Ok, What specific documentation do you want i start with ? i was hoping it would just work on every firefox and php 5< mysql 5< server with one small change to the php.ini to disable magic quotes see http://php.net/manual/en/security.magicquotes.disabling.php Using it should be quit simple if not

[PHP] http://sourceforge.net/projects/dfo/

2006-10-27 Thread Gert Cuykens
I wrote my own phpmyadmin from scratch, so far i got this http://sourceforge.net/projects/dfo/ and i was wondering what i needed to change so other people would like it too ? I only have tested it on firefox so for now IE probably doesnt like dfo at all, sorry i will fix it later for IE 7. And i

Re: [PHP] exec("mysql -h hhh -u uuu -pppp

2006-10-25 Thread Gert Cuykens
ok thx all, works great now :) On 10/25/06, Stut <[EMAIL PROTECTED]> wrote: Gert Cuykens wrote: > BINGO :) Indeed. > ERROR 2005 (HY000): Unknown MySQL server host 'hhh' (1)Array ( [0] => > ERROR 2005 (HY000): Unknown MySQL server host 'hhh' (1) ) 1 >

Re: [PHP] exec("mysql -h hhh -u uuu -pppp

2006-10-25 Thread Gert Cuykens
s ? On 10/25/06, Stut <[EMAIL PROTECTED]> wrote: Gert Cuykens wrote: > i do not get any output from mysql except form echo $bin that displays 1 ? > exec("mysql -h hhh -u uuu - print_r($out); > echo $bin; > ?> I don't know for sure but chances are that mysql outputs e

Re: [PHP] exec("mysql -h hhh -u uuu -pppp

2006-10-25 Thread Gert Cuykens
David Giragosian < [EMAIL PROTECTED]> wrote: > > What is the SQL you are running in test.php? > > > > David > > > > > > On 10/25/06, Gert Cuykens <[EMAIL PROTECTED] > wrote: > > > > > > i do not get any output from mysql except fo

Re: [PHP] exec("mysql -h hhh -u uuu -pppp

2006-10-25 Thread Gert Cuykens
..) doesnt On 10/25/06, David Giragosian <[EMAIL PROTECTED]> wrote: What is the SQL you are running in test.php? David On 10/25/06, Gert Cuykens <[EMAIL PROTECTED]> wrote: > > i do not get any output from mysql except form echo $bin that displays 1 ? > exec("mysql -h

[PHP] exec("mysql -h hhh -u uuu -pppp

2006-10-25 Thread Gert Cuykens
i do not get any output from mysql except form echo $bin that displays 1 ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php