I don't use Dreamweaver so I have no clue what the interface is like.  But
basically the php function mysql_connect or mysql_pconnect will be somewhere
in the page.  It takes the username, host, password ect. as arguments.  You
script might be set up with variables that hold these defined at the top or
something it is hard to say without looking at the script, but I'm guessing
it doesn't so much matter in this case, find mysql_connect or mysql_pconnect
and put the arguments in.  Here's links to the PHP man page on the functions
so you can get the argument order:
http://www.php.net/manual/en/function.mysql-connect.php
http://www.php.net/manual/en/function.mysql-pconnect.php


-----Original Message-----
From: Stephen Tiano [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 25, 2003 5:22 PM
To: [EMAIL PROTECTED]
Subject: Maybe OT: Anyone Familiar w/ Dreamweaver MX: PHP Web
Development?


Well, MySQL is involved to the extent that the "Web Development" of the
title does involve MySQL database-driven applications.

So, is anyone familiar with this book. I'm in one of the last chapters
and I am hopelessly lost trying to find the proper places to input my
username, password, and db name in an exercise involving hand-coding of
a file called "create_users.php".

A little help, please? Anyone?

Thank you.

Steve Tiano



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to