Oops,
I forgot to mention that my times are stored as follows:
90 for 9:00 am
93 for 9:30 am
100 for 10:00 am
103 for 10:30 am
and so on.
They are in increasing order, and I would like to keep the
way they're stored right now, if possible. (ie, don't
really want to change to unixtime or othe
Hi guys,
I just joined this list today, and I'm already seeking for
advice :)
So,
I'm working on a project for my university. The project
consists in a web interface (php) and a mysql database.
The purpose of this project is to let teachers make room
reservations for specific classes at speci
PUBLI/ENSEÑANZA
Learning
University
Does anybody install mysql from source and able to insert binary data into
mysql?
I have tested it in the source installation MySQL server in RedHat 7.2 with
PHP and found that
the image can only be stored and retrival from mysql using PHP when the
image's size is smaller than 1K. Although, I inc
As seen on NBC, CBS, CNN, and even Oprah! The health
discovery that actually reverses aging while burning fat,
without dieting or exercise! This proven discovery has even
been reported on by the New England Journal of Medicine.
Forget aging and dieting forever! And it's Guaranteed!
Click
Open /etc/httpd/conf/httpd.conf, look for the line starting by
"DirectoryIdex" and add index.php to the list that's already there.
Bye
--
Wilmar Perez
Library Department
University of Antioquia
On Mon, Dec 03, 2001 at 10:16:13PM -0800, John Kolvereid wrote:
> Hi,
> Me again, My table has a CLOB in it. Could that be a problem. When
> I tried the same querry on another table w/o a CLOB it succeeded. Please
> advise. Thanks.
CLOBS were indroduced in oracle8 you need to use the
Dear ALL, I want to know if there's a way to have the mail sent
by PHP mail() function captured by microsoft outlook.
I'm using PWS / windows98 / PHP4
Thanks
Get your own "800" number
Voicemail, fax, email, and a lot more
http://www.ureach.com/r
Thanks for the response.
I too have been a programmer for about years. (sorry, I couldn't resist ;)
I forgot all about testing my approach on PHP, so I went ahead and gave it a shot
today. I
don't remember what I posted in my pseudocode, but I only encountered a minor syntax
error
when I wrot
At 7:08 PM -0800 12/3/01, chip wrote:
>I have an existing database, created a while back, which I need to add a id
>field to, there isn't one currently. Will simply adding a new auto-increment
>field be okay? Will the existing rows receive id numbers and will they be
>numbered properly? Or will it
Luke M. said:
> Find the DIRECTORYINDEX attribute in httpd.conf and add 'index.php' to
> the list:
>
> DIRECTORYINDEX index.html index.php index.wml homepage.html
> index.shtml
> homepage.shtml index.cgi homepage.cgi index.htm \ Index.html
> Homepage.html Index.shtml Homepage.shtml Index.cgi H
Vincent:
Find the DIRECTORYINDEX attribute in httpd.conf and add 'index.php' to
the list:
DIRECTORYINDEX index.html index.php index.wml homepage.html index.shtml
homepage.shtml index.cgi homepage.cgi index.htm \ Index.html
Homepage.html Index.shtml Homepage.shtml Index.cgi Homepage.cgi
Index.htm
On Wednesday 05 December 2001 00:22, Vincent Beaulieu wrote:
> Can anyone tell me where to configure apache so that it recognizes
> index.php as the index of a directory? I tried looking through the
> httpd.conf file for the option to add an extension...couldn't see
> anything! My server treats i
You were correct as to the file to look in. The directive passed is:
DirectoryIndex index.html
Change this to read:
DirectoryIndex index.html index.php
And that should be it. You may need the Apache Module mod_dir, but I'm not
entirely sure, here's what my config looks like:
# DirectoryIndex
Can anyone tell me where to configure apache so that it recognizes
index.php as the index of a directory? I tried looking through the
httpd.conf file for the option to add an extension...couldn't see
anything! My server treats index.html files correctly...(but is not
working with index.php)!
HEL
As seen on NBC, CBS, CNN, and even Oprah! The health
discovery that actually reverses aging while burning fat,
without dieting or exercise! This proven discovery has even
been reported on by the New England Journal of Medicine.
Forget aging and dieting forever! And it's Guaranteed!
Click
Hi Jonathan Duncan,
>Is it possible to call a PHP function using the "onclick" parameter?
If this should be a javascript-mouseevent you have to use onmouseup instead.
Regards,
Ruprecht
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
http://pavilion/pgm/adcopy/booster.html
Increase your cell phone
reception for just $14.99
Click Here
We will increase your reception dramatically or your money back!
Enhance your cell phone, pager, or two way radio's signal for better reception in large
buildings, tunnels, elevators, and many ot
Hi,
I just looked over the code I sent and I saw that there is a bug there. Here's the
corrected version. This one is tested and it
works fine
$query="SELECT * from $tbl";
$result=mysql_db_query($db,$query) or mysql_die();
echo "";
while ($line = mysql_fetch_assoc($result)) {
if (!$firstrow){
we could even give an "i love linux" t-shirt to the winner of the contest!
-Original Message-
From: Daniel Barton [mailto:[EMAIL PROTECTED]]
Sent: 03 December 2001 17:00
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: [PHP-DB] WAS: Use php to plot graph. NOW: ASCII GRAPH
CONTEST
Hello,
Vins wrote:
>
> Hi Tim.
> I'm a programerr in PHP4 for about years now and just by looking at your
> script i can tell it wont work !
>
> First of all, if would be dificult for a begginer developer to implement in
> their script.
> For more advanced developers it will be a great challen
Hi,
The code looks fine to me - it will output all records in the selected table.
I assume that you want to display the field names as a first row. If this is the case
you could use something like this
$query="SELECT * from $tbl";
$result=mysql_db_query($db,$query) or mysql_die();
echo "";
whi
Hi Tim.
I'm a programerr in PHP4 for about years now and just by looking at your
script i can tell it wont work !
First of all, if would be dificult for a begginer developer to implement in
their script.
For more advanced developers it will be a great challenge for them to try to
get ti to work
23 matches
Mail list logo