[PHP-DB] concatenating (was: RE: [PHP-DB] Retrieving/Displaying hyperlinked images with PHP)

2002-07-07 Thread Jen Swofford
Can somebody explain to me the rule on concatenating? So far, I haven't had to use those mysterious-looking dots. ;) My code goes like this: echo ""; Does it work because I'm lucky? Honestly I haven't been impressed with the documentation I've found online.

RE: [PHP-DB] Strange MySQL Query Problem

2002-07-03 Thread Jen Swofford
Could this be as simple as a typo? textfield texfield Jen Swofford [EMAIL PROTECTED] > -Original Message- > From: eat pasta type fasta [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 03, 2002 3:27 PM > To: PHP LIST > Subject: [PHP-DB] Strange MySQL Query Problem >

RE: [PHP-DB] Excel to MySQL??

2002-06-29 Thread Jen Swofford
Or if you don't use phpMyAdmin you can use LOAD DATA INFILE once you have saved the Excel doc as a .csv file: http://www.mysql.com/doc/L/O/LOAD_DATA.html Jen Swofford [EMAIL PROTECTED] > -Original Message- > From: Peter Lovatt [mailto:[EMAIL PROTECTED]] > Sent: Saturday,

RE: [PHP-DB] display 4 at a time

2002-05-30 Thread Jen Swofford
de my self-defined box. Thank you! jen > -Original Message- > From: Julie Meloni [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 30, 2002 9:04 PM > To: Jen Swofford > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP-DB] display 4 at a time > > > JS> What I'm try

[PHP-DB] display 4 at a time

2002-05-30 Thread Jen Swofford
that'd be a buttload of db hits } } I can't even quite figure out the logic here. If anybody is interested in simply pointing me in the right direction, like say, "Jen, don't you know about mysql_fetch_jen's_type_of_array?!" then perhaps I can figure it out

[PHP-DB] dropping one word from column entries

2002-05-29 Thread Jen Swofford
mpletely missing the boat on this one... any help? Jen Swofford [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] INSERT problem - please help!

2002-05-28 Thread Jen Swofford
Thanks everyone - it turns out that variables can not begin with a number, as someone else on this list learned today as well. Doh! :) Jen Swofford [EMAIL PROTECTED] > On Tuesday 28 May 2002 06:00, Jen Swofford wrote: > > I have a problem. I am working on two separate sites on two

RE: [PHP-DB] INSERT problem - please help!

2002-05-27 Thread Jen Swofford
Sigh... they are set to On. Anything else anyone can think of? Jen > On Tuesday 28 May 2002 06:00, Jen Swofford wrote: > > I have a problem. I am working on two separate sites on two separate > > servers (one is Linux and one is Unix) and I am doing virtually the same > >

[PHP-DB] INSERT problem - please help!

2002-05-27 Thread Jen Swofford
go from page1.php to page2.php: http://thewebsite/page2.php?2_institution=myinstitution&2_contact=jen The only other code on the page is that which connects to the database and to mysql. Incidentally, it's the one on Unix that's not working I'm desperate... please help! Th