RE: [PHP-DB] MySQL editor

2003-06-19 Thread Creative Solutions New Media
With the exception of phpmyadmin is there anything else out there that will
allow you to work on your mysql stuff remotely?

Tim Winters
Manager, Creative Development
Sampling Technologies Incorporated (STI)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
W: 902 450 5500
C:  902 430 8498

-Original Message-
From: Achilles Maroulis [mailto:[EMAIL PROTECTED]
Sent: June 19, 2003 5:46 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-DB] MySQL editor

MySQL CONTROL CENTER from mysql.org (very nice)
SQLYOG from sqlyog.com
PHPMYADMIN  from phpmyadmin.net (web interface)

- Original Message -
From: Angelo Zanetti [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, June 19, 2003 11:40 AM
Subject: [PHP-DB] MySQL editor


Hi all.

I need to get a program (interface) for MySQL, I was using MySQL Front but
they've discontinued its use.

Any suggestions.

thanx in advance

-Angelo


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DB] Best way to pass multiple selections to a DB

2003-06-17 Thread Creative Solutions New Media
Hello,

Can anyone enlighten me as to some techniques for transferring information
from a multiple select list box to mySQL.

Someone recommended something about using join tables for this (which I have
no idea how to set up).

Thanks

Tim Winters
Manager, Creative Development
Sampling Technologies Incorporated (STI)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
W: 902 450 5500
C:  902 430 8498




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP-DB] Best way to pass multiple selections to a DB

2003-06-17 Thread Creative Solutions New Media
Thanks Richard and Edward,

The naming of the list box as an array works great for passing the data
around. Thanks.

As for exactly what I need to do with the data I'm not exactly sure myself.
PHP and mySQL is a bit new to me.

I may be back for more help but for now thanks for the unbelievably quick
and helpful replies

Have a DAY

Respectfully,

Tim Winters
Manager, Creative Development
Sampling Technologies Incorporated (STI)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
W: 902 450 5500
C:  902 430 8498

-Original Message-
From: Hutchins, Richard [mailto:[EMAIL PROTECTED]
Sent: June 17, 2003 3:57 PM
To: '[EMAIL PROTECTED]'; PHP-DB
Subject: RE: [PHP-DB] Best way to pass multiple selections to a DB

Tim,

You need to name your multiple select box as an array (e.g. selectThis[]).
The values will be passed as an array to the next page. You then need to
iterate over that array and pass the values into the database.

There's plenty of info on how to pull this off in the archives on PHP.NET
just search for select box or multiple select or the like and you should get
plenty of hits with code and summaries and the whole smash.

Rich

 -Original Message-
 From: Creative Solutions New Media [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, June 17, 2003 2:53 PM
 To: PHP-DB
 Subject: [PHP-DB] Best way to pass multiple selections to a DB


 Hello,

 Can anyone enlighten me as to some techniques for
 transferring information
 from a multiple select list box to mySQL.

 Someone recommended something about using join tables for
 this (which I have
 no idea how to set up).

 Thanks

 Tim Winters
 Manager, Creative Development
 Sampling Technologies Incorporated (STI)
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 W: 902 450 5500
 C:  902 430 8498




 --
 PHP Database Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP-DB] connecting to mySQL - testing server specified does not map to the http://localhost/_MMServerScript/MMHTTPDB.php

2003-06-17 Thread Creative Solutions New Media
PHP is for sure not installed correctly.  I hand a similar problem when I
did the install for the first time.

It was a while agoand I don't remember clearly but I seem to remember
that it had to do with mis-configuring apache for PHP.

Honestly the best solution for all the time it would take is to just
uninstall mySQL and PHP and go at it again following the directions closely.

If you're looking for a handholding process through the installs the book
Foundation Dreamweaver MX by Friends of Ed has a great opening on getting
set up with PHP and mySQL.

Tim Winters
Manager, Creative Development
Sampling Technologies Incorporated (STI)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
W: 902 450 5500
C:  902 430 8498

-Original Message-
From: Ildiko Nyari [mailto:[EMAIL PROTECTED]
Sent: June 17, 2003 9:24 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] connecting to mySQL - testing server specified does not
map to the http://localhost/_MMServerScript/MMHTTPDB.php

Hello,
I have installed the PHP, mySQL and Apache on WIN XP, but:

1. when I want to open in the explorer: http://localhost/test.php  I always
get a download window, and than my Dreamweaver MX opens, and so I can't see
the test.php file I created in the explorer.

2. When I created a php file in Dreamweaver MX, and I want to connect it to
mySQL, I have problems with the connection. It doesn't connect, the error
always something with the:
The testing server specified for this site does not map to the
http://localhost/_MMServerScript/MMHTTPDB.php Verify that the URL prefix
maps to the root of the site.

What is wrong? What and how can I do?
I get crazy.
THANKS,
ildiko



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DB] PHP 4.3.1 maunal PDF

2003-06-02 Thread Creative Solutions New Media
Hi,

Does anyone know of there is a PDF version of the manual for PHP 4.3.1
available?

Thx

Tim Winters
Manager, Creative Development
Sampling Technologies Incorporated (STI)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
W: 902 450 5500
C:  902 430 8498




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php