all-in-one program

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
User avatar
thomasd1
Forum Commoner
Posts: 80
Joined: Sat Nov 22, 2003 2:48 pm
Location: Belgium

all-in-one program

Post by thomasd1 »

hi, all i need is a lil progie on wich i can justtest my phpcode and not having to install apache-php-mysql
i know there are a lot of these but until now i haven't found one that works how i want to, i'm looking for one where you can enter you code in code view and push a button called design view and then you see the phpcode executed..
in other words, making php and mysql work for dreamweaver in designmode
:roll:
(i think zendstudio is looks pretty good but a bit too expensive)
User avatar
phice
Moderator
Posts: 1416
Joined: Sat Apr 20, 2002 3:14 pm
Location: Dallas, TX
Contact:

Post by phice »

Besides setting up your own server (Apache, MySQL, PHP), I beleive Dreamweaver has a function (or the ability) to do this. Take a look at this.
Image Image
malcolmboston
DevNet Resident
Posts: 1826
Joined: Tue Nov 18, 2003 1:09 pm
Location: Middlesbrough, UK

Post by malcolmboston »

dreamweaver has a live data view that can shoiw dynamic content from within PHP as well as content from required ./ includes pages etc

its pretty good, but doesnt work all the time
User avatar
thomasd1
Forum Commoner
Posts: 80
Joined: Sat Nov 22, 2003 2:48 pm
Location: Belgium

Post by thomasd1 »

malcolmboston wrote:dreamweaver has a live data view that can shoiw dynamic content from within PHP as well as content from required ./ includes pages etc

its pretty good, but doesnt work all the time
i just tried this and i had trouble with connecting to my mySql database, i mean i could connect and choose a database, but i couldn't see the tables in it, this is when i left the password field blanc, when i enter the password, it allways gives me error 1045, saying (using password: YES)

could it be because i have a linux hosting?
User avatar
thomasd1
Forum Commoner
Posts: 80
Joined: Sat Nov 22, 2003 2:48 pm
Location: Belgium

Post by thomasd1 »

bump.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Double check your username and pw is correct...
User avatar
thomasd1
Forum Commoner
Posts: 80
Joined: Sat Nov 22, 2003 2:48 pm
Location: Belgium

Post by thomasd1 »

i have triple checked allready
User avatar
thomasd1
Forum Commoner
Posts: 80
Joined: Sat Nov 22, 2003 2:48 pm
Location: Belgium

Post by thomasd1 »

ok never mind, i found what i did wrong
Post Reply