PHP, My SQL Server , Windows and Dreamweaver

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
natashalovesinabrown
Forum Newbie
Posts: 1
Joined: Mon May 13, 2002 8:02 am
Location: manchester
Contact:

PHP, My SQL Server , Windows and Dreamweaver

Post by natashalovesinabrown »

Hello
I am totally new to programming and its taken me two weeks to get as far as installing PHP etc etc etc..

Anyway . I have got to the point where I have PHP installled aswell as MySQL and MY ODBC.
When I go through the tutorial to set up a new connection in Dreamweaver and press the test button..it says .. unindentified error. I have tried everything to get it to work.

When I set up My ODBC, and set up the DSN , and tested it..It says it correctly set up..i..e its fine..

Its just when i set it up in Dreamweaver, it doesnt work..
Neither does my live data preview work.. even though it works from the browser directly. MY php pages work.. outside Dreamweaver.
My local files are stored in C: and my remore files are stored in.. wwwroot/dreamweaverphp

I am using the tutorials files by the way.

Hope this makes sense.. can anyway talk me through a check list of what i need to do to get this tom work.

Thanks so much!
prasadharischandra
Forum Commoner
Posts: 57
Joined: Thu May 09, 2002 2:19 am
Location: sri lanka
Contact:

Post by prasadharischandra »

before u have to post u have to define variable like
that
$test="test";
then u can
echo "$test";
or u have to use forms
what is the server u're using if u using IIS u have to instlled php.exe
file
pistolfire99
Forum Commoner
Posts: 58
Joined: Thu May 23, 2002 3:18 pm

Post by pistolfire99 »

Hello,
Are you using Dreamweaver UltraDev 4 or Dreamweaver MX?

Pistolfire99
Post Reply