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
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
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
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
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
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
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.
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 -