[PHP-WIN] Time Zones for windows

2004-11-06 Thread Kim
This may sound like a really dense question but I am looking for a list of standard timezones that windows recognises using the putenv("TZ") function. I have all the timezone definitions for Linux which are stored in a database and called to display the time in different time zones. However I have

[PHP-WIN] Re: Warning: Unknown: 1 result set(s) not freed. Use mysql_free_result

2004-11-06 Thread %u
Hi there, I´ve had the same problem a few minutes ago. I my case, I wrote the line: mysql_free_result($VAR); at the end of the code for all my variables like $var1 = mysql_query("select blablabla"); I am not a master at PHP and MySQL, but if you still have the problem please let me know. To

[PHP-WIN] Variables not retaining values

2004-11-06 Thread Anne Shroeder
A very kind soul helped me a few months back with the problem of variables not being passed through forms (due to a setting in php.ini that the web hosting service will not change). Solution was to refer to the variable in the receiving page as $_POST["variablename"] That worked great! But now

Re: [PHP-WIN] Variables not retaining values

2004-11-06 Thread Michael Purdy
Anne On your keywords_delete_ask.php page what error does echo $_REQUEST['id']; Produce? Mike - Original Message - From: "Anne Shroeder" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 07, 2004 10:16 AM Subject: [PHP-WIN] Variables not retaining values > A ve