RE: Mysql / PHP image link problem.

2003-06-04 Thread Peter Lovatt
'; ?> Peter -Original Message- From: Becoming Digital [mailto:[EMAIL PROTECTED] Sent: 03 June 2003 20:57 To: [EMAIL PROTECTED] Subject: Re: Mysql / PHP image link problem. FWIW, there is a PHP-DB mailing list that might prove more helpful to you. I know certain folk on both l

Re: Mysql / PHP image link problem.

2003-06-04 Thread Becoming Digital
l.com - Original Message - From: "Daniel Crompton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, 03 June, 2003 14:20 Subject: Mysql / PHP image link problem. I have a mysql table column called 'imagecolumn' The rows contain links i.e. image.gif image.gif nu

RE: Mysql / PHP image link problem.

2003-06-04 Thread Jonathan Villa
M To: [EMAIL PROTECTED] Subject: Mysql / PHP image link problem. I have a mysql table column called 'imagecolumn' The rows contain links i.e. image.gif image.gif null image.gif image.gif To display in my web page im using: This displays the above images in my html page The problem i ha

Re: Mysql / PHP image link problem.

2003-06-04 Thread Roman Neuhauser
keep the lines at or under 72 characters, please. # [EMAIL PROTECTED] / 2003-06-03 19:20:17 +0100: > To display in my web page im using: > > > > This displays the above images in my html page > > The problem i have is where the field in my table is left blank > (null), a web browser shows

Re: Mysql / PHP image link problem.

2003-06-04 Thread Paul DuBois
At 19:20 +0100 6/3/03, Daniel Crompton wrote: I have a mysql table column called 'imagecolumn' The rows contain links i.e. image.gif image.gif null image.gif image.gif To display in my web page im using: This displays the above images in my html page The problem i have is where the field in m

Mysql / PHP image link problem.

2003-06-04 Thread Daniel Crompton
I have a mysql table column called 'imagecolumn' The rows contain links i.e. image.gif image.gif null image.gif image.gif To display in my web page im using: This displays the above images in my html page The problem i have is where the field in my table is left blank (null), a web browser

Re: adel 23 : compilation and link problem on linux

2002-06-05 Thread adelpfe
adelpfe wrote: > I am using mysql++1.7.9. > i have installed and configured mysql++ > but , i don't succeed even to compile the examples given with the api. > please , try to help me. > How can i find dependicies. > how can I link > .. > thaks all > ---

adel 23 : compilation and link problem

2002-06-05 Thread adelpfe
I am using mysql++1.7.9. i have installed and configured mysql++ but , i don't succeed even to compile the examples given with the api. please , try to help me. How can i find dependicies. how can I link .. thaks all - B

Fw: link problem

2002-05-09 Thread Hisseine Dj.
- Original Message - From: "Hisseine Dj." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 09, 2002 2:40 PM Subject: Re: link problem > > > gcc simple1.cc -c -I/usr/include/mysql -L/usr/lib/mysql -lmysqlclient > > > -lm -

Re: link problem

2002-05-09 Thread Hisseine Dj.
D]> Sent: Thursday, May 09, 2002 1:43 PM Subject: Re: link problem > adelpfe writes: > > hi every body > > i have succeed to compile source examples given with mysql++1.7.9. but i > > can't link them. > > i used > > gcc simple1.cc -c -I/usr/include/mysql -L/u

Re: link problem

2002-05-09 Thread Sinisa Milivojevic
adelpfe writes: > hi every body > i have succeed to compile source examples given with mysql++1.7.9. but i > can't link them. > i used > gcc simple1.cc -c -I/usr/include/mysql -L/usr/lib/mysql -lmysqlclient > -lm -tz ->all rigth > but , i didn't succeed to link > can you help me > HI! First o

link problem

2002-05-01 Thread adelpfe
hi every body i have succeed to compile source examples given with mysql++1.7.9. but i can't link them. i used gcc simple1.cc -c -I/usr/include/mysql -L/usr/lib/mysql -lmysqlclient -lm -tz ->all rigth but , i didn't succeed to link can you help me -