Re: [PHP-DB] Auto-update database records

2002-06-12 Thread Tony
I finally got this auto-update script to work, thanks for your so many replies. Tony S. Wu Jason Wong at [EMAIL PROTECTED] wrote: On Saturday 08 June 2002 21:34, Tony wrote: I do appreciate your reply. Yes, I've tried to track down the problem. I comment-out the fopen() function and use

[PHP-DB] Auto-update database records

2002-06-08 Thread Tony
Here is my code. If you see some variables not defined, assume it is: ? require_once(fn_web.php); require_once(fn_db.php); set_time_limit(3000); set_header(Auto-Update); $final_result = get_records($_POST[key]); // getting the records from database

Re: [PHP-DB] Auto-update database records

2002-06-08 Thread Jason Wong
On Saturday 08 June 2002 20:35, Tony wrote: Here is my code. If you see some variables not defined, assume it is: Hmm, is there a problem with your code? If so could you state what the problem is? -- Jason Wong - Gremlins Associates - www.gremlins.com.hk Open Source Software Systems

Re: [PHP-DB] Auto-update database records

2002-06-08 Thread Tony
You are being picky on me, huh? I stated my problem 3 emails ago, browser gives me error attempt to load MyPage's URL failed. Could be because of execution timeout. I tried to set the time longer with no luck. If I put the flush() after each data, I get the first output only. But I need to update

Re: [PHP-DB] Auto-update database records

2002-06-08 Thread Jason Wong
On Saturday 08 June 2002 20:52, Tony wrote: You are being picky on me, huh? I'm sorry if you feel offended ... I stated my problem 3 emails ago, ... but I delete mail from this list as soon as I've finished with them. As you have started a new thread one would naturally assume this is a

Re: [PHP-DB] Auto-update database records

2002-06-08 Thread Tony
I do appreciate your reply. Yes, I've tried to track down the problem. I comment-out the fopen() function and use echo to display the URL. And it displays fine, so I did get the record from MySQL. Then when I put the fopen() back, same problem appears. I think it's probably because I have too

Re: [PHP-DB] Auto-update database records

2002-06-08 Thread Jason Wong
On Saturday 08 June 2002 21:34, Tony wrote: I do appreciate your reply. Yes, I've tried to track down the problem. I comment-out the fopen() function and use echo to display the URL. And it displays fine, so I did get the record from MySQL. Then when I put the fopen() back, same problem