[PHP-DB] upgrade MySQL 4.1 to 5.0

2007-02-26 Thread Nur_Adman
Dear All, I want to upgrade database MySQL 4.1 to 5.0. What's will effects my PHP 5.0.4 script if I do that? Thanks & Regards, NUR ANITA ADMAN IT System Analyst PT. Trakindo Utama KKCRC Jl. Kuala Tembaga Lot E-3 Light Industrial Park (LIP) Kuala Kencana - Timika 99920 - Papua -- PHP Databas

RE: [PHP-DB] Session Problem

2007-01-16 Thread Nur_Adman
I`m using PHP 5.0.4 on the new server, the same version with my old one Regards, Anita -Original Message- From: bob plano [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 17, 2007 8:45 AM To: Adman, Nur anita Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; php-db@lists.php.net Su

RE: [PHP-DB] Session Problem

2007-01-12 Thread Nur_Adman
I don't think that the problem is on the browser setting... Cause I've tried to browse the other web application (that using session too) on other server, and its running well... Forget to tell you, that if I used http://localhost , the session running well... But if I cha

RE: [PHP-DB] Session Problem

2007-01-11 Thread Nur_Adman
1. Did you mean that on phpinfo(), the Session Support is enabled? Yes, it wrote so. 2. I have check the session.save_files, and its writable. I found some files session in there. Please advice... Thanks & Regards, Anita -Original Message- From: Peter Beckma

[PHP-DB] Session Problem

2007-01-11 Thread Nur_Adman
Dear All, I need some help please... I'm developing an web application using PHP/MySQL, and its has been running on my company. I'm planning to migrate the system on a new server. I have installed everything that are needed on the new server to running the web application. But I'm con

[PHP-DB] Sheduled task for Php-MySql script

2006-04-25 Thread Nur_Adman
Hi all, I have some php scripts that i have to run automatically at 5.00am (on Windows platform). I am using MySql. I've tried using Scheduled Task and Cron, and i converted the extension files to .bat format. But always error on functions "mysql_connect","mysql_query",and other DBS functions

RE: [PHP-DB] Cannot connect to MySQL using

2006-03-30 Thread Nur_Adman
Thanks so much, Constantin... Regards, Anita -Original Message- From: Constantin Wolber [mailto:[EMAIL PROTECTED] Sent: Thursday, March 30, 2006 5:44 PM To: php-db@lists.php.net Subject: Re: [PHP-DB] Cannot connect to MySQL using [EMAIL PROTECTED] wrote: >Then change : >

RE: [PHP-DB] Cannot connect to MySQL using

2006-03-29 Thread Nur_Adman
Dear All, I found the way. I opened file --> C:\WINNT\system32\drivers\etc\hosts Then change : 127.0.0.1 localhost become : 157.47.115.180 [my_server_name] Then my problem solved. Thanks & Regards, Anita

RE: [PHP-DB] Cannot connect to MySQL using

2006-03-29 Thread Nur_Adman
If I used "localhost", the script running well. But if I used Server name or IP address, the error message displayed : Warning: mysql_connect() [function.mysql-connect ]: Host '157.47.115.180' is not allowed to connect to this MySQL ser

[PHP-DB] Cannot connect to MySQL using

2006-03-29 Thread Nur_Adman
Dear All, I need some help. I`m trying to connect to MySQL using these script : But if I changed the Hostname with the Server Name/IP Address (not using localhost), the error message become : Warning: mysql_connect() [function.mysql-connect

RE: [PHP-DB] Max Size File that can be uploaded

2006-03-14 Thread Nur_Adman
Chris, Its solved my problem. Thank you so much. -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 15, 2006 12:12 PM To: Adman, Nur anita Cc: php-db@lists.php.net Subject: Re: [PHP-DB] Max Size File that can be uploaded [EMAIL PROTECTED] wrot

[PHP-DB] Max Size File that can be uploaded

2006-03-14 Thread Nur_Adman
Dear All, I want to give max size file = 4000KB when I am uploading to mySQL. I used this : But it didn't work. The file that could upload only under 2048KB. Is there anyone could help me? Thanks so much. Regards, Anita

RE: [PHP-DB] Excel to CSV

2006-03-12 Thread Nur_Adman
Thank you so much for all your responses. Yeah, finally I decided to use excel reader. It solved my problem. -Original Message- From: Micah Stevens [mailto:[EMAIL PROTECTED] Sent: Sunday, March 12, 2006 2:33 AM To: php-db@lists.php.net Subject: Re: [PHP-DB] Excel to CSV I

RE: [PHP-DB] FW: Excel to CSV

2006-03-10 Thread Nur_Adman
Thanks a lot for your response. Actually I reposted my message caused there was failure notice from [EMAIL PROTECTED] when sending my previous email. -Original Message- From: chris smith [mailto:[EMAIL PROTECTED] Sent: Saturday, March 11, 2006 2:12 PM To: Adman, Nur anita Cc:

[PHP-DB] FW: Excel to CSV

2006-03-10 Thread Nur_Adman
Dear All, Have you any script/example how to Save As Excel file to CSV using PHP? Thanks & Regards, Anita

[PHP-DB] Excel to CSV

2006-03-10 Thread Nur_Adman
Dear All, Have you any script/example how to Save As Excel file to CSV using PHP? Thanks & Regards, Anita

FW: [PHP-DB] Query select value on MAX Date

2006-02-24 Thread Nur_Adman
Dear All, Sorry, I wrote the wrong result. The result I wanna get is : Id | Category | Date| Value 1 | A | 2005-02-21 | 2000 3 | B | 2006-01-20 | 4000 But

RE: [PHP-DB] Query select value on MAX Date

2006-02-24 Thread Nur_Adman
Dear All, I have table like this : Id | Category | Date| Value 1 | A | 2005-02-21 | 2000 2 | A | 2004-01-21 | 3000 3 | B | 2006-01-2

RE: [PHP-DB] Link Selected

2005-10-17 Thread Nur_Adman
Dear All, I am a new PHP programmer. I need help from all of you. I want to make Linked ComboBox between 2 or more ComboBoxs (connect to Database). For example: When I clicked the main field, the sub items field will display the data automatically on other ComboBox. Are there somebody could help