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: img src=?php echo $row_Recordset1['imagecolumn']; ? This displays the above images in my html page The problem i have is where the

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: img src=?php echo $row_Recordset1['imagecolumn']; ? This displays the above images in my

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: img src=?php echo $row_Recordset1['imagecolumn']; ? This displays the above images in my html page The problem i have is where the field in my

RE: Mysql / PHP image link problem.

2003-06-04 Thread Jonathan Villa
from above --- Jonathan -Original Message- From: Daniel Crompton [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 1:20 PM 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

Re: Mysql / PHP image link problem.

2003-06-04 Thread Becoming Digital
- 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 null image.gif image.gif To display in my

RE: Mysql / PHP image link problem.

2003-06-04 Thread Peter Lovatt
?php if($row_Recordset1['imagecolumn']) echo 'img src='.$row_Recordset1[imagecolumn].''; ? 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

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 -

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

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 of all,

Re: link problem

2002-05-09 Thread Hisseine Dj.
: 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/usr/lib/mysql -lmysqlclient -lm -tz -all rigth but , i didn't succeed to link can you help me HI

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 -tz - Replace the -c option with -o Hisseine

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