PDA

View Full Version : tables


mab06j
09-08-2006, 06:32 PM
i have been trying to have this idea for a peice of my php photo site that displays random pictures to have the same affect on my html site i was directed to using what this site explains http://alistapart.com/d/randomizer/rotate.txt
but the problem is all the photos uploaded are stored in a database and i dont know what hte name of the file is where they would be stored on my site. i know its in a database called Database: animalex_imga1 and in a table called 4images_images how would i be able to link to that table?

rafiki
09-08-2006, 09:26 PM
to connect to a database you also need 1: username, 2: password 3: location of database

Fumigator
09-08-2006, 10:27 PM
Are you asking how to write a SQL query?

maryccc
09-10-2006, 03:41 AM
How can I get a field from my sql to show on a php page like an excel spreadsheet. The field is email addresses and I want them in more than one column. Maybe about 4 columns and 6 rows.

Fumigator
09-10-2006, 06:27 AM
What does your question have to do with the original post?

maryccc
09-10-2006, 02:12 PM
I didn't know where else to post it.

Fumigator
09-10-2006, 04:41 PM
Click the "new thread" button and ask your question making sure to follow the posting guidelines (http://www.codingforums.com/postguide.htm).