Video tutorials Dreamweaver CS4 PHP/MYSQL

Hello

Have a few books here, but would like to learn this visually. Once I see it done on the screen on a video tutorial I look better.

Could someone point me to a site or somewhere that has good Dreamweaver CS4 sites using PHP and MYSQL to create Dynamics?

Help, please

Thank you very much

Andy

There are adobe tv

http://TV.Adobe.com/product/Dreamweaver/

try under this http://www.adobe.com/devnet/dreamweaver/articles/first_dynamic_site_pt1.html

David Powers has a few great books, http://foundationphp.com/books.php how to create web sites using php, css, ajax with cs4, ledger also and if you need help David is here to help

Good luck.

Tags: Dreamweaver

Similar Questions

  • CC Dreamweaver and PHP / MySql

    So what spent for database connections, links and options of server behaviors. There are no options in the DATA insertion bar.

    I hope that this will not go away.

    Max OS x 10.8

    Deprecated in CC.

    Use the inherited to bring them back.

    http://forums.Adobe.com/thread/1231011?TSTART=0

    Nancy O.

  • help with php mysql connect script

    OK guys im new to php mysql and I try inserting form information in my database. IM using a sitepoint script in which I went through the tutorial made some experiences of myself and it worked...

    but now I get this error that I can't understand...

    Command error: you have an error in your syntax SQL; consult the manual corresponding to your version of the server MySQL for the right syntax to use near 'order product SET = ' 1', 'average' = size, color is ", amount = '1' at line 1

    Here is the page
    http://vaughntucker.com/imagecon/hats.php

    and this is the script
    <? PHP
    default page view
    connect to the database
    $dbcnx = @mysql_connect ('p3nl41mysql7.secureserver .net', 'imagecon', ' Dub * boss_1');
    If (! $dbcnx) {}
    echo "< p > unable to connect to the '. 'database server at this time." < /p > ";
    Exit();

    }

    Select database
    If (! @mysql_select_db ('imagecon')) {}
    exit (' < p > cannot locate the ".")
    "database at this time. < /p >");
    }

    MySQL Query add joke
    If (isset($_POST['submit'])) {}
    $product = 1;
    $size = $_POST ["size"];
    $color = $_POST ['color'];
    $quan = $_POST ['quantity'];
    $sql = "INSERT INTO command TOGETHER
    product = "$product."
    size = "$size."
    Color = "$color"
    quantity = "$quan"
    Date = CURDATE () ';
    } else {}
    ECHO 'no data sent ";

    }
    If (@mysql_query ($sql)) {}
    echo "< p > your order has been sent. < /p > ";
    } else {}
    echo ' error < p > order process: '.
    mysql_error(). / '< p > ';
    }



    ? >

    Thanks in advance

    Murray * ACE * has written:
    > $sql = "INSERT INTO command TOGETHER."
    "> product ='". $product. "',
    "> size ='". $size. "',
    "> color ='". $color. "',
    ' > quantity = ' ". $quan. "',

    No, this is not what is causing the problem. It is the use of 'order' as
    the name of the table. The order is an SQL reserved word. Either the name of the table
    should be changed, or the query INSERT rewritten as follows:

    $size = mysql_real_escape_string($_POST['size']);
    $color = mysql_real_escape_string($_POST['color']);
    $quan = mysql_real_escape_string($_POST['quantity']);
    $sql = 'INSERT INTO 'order' SET
    product = 1,.
    size = "$size."
    Color = "$color"
    quantity = $quan,
    'date' = CURDATE () ';

    Note that I surrounded order and date with backticks. I also have
    $product, was deleted because it has a fixed value. I removed the quotes from
    around $quan, because the numbers should not be quoted in SQL queries.

    The changes I did assume that magic quotes are disabled the
    Server. If they are on, you must also pass the variables $_POST
    stripslashes() like this:

    $size = mysql_real_escape_string (stripslashes($_POST['size']));
    $color = mysql_real_escape_string (stripslashes($_POST['color']));
    $quan = mysql_real_escape_string (stripslashes($_POST['quantity']);

    --
    Adobe Community Expert David Powers
    Author, "The Essential Guide to Dreamweaver CS4",
    "PHP Solutions" & "PHP Object-Oriented Solutions.
    http://foundationphp.com/

  • I looked through the video tutorials for CS6 and can't find any help for PHP using SQL.

    Where is a good place I can go to learn more about the use of different languages as html and dreamweaver.  Is there a service that adobe offers that I could buy that would take me from recruit all the way to professional with a good structure, easy to use, such as adobe tv but more advanced and deeper?  I am building a Web site with a log in page and check.  I have the HTML part down pretty well, but need help to write php scripts and the use of SQL for storing user information

    I moved this to the main Dreamweaver support forum.

    In response to your question, you should be aware that PHP in CS6 Dreamweaver server behaviors use original MySQL functions that are should be removed from a future release of PHP. Server behaviors have been deleted from the CC of Dreamweaver. If you plan to create a website using PHP and MySQL, do not rely on Dreamweaver server behaviors. You must instead use MySQLi (improved MySQL) or PDO (PHP Data Objects) .

    If you are looking for video tutorials, you might be interested in the class I created for lynda.com. As a beginner, a good starting point would be Introducing PHP or PHP for Web designers (there are several videos of the sample that you can watch for free on my site). Both courses have been recorded on Dreamweaver (PHP for Dreamweaver CS6 Web designers), presenting the PHP on Dreamweaver CS5.5. PHP for Web designers shows how to connect to MySQL with MySQLi. You need a subscription to lynda.com to watch full courses, but you can get a free seven day trial by following the links on my site.

    If you don't want to commit to a subscription service, I also wrote a book called PHP Solutions, which covers MySQLi and PDO in depth. It also shows how to build a login system. At the moment, the second edition is available, but a third revised edition is due to the on sale in December.

    There are also a lot of free resources on the web you can find. The important thing to beware of is that a lot of old documents is based on the original functions of MySQL. Regardless of the resource you use, make sure it shows how to use MySQLi or PDO.

  • help Beginner Dreamweaver - php &amp; mysql

    Jin

    New in dremweaver, have used .net in the past with von Willebrand disease and found straight forward to drag on the grid of visualization etc. to display data from sql database.

    I now want to use php and mysql, and watching dreameaver cs4 I really want to know what is each navigation. say how to create my database mysql and drag a grid view in dreamweaver cs4 above to see?

    basically just need to know the basics navigation what buttons I need to interact using php and mysql?

    any help would be very well and also if anyone can recommend a good book on php/mysql with dreamweaver cs4 as one by him then would be very happy.

    Thank you very much

    Andy

    This could be a good starting point:

    http://help.Adobe.com/en_US/Dreamweaver/10.0_Using/WScbb6b82af5544594822510a94ae8d65-7fc8a .html

  • CS4-generated statements of PHP/MySQL

    I built a simple GUI program 2 in CS4 using PHP and MySQL. A program accepts XHTML form user entry of two text fields, which are then sent to the B program for treatment and subsequent recovery of MySQL. I'd like a clairification on the MySQL statement that CS4 generates the Recordset, I built.

    Here is the PHP instructions that define the variables passed in program B:

    $colname1_Recordset1 = "";
    If (isset($_POST['transaction_mfgr_importer'])) {}
    $colname1_Recordset1 = $_POST ['transaction_mfgr_importer'];
    }
    $colname2_Recordset1 = "";
    If (isset($_POST['transaction_model'])) {}
    $colname2_Recordset1 = $_POST ['transaction_model'];
    }

    Here is the generated recordset based on this entry:

    @mysql_select_db ($database_DGRconnect_acquisition, $DGRconnect_acquisition);
    $query_Recordset1 = sprintf ("SELECT * FROM dgr_ad_vendor_acquisition WHERE dgr_ad_vendor_acquisition.transaction_mfgr_importer = %s dgr_ad_vendor_acquisition.transaction_model = %sAND", GetSQLValueString ($colname1_Recordset1, "text"), GetSQLValueString ($colname2_Recordset1, "text") "");
    $Recordset1 = mysql_query ($query_Recordset1, $DGRconnect_acquisition) or die (mysql_error ());
    $row_Recordset1 = mysql_fetch_assoc ($Recordset1);
    $totalRows_Recordset1 = mysql_num_rows ($Recordset1);
    ? >

    I have highlighted in red the parts of the statement generated in which my questions. Basically, I would like to know how the '%s' is generated to represent the two variables, and especially, how they are analyzed so that they are differentiated in the statement. In other words, how the engine keep track which is '%s '? I hope that my first question is about as clear as mud!

    Secondly, is there a way I can handle both of these variables to work in a 'LIKE' operand, against the '=' one?

    $query_Recordset1 = sprintf ("SELECT * FROM dgr_ad_vendor_acquisition WHERE dgr_ad_vendor_acquisition.transaction_mfgr_importer LIKE %s %s dgr_ad_vendor_acquisition.transaction_model AND AS ", GetSQLValueString ($colname1_Recordset1, "text"), GetSQLValueString ($colname2_Recordset1, "text") "");

    I'd rather change my original return to enjoy the relative comparison function that normally the LIKE operand. I want that the resulting lines retrieved from SELECT it to include anything similar that the registration of the user. Normally, the LIKE comparison requires a string hardcoded, for example. ' WHERE dgr_ad_vendor_acquisition.transaction_mfgr_importer LIKE '% General Electric '... '. ". I'm trying to find a way to replace the variable representations '%s' with the contents of $colname1_Recordset1 and respectively$colname2_Recordset1.

    Thank you for your time, and any comments would be greatly appreciated!

    Timbo9799 wrote:

    I came to the conclusion that MySQL correctly don't evaluate not the LIKE statement unless a comparison hard-coded string is used.

    You came to an erroneous conclusion.

    When you create the SQL query in the Recordset dialog box advanced, insert your variable name surrounded by % like this:

    SELECT column1, column2
    FROM myTable
    WHERE column1 LIKE %col1%
    AND column2 LIKE %col2%
    

    Dreamweaver CS4 then converts two %s variables and puts the wildcards within the GetSQLQueryString() like this:

    $query_myRecordset = sprintf("SELECT column1, column2 FROM myTable
    WHERE column1 LIKE %s AND column2 LIKE %s",
            GetSQLValueString("%" . $col1_myRecordset . "%", "text"),
            GetSQLValueString("%". $col2_myRecordset . "%", "text"));
    
  • I need some tutorials Ajax, PHP, Mysqli?

    Hello world

    I need tutorials on the following

    (1) I have a div that is connected to a database, it displays information x I want to do a picture-button that refreshes this div in a click.

    (2) I have 3 different pictures (thumbnails) on a page that each represents its own category of pictures, I want each image to do ' when one of the 3 images is presset, there should be a fade by displaying images (10, etc.) associated with this category (perhaps of an include statement?). under the 3 photos, if you press one of the 3 images current images in the 3 images has to falter and new photos (22 photos etc.) melted, does make sense? .

    If anyone has some good tutorials that is not impossible to understand due to the mic/accent, I'd be more than happy!

    OMFG... I just think that I found the magic for the first jewel, if someone need to solve one that I found this

    http://StackOverflow.com/questions/17438243/AJAX-update-div-tag-on-button-click

    N ° 1)

    "I just removed the"setTimeout('Ajax()',2000);" both places.

    Step 2)
    Made the small script php/mysqli one inclusion

    Step 3)

    Changed to this-->> >xmlHttp.open("GET","refresh.php",true);
    xmlHttp.send(null);<<<-- to this -->>

    xmlHttp.open("GET","Includes/frontpage/featured.php",true);

    xmlHttp.send (null);<>

    Step 4)

    Added this onclick = "Ajax (); "to my tag

  • When I click on the "Test URL" button in Dreamweaver CS4, I get an error "12150.

    Hi all

    I have the following problem: I am a new user of Dreamweaver CS4. I am trying to build a simple website with a database with Dreamweaver and XAMPP. For now the site is called "router".

    I do the following: in Dreamweaver, I click on Site-> new Site; I enter the name of the site ('router') and the address ""http://localhost/router";" then I click on 'Next' and then "Yes, I want to use a server technology" and I choose "PHP MySQL"; and then "Next", then "Edit and test locally (my test server is on this computer)" and then I selected for the storage folder "C:\xampp\htdocs\router". then 'Next', then for URL I type "http://localhost/router" and when I click on "Test URL" I get "Dreamweaver cannot use the prefix you have entered to display live data. Please, check the configuration of your site or click Help for more information on how to solve this problem. (HTTP error: 12150) »

    I didn't have Internet Information Services is installed initially, and I discovered that if it is not installed, it may cause this error, so I installed it, but I still get the error. No idea what can be causing this?

    Thanks in advance.

    sharky_01 wrote:

    "Edit and test locally (my test server is on this computer)" and then I selected for the storage folder "C:\xampp\htdocs\router". "Next", and then for the URL, I type "http://localhost/router" and when I click on "Test URL" I get "Dreamweaver cannot use the prefix you have entered to display live data. Please, check the configuration of your site or click Help for more information on how to solve this problem. (HTTP error: 12150) »

    I didn't have Internet Information Services is installed initially, and I discovered that if it is not installed, it may cause this error, so I installed it, but I still get the error. No idea what can be causing this?

    Thanks in advance.

    Could you change the URL:

    'http://localhost/router/'.

    And see what happens.  There is an extra forward slash [/] at the end of the URL

    After back if this does not work.

  • Create a slide show of images in Dreamweaver CS4?

    How can I create a slideshow of photos using Dreamweaver CS4? I want the slideshow to be manual - in other words, I want the slide show to move to the next image only when the user clicks on a button, not after a certain period of time elapsed. How can I do this?

    Thanks for the help.

    Slideshows of Web have evolved tremendously in the last decade. Those produced by Dreamweaver MX originally are very obsolete these days.

    Even the command in DW CS4 Web Photo Album is not recommended by Adobe themselves. The display of Flash images previously available in CS3 and earlier versions was dropped in DW CS4.

    However the web today is full of creative writing which offer a range a lot of beautiful solutions that only Dreamweaver can offer.

    For an integrated solution, try the current integrated with Adobe Bridge (the bridge is installed by default with DW CS4)

    http://foundationphp.com/Tutorials/Gallery/embed1.php

  • Best web server IIS or Linux for Dreamweaver CS4?

    I'm mainly a developer using IIS 7 .NET framework, Visual Studio 2008 did a horrible job of web development of the GUI, good in support of the database, but its ability to produce beautiful front-end is horrible and extremely bug.  so... I'm looking to Dreamweaver CS4 and I'm about to buy a GoDaddy hosting solution and have to decide if I should go with Linux or IIS.

    So my question:

    1. who is the platform is best for Dreamweaver CS4?  IIS or Linux?

    2. what additional components (if any) my hosting service will need to have installed on the web server to get all the benefits of the production of CS4?

    3. is there something in CS4 where I can specify my web server platform?

    Thank you, Rob.

    Hello

    Questions-

    1 hotspot (mouse on) images which will adjust and display additional information

    2 eCommerce support using PayPal

    3 provision to size sets

    4. future: Mobile device site possible so he needs to detect devices of connection

    5. the future: possible / / database support (probably MySQL - complex simple nothing)

    Answers-

    All except point 5 are objects on the client and nothing to do with your server.

    In regard to point 5 the I advise to use Linux with php/mysql.

    Could you give some details on site "slap" which requires additional components installed on the web server?

    Using php, you can resize the images on the server for delivery to the customer, it would also require the installed php GD extension, ensure that the version of php is a minimum of 5.2.9, whatever it is less is not recommended in my opinion, and your MySQL version 5 database.

    The full list of why these versions and which php extensions, you should have depends on your future needs, but check with the web site of e-commerce on their requirements for php as well.

    PZ

  • Using a database of MsAccess with Dreamweaver CS4?

    Hello world

    I have a question about the use of a database of Microsoft Access with Dreamweaver.

    First of all, I was wondering if it was possible. Second, if it is, could someone give me instructions or a link on how to do it. I'm pretty new to Dreamweaver, code, etc., if simple instructions on how to do this would be great.

    Here is some information...

    (1) I am running Windows XP SP2

    (2) I am using Microsoft Office 2003 (access included)

    (3) I use Dreamweaver CS4

    (4) I installed XAMMP (Apache, MySQL, FileZilla and PHPmyAdmin, as far as I know)

    If someone needs more information, I will be hapy to share as soon as possible.

    Any help is greatly appreciated,

    Musicman1994

    You can use Access with ASP. Since you also have installed XAMPP, this suggests that you want to use PHP. Dreamweaver PHP server behaviors work only with MySQL. Access is not to go.

    Even if you use ASP, Access is not really suitable for use on a Web site, unless the database is small enough and you have very little traffic.

  • How can I connect dreamweaver to 000webhost mysql/database

    The guys I spent 3-4 days just to connect the database with my dreamweaver. But I've missed so far.

    I just created a site with Basic 4 simple registration pages.

    -index.php

    -Login.php

    -register.php

    -access denied.php

    I created a table/database in 000webhost and all is well. But I can just connect it to dreamweaver.

    I use dreamweaver cc 2015.

    Whenever I try to serverbehaviour Recordset, I can't connect to database 000webhost.

    Here is the screenshot of the error.

    It comes to the start page of the registration page. I have not yet designed and all. I want to correct this 1...

    Thank you1.jpg2.jpg3.jpg4.jpg5.jpg6.jpg7.jpg

    OK, all around confusion side, you have a PHP/MySQL Server works like a charm on your local machine and you want to load on the remote control.

    If you have correctly configured the remote control in setting up a Dreamweaver Site, there should be no problem to download files in the correct remote directories. This leaves us with the transfer of data files.

    Open your local database in phpMyAdmin and then select export from the menu. Scroll and select the Save as file check box, and then press Go.

    Now, open the database in phpMyAdmin on the production server (Note: you'll need to create the database), and then select Import from the menu. Browser for the file that you saved, and then press go.

    If all goes well you should now have a mirror image of your database on the production server!

  • Translator during the opening of an error in Dreamweaver CS4 page

    Hi all

    Whenever text software, with my saved pages when opening, I have a small dialogue window that opens shows that the translator could not be loaded due to a php error, and this pay each page as text. (See image)Capturer.JPG

    You have information to give me pour fix this error that comes from I don't know where?

    Thanks to all of you pour info you could give me.

    Kind regards.

    Vitoutso

    This can help JavaScript errors troubleshoot | Dreamweaver CS4, CS5, CS6, CS5.5

  • Unable to connect error 404 PHP/MySQL

    Wow, the learning curve is killing me. Yet another challenge. I use Dreamweaver CC and this tutorial http://www.adobe.com/devnet/dreamweaver/articles/setup_php.html

    I'm at this stage:

    1. Open comments.php . You must have a PHP page open in the Document window to create a MySQL connection.
    2. In the databases Panel (choose window > databases), click on the sign located on the Panel and select MySQL Connection.The MySQL connection dialog box appears.
    3. Type connTest as login name.
    4. For the MySQL server, type localhost. If you use MAMP ports by default on a Mac, use localhost:8889.
    5. For the user name, type phptestuser.
    6. Type the password that you chose for the phptestuser account in the password field.
    7. To the database, type php_test. Note: You need not precede the underscore with a backslash character here. It was inserted by phpMyAdmin in the previous section (see Figure 20) only because phpMyAdmin uses a query which allows wildcards.
    8. Click on Test.Dreamweaver tries to connect to the database. If the connection fails, follow these steps:
      • Check the server name, user name, and password.
      • Check the settings in the file that Dreamweaver uses to process dynamic pages (see specification of a Dreamweaver testing server).
      • Ensure that the web and MySQL server are both running.
      • Temporarily disable any firewall or security program. If the connection works, you must configure the security program to allow communication between Dreamweaver and MySQL.
    9. Click OK. The new connection appears in the data Panel.
    10. Expand connTest connection, and then expand the Tables branch. You will see the comments table in the database, you can expand to reveal the details of the columns in the table (see Figure 23).

    I can say that I followed this tutorial to the letter.

    As far as I know, XAMPP/php mySQL all running very well, the files are in the right place and everything should work. However when I type test, I get a 404 error. (Same error when I hit the select button).

    The problems on the 404 message are:

    1. There is no server running on the server test.

    Sure the testing server is running. Is there a way to test this, another that note that xampp is certainly running right now and I can connect to phpMYadmin without problem?

    2 test specified for this site server is not mapped with the http://localhost/php_test/_MMServerScripts/MMHTTPDB.php URL check that the URL prefix maps to the root of the site.

    UH... I'm sure that I put things where I was told to put them in the tutorial, but I'm lost right now where I should check that. A clue here? The files are where they are supposed to be, but maybe I entered something wrong? Except... I don't know what it might be or where to find it. Whatever IT is.

    Everything in the local files is fine.

    Thanks for your help!

    PS: Extra points to anyone who figures how to make copy/pasteable error messages! These guys are the bane of my life!

    Stop and restart the services he. Stop Xampp if still the same behavior. It should look like as below

  • PHP/MySQL relational database

    Hello

    I'm pretty new to php/MySQL. I'm stuck on how to make a cross-connection database.

    I have two tables 'users' and 'comments' and wants to set up a page that a user can see and edit the comments they made.

    So far, I tried to do an advanced Recordset, but all I managed to do is to display all records that share a user_id.

    I use dreamweaver CS5.5 and PHP and MySQL.

    Thanks in advance for your help

    Eddie

    This should be just a base query SELECT * FROM {comment-tbl} WHERE userid = $_SESSION ['user'].

    Do you use Cookies or Sessions at this point or you're simply trying to write this in a query without them?

Maybe you are looking for

  • Font and size: how to change the default (for outgoing e-mail)?

    I'm going to 'Write', I put it in the address, etc., and when I start typing my message, the font size is tiny, the font is Times, although subFormat - fonts, I see Helvetica and size is extra-large. Sometimes using "fixed width" gives me a better fo

  • Problems to send pictures through text, given that I have software update 9.3.1.

    Since I updated my software to 9.3.1 I was not able to send pictures through e-mail

  • Satellite A300/A300D Webcam problems

    Hey sorry if this question was asked before, up to what recently worked my webcams recently I get the following error message *'Web fail open driver. Restart the computer or the camera '. * I tried to do both and no result, I wondered if anyone has h

  • pop on the market

    P7-1235-win7-64 refurbished 90 days warranty I'm a 'pop' strong start, as the power button is pushed, well before any software can start loading. before spinning of discs upward. It is, I am sure, a hardware problem. I'm afraid that this pop is cause

  • Transfer of programs & files to a new laptop. __

    I would like to transfer the programs and files that I use on my Vista Home Premium PC to a laptop for use abroad.How can I do this?