[PHP-DB] Re: Design question...

2003-03-27 Thread David Eisenhart
yeh, this is somewhat off topic but anyway - for dreamweaver start at the source - www.macromedia.com ; there's simply loads of web design sites eg .. www.sitebuilder.ws/dreamweaver/index.htm or www.trainingtools.com/online/dreamweaver4/index.htm (old version of dw here but maybe worth a look

Re[2]: [PHP-DB] Embedded Object Oriented Database System for PHP

2003-03-27 Thread Konstantin Knizhnik
Hello Luke, Thursday, March 27, 2003, 2:37:39 AM, you wrote: LW Cool dude - can you demo a sample application that uses it? There three example in dybase\php directory: guess.php, testindex.php and testlink.php LW -Original Message- LW From: Konstantin Knizhnik [mailto:[EMAIL

[PHP-DB] check boxes and php

2003-03-27 Thread Dillon, John
I want to create a page where the user will have a list of its favorites and by ticking a box opposite the item will be able to delete it by clicking the submit button. I want to make this dynamic so that the php works out the one to delete based on the value of the tickbox (I'm thinking), having

[PHP-DB] check boxes and php

2003-03-27 Thread JDillon
I want to create a page where the user will have a list of its favorites and by ticking a box opposite the item will be able to delete it by clicking the submit button. I want to make this dynamic so that the php works out the one to delete based on the value of the tickbox (I'm thinking), having

[PHP-DB] PHP not working with MySQL?

2003-03-27 Thread dennis28
Hi, I trying to get phpBB2 installed (a bulletin board (www.phpbb2.com)) and it needs php and mysql. I've got PHP running: a webmail programme works just fine (squirrelmail). I've just installed mysql and it seems to work nicely (test, adding users, databases etc). When I try to install phpBB2,

Re: [PHP-DB] PHP not working with MySQL?

2003-03-27 Thread Martin Hudec
Hmmm why don't you make just test.php file in your web directory and write there: ? phpinfo(); ? and then point your browser to it and look for section mysql? :) -- Martin Hudec -- :@: [EMAIL PROTECTED] :w: http://www.corwin.sk :m: +421.907.303.393 In google

[PHP-DB] Re: PHP not working with MySQL?

2003-03-27 Thread Bayu Susiloadhy
you have to install php-mysql package, in redHat 80, it's in 3rd CD. the package is php-mysql-4.2.2-8.0.5.i386.rpm [EMAIL PROTECTED] writes: Hi, I trying to get phpBB2 installed (a bulletin board (www.phpbb2.com)) and it needs php and mysql. I've got PHP running: a webmail programme

[PHP-DB] Generate thumbnails from MySql database

2003-03-27 Thread Dave Carrera
Hi all I have a database holding file locations of images on my system. This works fine and shows them fine on a webpage. I was wondering if it is possible to generate and automatic thumbnail from the original image (all jpegs) so that I can click the thumbnail to see the larger image. I know I

RE: [PHP-DB] check boxes and php

2003-03-27 Thread Hutchins, Richard
John, There a few good threads in the PHP-DB archives that will guide you through implementing your check box solution. Here is one of the most recent: http://marc.theaimsgroup.com/?l=php-dbm=104610149123353w=2 In the past, I've implemented check boxes for the purpose of deleting News items

Re: [PHP-DB] Generate thumbnails from MySql database

2003-03-27 Thread Ronan Chilvers
On 27 Mar,2003 at 13:46 Dave Carrera wrote: Hi all Hi Dave I have a database holding file locations of images on my system. This works fine and shows them fine on a webpage. I was wondering if it is possible to generate and automatic thumbnail from the original image (all jpegs) so

RE: [PHP-DB] Generate thumbnails from MySql database

2003-03-27 Thread Snijders, Mark
hi all, cause a lot of people are asking for a thumbnail script: some explenation: this script makes 2 new pics of a uploaded pic, 1 thumbnail and 1 bigger picture (but the bigger one will all be of the same size.. it's better you also see this: if ($site==who-r-u){ this is because the

Re: [PHP-DB] Generating view of tree?

2003-03-27 Thread Paul Burney
on 3/26/03 9:18 PM, Leif K-Brooks at [EMAIL PROTECTED] appended the following bits to my mbox: I have a table with a tree. Thing is, I need to generate a view of it like: Category Sub-category Sub-sub-category Another sub-category Another category Sub-category Any way to do

Re: [PHP-DB] Generating view of tree?

2003-03-27 Thread Randy
If I understand correctly and you have the data all in one table, you can just query all the data that goes into the report, sorted by categories, and output the data in a loop. This code will give you an ordered list indented and numbered by level. It's not perfect, but give you the idea...

[PHP-DB] PHP for apache logging to mysql

2003-03-27 Thread Ronan Chilvers
Hi folks Ronan here. Just joined the list. I do PHP / MYSQL / GD / HTML / JavaScript / Flash stuff, building db driven sites, content management systems, etc. I also use PHP as a scripting langauge on my servers - its generally great. However I have a little problem which someone might have

[PHP-DB] Re: check boxes and php

2003-03-27 Thread Rob Adams
The trick here is to use the right HTML field name and PHP syntax to receive the information. For your checkboxes in HTML, name them like this: input type=checkbox name=del[] value=1Favorite 1/input input type=checkbox name=del[] value=2Favorite 2/input Then, in your PHP code, first check to

[PHP-DB] Next ---- Previous Button/Function????

2003-03-27 Thread Dick Davis
Hi all, I need some help with navigation in an array. The plan is to display a row and by using a 'Next or 'Previous' button to display, on the same form, the next or previous row from that array. The array is populated correctly and when the script runs it displays all twelve elements, followed

Re: [PHP-DB] PHP for apache logging to mysql

2003-03-27 Thread Paul Burney
on 3/27/03 10:09 AM, Ronan Chilvers at [EMAIL PROTECTED] appended the following bits to my mbox: However I have a little problem which someone might have come across or be able to shed some light on. I want to pipe logs directly from apache into mysql. At the moment I can do this using a

Re: [PHP-DB] Generating view of tree?

2003-03-27 Thread olinux
--- Paul Burney [EMAIL PROTECTED] wrote: on 3/26/03 9:18 PM, Leif K-Brooks at [EMAIL PROTECTED] appended the following bits to my mbox: I have a table with a tree. Thing is, I need to generate a view of it like: Category Sub-category Sub-sub-category Another

Re: [PHP-DB] Generating view of tree?

2003-03-27 Thread olinux
Also just saw a new PEAR package posted that helps you work with nested sets. Haven't tried it yet. http://pear.php.net/package-info.php?package=DB_NestedSet olinux --- Paul Burney [EMAIL PROTECTED] wrote: on 3/26/03 9:18 PM, Leif K-Brooks at [EMAIL PROTECTED] appended the following bits to

[PHP-DB] php mail() question?

2003-03-27 Thread JeRRy
Hi, I am using a 'basic' PHP mail() function that works fine when inputting data and information for it to send. But now I want to do the following: 1) Fetch email addresses from a mysql database and put them as Bcc: so emails are always hidden. Or some other method? (would be ideal to have

[PHP-DB] multiple queries in PHP to mysql database.

2003-03-27 Thread JeRRy
Hi, I just noticed a problem with my question which would cause major problems in my db. So let me re-ask it again. How can I update 2 tables at once if a match occours from information inputed into a PHP form. Now this is what each table has. table1: id username game1 game2 game3 game4

RE: [PHP-DB] Generating view of tree?

2003-03-27 Thread Craig Kohtz
What's your table structure look like? I've done this in a couple projects. I use a parent child relationship. Usually I make it so you can expand and collapse the tree by clicking on a plus or minus, the script I've attached doesn't have this feature for simplicity sake. parent child

[PHP-DB] Re: multiple queries in PHP to mysql database.

2003-03-27 Thread Foong
sorry i am abit slow it would be helpful if you can describe what's store and purpose of the 2 tables Foong Jerry [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I just noticed a problem with my question which would cause major problems in my db. So let me re-ask it again.

AW: [PHP-DB] multiple queries in PHP to mysql database.

2003-03-27 Thread Blain
Hi After Updateing the table1: SELECT username, score FROM table1 WHERE $select='$winner'; Then you have your Informations.. Cya Blain -Ursprüngliche Nachricht- Von: JeRRy [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 28. März 2003 02:31 An: [EMAIL PROTECTED] Betreff: [PHP-DB] multiple