Hi,
Could someone please advise me on a good web-based database where i could
perform adminstrative work on my MySQL database. (e.g. phpmyadmin or
mysqlwdb)..
Could some one please tell me on the best one to use, and how to install in
on a Red Hat Linux machine.
Regards,
Mel
_
Hi
My error is as the subject says, i have a script that i am trying in it to
locate where a directory with images are.
the part in the script that the error i think is arising from is
my $dir = '/home/me/images/';
my @jpegs = `ls *.jpg`;
foreach (@jpegs) {
print"$_"; # dont forget that a new
Hi.
I am using stat to obtain image size and image date, however the format that
is coming especially for the date. the format seems wrong,
mysql> select * from imageinfo;
+--+++-+
| image_id | image_name | image_size | image_da
ng strict and need to declare the variables listed.
Also, I would suggest changing your password as soon as possible!
>>> "mel awaisi" <[EMAIL PROTECTED]> 3/11/2003 3:28:17 PM >>>
hi,
I am trying to use stat in a perl script with MySQL.i am getting the
following er
hi,
I am trying to use stat in a perl script with MySQL.i am getting the
following error. do I need to add some kind of a use command at the top?
[EMAIL PROTECTED] cgi-bin]# perl dbtest.pl
Global symbol "$file" requires explicit package name at dbtest.pl line 13.
Global symbol "$size" requires e
Hi
i am using Red Hat Linux 8 as a server for a project i am working on.
i have installed MySQL automatically with the install of the OS. and then i
installed Apache Server.
i would like to install DBI in order for me to be able to use a script that
i have in perl to insert data into MySQL dat