Jump to content

arjetag

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

arjetag's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Well... I used those tutorials and they help me a lot! I know how to create a form html/css, but when it comes to MYSQL, it's much more easy for me to create a connection with Dreamweaver to my database (MySQL). I started learning MySQL too... but it will take to much time for my to make this application form, write all those codes... and everything... I don't know if I can find mysql codes for this connection
  2. Yes... I put a code (see below) <?php $dbhost = 'localhost'; $dbuser = 'root'; $dbpass = 'password'; $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die ('Error connecting to mysql'); $dbname = 'petstore'; mysql_select_db($dbname); ?> I used the same user/pass... host names... like in Dreamweaver and it worked here. So, I assume that the problem is in Dreamweaver. But now... I have to create a form and that's why I need Dreamweaver, otherwise I don't know how to do it!!! Does anybody know how can I combine these things... and make my online appilcation form in DW. Thanks.
  3. How can I have permission to connect to the database from my public IP??? I am working in my company's server in which I have full access and xamp is installed???
  4. Hey Neil, Thanks for your reply. I have imported table to a database. To get that code... I have to go to phpmyadmin/SQL... right? And then, back to Dreamweaver... paste that and upload to the server... ???? I assume that I need to add some extra code for this! I appreciate some more help for this...
  5. Hi there, I have installed PHPMyAdmin in my server and from there I have created a mysql database and a table within it. Now, since I want to create an application Form... I need to connect my database with Dreamweaver. I spend my whole day trying this... and didn't succeed Here is what I did in Dreamweaver CS3: Create a FTP connection with my site and then open MYSQL Connection window: Connection name: mydatabase My SQL Sever: localhost (I also tried with my IP addresses, and didn't work either) Username: root (username of www.domain.com/phpmyadmin) Password: xxxx (same as above/pass) Database: mydatabase I am getting the message "An unidentifed error has occurred" each time I'm trying this. localhost should be the name of my MySQL Server,... because I've seen it in PHPMyAdmin window Can anybody help me pleaseeeee with this?! Thnx
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.