[PHP-DB] decimal delimiter

2003-07-23 Thread Billý Branislav
Hi, how can I change decimal delimiter in mysql from "." to "," I need format like this 25,45 not like this 25.45 thanks

[PHP-DB] mozilla

2003-07-23 Thread Ramesh PAtel
Hi All I install Redhat Linux 9.0. in this we use Mozilla Brouser now problem is . if any javascript is use on this page that time java script is not run. We all ready set for configure java-script but still it not work please Help Ramesh -- PHP Database Mailing List (http://www.php.net/) T

Re: [PHP-DB] PHP Warning: InterBase: I/O error for file File too large.

2003-07-23 Thread Lester Caine
I have problems with firebird database files which are > 2GB. Till today everything works good but, now one database file is > then 2 GB and I have this error message in my log: [23-Jul-2003 22:54:02] PHP Warning: InterBase: I/O error for file "/web/test.gdb" Error while trying to open file File

Re: [PHP-DB] Re: ./configure stupidity

2003-07-23 Thread Jeff Wiegley
You may want to consider that RedHat 7.3 is quite out dated. If you just did your install recently I would firct recommend upgrading to RedHat 9. You might also want to consider debian instead. I'm a redhat fan but when it comes to keep packages up to date and providing advanced functionality in p

Re: [PHP-DB] change datatype in postgres

2003-07-23 Thread Xaos
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Postgresql doesn't support altering the size or data type of a table field. Prolly the quickest way for you to fix this table is to create another table the way you want it, with the same fieldnames, but the size you wanted and do COPY old_tablename

Re: [PHP-DB] change datatype in postgres

2003-07-23 Thread Norma Ramirez - TECNOSOFT
Thank´s Xaos, but I have a inocent question ¿why on earth can`t do with a simple "alter table" like other databases??? and, o.k drop the old column buy copy the data into a new one? how? with an update query? Thank´s again and sorry if bother =) -- PHP Database Mailing List (http://www.php.n

[PHP-DB] change datatype in postgres

2003-07-23 Thread Norma Ramirez - TECNOSOFT
I have a table in one of my postgres databases which has a row of type varchar(5). I would like to convert it to varchar(20) data type. Is there an easy way for doing it? I`ve tried to do with this sql sentence "alter table mytable alter column mycolumn varchar(20)", and didn´t works. The table h

[PHP-DB] PHP Warning: InterBase: I/O error for file File too large.

2003-07-23 Thread Honza Hubeny
Hello, I have this configuration: kernel 2.3.20, apache 1.3.27, with php 4.2.3 as apxs module with firebirdCS-1.0.3-64IO I have problems with firebird database files which are > 2GB. Till today everithing works good but, now one database file is > then 2 GB and I have this error message in my lo

[PHP-DB] Re: ./configure stupidity

2003-07-23 Thread Nabil
please please would you help me to get mysql - gd - iodbc (odbc) - mssql - apache I need to upgrade because i need the new one with iodbc support not unixODBC. and i need it with ofcourse ( mysql - gd - iodbc (odbc) - mssql - apache ) I have read so many articles all over the web, and i

Re: [PHP-DB] Downloading Database?!?!

2003-07-23 Thread David Smith
You can create a batch file like this or if you want it to be in a web interface much like phpmyadmin, but with your backup scheme you can use the load data outfile command. This page from the mysql manual describes both the infile and outfile methods: http://www.mysql.com/doc/en/LOAD_DATA.html. Th

[PHP-DB] Re: Pros/Cons Database vs Excel

2003-07-23 Thread Chris Berlioz
You can achieve much more with a Database backend, if your boss likes spreadsheets (XLS) then you can always export from any database backend (which ever one you want). He can still keep hyperlinks etc for web access etc if he would display the database results onto webpages/excel/text/etc!. Perha

Re: [PHP-DB] Pros/Cons Database vs Excel

2003-07-23 Thread David Smith
Not to long ago I was in a very similar situation. I walked into a new job where they were using Lotus Notes to take care of all of there phone lists (telemarkers) and were using this dbase file to weed out all of the do not call lists for particular states. Well, I was looking at the data and the

[PHP-DB] Re: Downloading Database?!?!

2003-07-23 Thread Joseph Szobody
Brenton, This is how I do it: Joseph "Brenton Dobell" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello all, > > I am developing an Intranet page for my workplace, ATM i use phpmyadmin to > do rutine backups ect, this is cool but i am going on long service leave for > 14 we

[PHP-DB] Re: permission...

2003-07-23 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > When I get a warning like below, is that something I can fix by modifying > the code? or is that some configuration that need to be changed on the > server? > > Warning: unable to create file files/sked.html because Permission denied in

RE: [PHP-DB] session problem

2003-07-23 Thread Dillon, John
This is advertising a porno site. -Original Message- From: tana dsasa [mailto:[EMAIL PROTECTED] Sent: 23 July 2003 11:11 To: [EMAIL PROTECTED] Subject: [PHP-DB] session problem I have installed an user-login aplication on my website ( http://www.norbertnet.ro ) but i have problems with

[PHP-DB] session problem

2003-07-23 Thread tana dsasa
I have installed an user-login aplication on my website ( http://www.norbertnet.ro ) but i have problems with session controls. I receive all kinds of warnings and i don't know how to interpret them thanks advanced - Want to chat instantly with your online fri

[PHP-DB] permission...

2003-07-23 Thread Chris Mach
When I get a warning like below, is that something I can fix by modifying the code? or is that some configuration that need to be changed on the server? Warning: unable to create file files/sked.html because Permission denied in /server3/home/cjmach/public_html/newfile.php on line 14 I get this w

RE: [PHP-DB] write to word..

2003-07-23 Thread George Pitcher
Better still, Take a look at RTF as a file format. Its readable in Word, looks like a Word doc and can be saved with a '.doc' extension and you can store placeholders that php can use to 'mail-merge' with. Works for me. Cheers George > -Original Message- > From: Peter Lovatt [mailto:[E

RE: [PHP-DB] write to word..

2003-07-23 Thread Peter Lovatt
Hi I did it like this I wrote the letter to file and then included it, but you can probably just print HTML as you would normally. Word will open HTML files and maintain the format. HTH Peter -Original Message- From: Chris Mach [mailto:[EMAIL PROTECTED] Sent: 23 July 2003 03:01 To

Re: [PHP-DB] PHP5.0, MySQL4.1, Apache2 on WinXP

2003-07-23 Thread Lester Caine
PHP 5.0 doesn't come with mysql support... You have to get the libraries yourself... I think u can get them from mysql.com php_mysql is in the extensions directory of the latest downloads, just uncomment it in the php.ini file. Might have to pay? I haven't totally figure out the implications of t