yeah anders .
send me em .. :)
id luv to do it .
n it will only cost u an arm n a leg .. :)
practically . (A)
waitin fo the files ..
toby
--- "Svensson, B.A.T. (HKG)" <[EMAIL PROTECTED]> wrote: > On
Wed, 2003-12-10 at 13:04, toby z wrote:
>
> > n since i aint got
php-windows Digest 11 Dec 2003 07:06:03 - Issue 2036
Topics (messages 22355 through 22359):
Re: page cannot be displayed
22355 by: toby z
22356 by: Svensson, B.A.T. (HKG)
22359 by: toby z
OpenSSL Problem
22357 by: Frédéric HARDY
DB Indexing
22358 by:
ofcourse it does . :)
toby
--- "Herhuth, Ron" <[EMAIL PROTECTED]> wrote: >
> Quick question...does MySQL offer column based indexing?
>
> I'm looking to store resume text which can be quite lengthy in a
> database
> field for searching. I have already built the app that takes a MS
> Word
I am not sure, but I think mySQL just as MS SQL, has a free
text index. Check the mySQL manual for further information.
-Original Message-
From: Herhuth, Ron
To: [EMAIL PROTECTED]
Sent: 2003-12-10 19:05
Subject: [PHP-WIN] DB Indexing
Quick question...does MySQL offer column based indexi
But they still haven't implemented stored procedures(?).
-Original Message-
From: toby z
To: Herhuth, Ron; [EMAIL PROTECTED]
Sent: 2003-12-11 09:24
Subject: Re: [PHP-WIN] DB Indexing
ofcourse it does . :)
toby
--- "Herhuth, Ron" <[EMAIL PROTECTED]> wrote: >
> Quick question...do
Hi all,
The following snippet:
echo "";
foreach ($kategorier as $key => $val) {
$select = (in_array($key,$institution ))? 'selected':'';
echo "".$val[0];
}
echo "";
Works fine on our testserver, but on our production server all the
CONFIG:
* Win2003 server
* IIS 6
* PHP 4.3.4
BEHAVIOUR:
* the php instance is running in background and consumes no particular
resurces
* Page times out with CGI-error: timeout.
HOW TO REPRODUCE:
* Enable php_mssql.dll extension.
* Make sure php_mssql.dll is not accessible for php.
COMMENT:
I have a connection to an MS SQL server. I am able to get a list of all available
DB's on this server by running:
"exec sp_helpdb"
the question is: How do we return all tables from a selected db for MS SQL?
i am developing a web interface to the DB. I need to be able to give my users a
choi
Gerardo Rojas wrote:
I have a connection to an MS SQL server. I am able to get a list of all available DB's on this server by running:
"exec sp_helpdb"
the question is: How do we return all tables from a selected db for MS SQL?
i am developing a web interface to the DB. I need to be able to g
php-windows Digest 11 Dec 2003 19:21:30 - Issue 2037
Topics (messages 22360 through 22367):
Re: DB Indexing
22360 by: toby z
22361 by: Svensson, B.A.T. (HKG)
22362 by: Svensson, B.A.T. (HKG)
In_array - weird behaviour
22363 by: Henrik Hornemann
"bug" report
Found my answer:
exec sp_tables
--
Gerardo S. Rojas
mailto: [EMAIL PROTECTED]
-Original Message-
From: Justin Patrin [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 11, 2003 1:21 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Re: Return all Tables
Gerardo Rojas wrote:
> I have a con
have you looked at to_days() and to_years() in the mysql manual
Dvdmandt wrote:
How would I get the age of someone if I store the birthdate in a date field?
I just realized FLOOR((UNIX_TIMESTAMP(NOW()) -
UNIX_TIMESTAMP(birthdate))/60/60/24/365.25) wont work for persons born
before 1970... :p I m
12 matches
Mail list logo