[PHP-WIN] Problem No of weeks returned by date function

2004-06-09 Thread Sukhwinder Singh
Hello, I want to display a report per week. I am facing a problem with php date function. date() function returns week 1 for a date in last year. But mysql week function returns 53. select week('2003-12-29', 1) I am losing the data for week 53 because I have to display week using php

[PHP-WIN] Webyog releases SQLyog 3.71 & SJA 2.0

2004-06-09 Thread Karam Chand
Webyog has released SQLyog 3.71 & SQLyog Job Agent ( SJA ) v2.0 Some of the major features added in SQLyog 3.71 are - -- SQLyog Notification Services - This new feature allows delivery of formatted resultset(s) over email at scheduled intervals. -- SQLyog Database Synchronization Tool now suppor

[PHP-WIN] Re: Arrrrrrrrrrrg. Session management expert needed.

2004-06-09 Thread memoimyself
Hello Ross, First of all, do you have a firewall on your test server? If you do, beware that some firewalls (e.g. ZoneAlarm 4) play havoc with session data. Disable the firewall (if you can) and, presto, your sessions start working as expected. Of course then your machine will be exposed, but

[PHP-WIN] Where is mysqli in PHP5rc3?

2004-06-09 Thread memoimyself
The mysqli DLL file is not present in the PHP5rc3 for Win32 package, nor is it bundled. Can't find it in the PECL package either. Did they just forget to put the DLL in the package or is there a more esoteric explanation to this? Erik -- PHP Windows Mailing List (http://www.php.net/) To unsu

RE: [PHP-WIN] Can't load DLL

2004-06-09 Thread Gerardo Rojas
actually i have the same problem, I put the dll's i needed into the C:\winnt\system32 dir. This works, but is not the correct thing to do! If you find out, let me know? -- Gerardo S. Rojas mailto: [EMAIL PROTECTED] -Original Message- From: Reynolds Scott - sreyno [mailto:[EMAIL P

RE: [PHP-WIN] Can't load DLL

2004-06-09 Thread Gerardo Rojas
Either the reference to the directory is wrong, or use the same "/" througout the path. -- Gerardo S. Rojas mailto: [EMAIL PROTECTED] -Original Message- From: Scott Reynolds [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 10:10 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Can't l

[PHP-WIN] Can't load DLL

2004-06-09 Thread Scott Reynolds
I'm running PHP 4.3.6 on Windows XP Pro IIS 5.1. I had this working before then I rebuilt my box and now it doesn't work. Here's the error: unknown(): Unable to load dynamic library './extensions\php_curl.dll - the specified module could not be found. I have the dll enable in the php.ini file.

[PHP-WIN] Query problem

2004-06-09 Thread Jesper Palmqvist [Talarforum i Skandinavien AB]
Hi This is more oriented into the field of SQL, any suggestions? I am searching for a query that yields what my code below does "in the sql" In a "three table join" I am looking for the rows that have the highest value of "COUNT(we_employee.IDe)", in case two (or more) rows have the same value -