Splitting textarea values to put into a database

2002-07-24 Thread Emma Grant
Hi, Does anyone know how to separate values in a text area field, to enter the separated values into a database? For instance if enter these values into a text area field Dogs Cats Fish I want to be able to take Dogs, Cats and Fish and put them in different rows in a database. I guess the bi

Inserting images (not the location of the images)

2002-06-24 Thread Emma Grant
Hi All, First of all I want to thank you all for all the help that you have given me throughout the last week. I have learnt a great deal, and through your help and the resources on the interenet I have successfully been able to create and connect to a database through

DBI prepare statement not working in browser

2002-06-20 Thread Emma Grant
Hey Everyone, I have a strange problem. I have been working with mysql and dbi most of the day, as I am sure some of you know ;p I was able to connect to the database using the DBI module. When I run the script on my command line it runs fine, and I get the data that I asked for. But. when I

RE: Check for DBI support

2002-06-20 Thread Emma Grant
Message- From: Paul DuBois [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 7:25 PM To: Emma Grant; [EMAIL PROTECTED] Subject: Re: Check for DBI support At 18:51 -0700 6/20/02, Emma Grant wrote: >Hey all, > >I have decided to go with CGI for my programming language. Reason being

Check for DBI support

2002-06-20 Thread Emma Grant
Hey all, I have decided to go with CGI for my programming language. Reason being is that I know it a tiny bit better then I do PHP. Does anyone know a command line command (?) to find out if I have a DBI for mysql support installed? I am attempting to connect to a mysql database using a quic

Using web forms and webpages to access/view mysql data

2002-06-20 Thread Emma Grant
Hi all, I successfully created and added data to my database! Does anyone know any good websites where I can learn to insert, update data using a web form and CGI? How does mysql perform when displaying images (jpg, gif) on a web page, that have been stored as BLOB file? I am new to this stuf

Newbie question

2002-06-20 Thread Emma Grant
Hi, I am just starting out with mysql. MySQL allows anon access so I don't have to log on to the sql just the linu server. I am trying to create a test database 'test2'. I am logged on as my user 'emil' (not root) on a test linux server. When I go to create the database: mySQL> CREATE DATAB