[PHP-WIN] Re: Console, colors and stuff

2002-02-09 Thread Richard
I thought about it, but in Windows 2000 and NT, you can't use ansi.sys from Win32 executables, only from Dos16 exe's. Richard "Alan McFarlane" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Try 'echo'ing ansi control sequences? > > -- > Alan > > Richard <[EMA

[PHP-WIN] Re: Console, colors and stuff

2002-02-09 Thread Alan McFarlane
Try 'echo'ing ansi control sequences? -- Alan Richard <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hey Boys, > > I'm using PHP CGI version on Win32 to write some scripts. Not for a website > or anything, just some scripting at the console window. So now I w

[PHP-WIN] Console, colors and stuff

2002-02-09 Thread Richard
Hey Boys, I'm using PHP CGI version on Win32 to write some scripts. Not for a website or anything, just some scripting at the console window. So now I want to change the text color, clear the screen, and the other usual stuff. Just like I can do with ncursus on the Linux version of PHP. Only, I c

[PHP-WIN] Uploading scripts to web

2002-02-09 Thread Radovan Radic
Hello I have php4 , mysql 3.23, apache and win 2000 pro on my computer, and i have designed one simple site that uses php scripts and mysql databases. Now i want to publish it to the web, but i dont know is there mysql on the server, and if there is how will i connect to it? For example, i have c