set up, log in using PHP

I'm trying to put in place a log in page (Dw CS5.5) to add a list of members, visible only to logged in members on my site. In the server behaviors panel, I got 1. create a site and 2. Choose the document type, but can not get 3. set up the server to test the site for you sign up. I think that I did everything she asked. I am very confused at this point and would like if someone could lead me through the main steps to put in place a log in page. I have used WAMP, but so far had no success. I think I must be missing a step.  I'm still a rookie using Dw so please keep it as simple as possible. Or - Is there a tutorial that would lead me through it? I could not find one. I want to use PHP and not ColdFusion.Thanks for any help.

I found a very good tutorial on lynda.com Dreamweaver CS5 and PHP, and MySLQ with David Gassner. He answers my questions in a very logical and understandable way.

Tags: Dreamweaver

Similar Questions

  • Question on calls of vChargeBack rest api using PHP

    I try to log in to vCenter using vChargeBack API in PHP. I am having some problems when trying to call the rest service.

    My code

     
    $xmlfile=simplexml_load_file('login.xml'); 
    $ch = curl_init(); 
    curl_setopt($ch, CURLOPT_POST, 1);   
    curl_setopt($ch, CURLOPT_POSTFIELDS,$xmlfile);//Passing XML file as POST field 
    curl_setopt($ch, CURLOPT_TIMEOUT, 10);   
    curl_setopt($ch, CURLOPT_URL,"https://xx.xx.xx.xx/vCenter-CB/api/login"); //Setting URL   
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);   
    curl_setopt($ch , CURLOPT_SSL_VERIFYPEER , false );//Since I am requesting https 
    curl_setopt($ch , CURLOPT_SSL_VERIFYHOST , false );//Since I am requesting https 
    curl_setopt($ch, CURLOPT_HTTPHEADER, array ('Accept: ' . "application/xml" )); 
    $response=curl_exec($ch);//Getting response 
    $responseInfo=curl_getinfo($ch);//Getting response headers
    echo $response;
    print_r($responseInfo);
    
    
    
    
    
    


    I have to pass the request as XML data in the body of the request. And also I have version as an URL parameter (I tried from version by adding? version = 1.5.0 to the URL). My XML file request is

      <?xml version="1.0" encoding="UTF-8"?>
    <Request xmlns="http://www.vmware.com/vcenter/chargeback/1.5.0">
     <Users>
      <User>
      <Type>local</Type>
      <Name>admin</Name>
      <Password>xxxxxxxx</Password>
      </User>
     </Users>
    </Request>


    When I try to run it, I get the status code 400 (Bad Request). Y at - it something I am doing wrong? Please help me out of this problem.

    Kind regards

    Srinath

    Hello Srinath.

    After some research, I was able to make calls from rest of chargeback API using PHP.

    I used this RestClient (full credit to the author):

    http://www.PhpClasses.org/package/5480-PHP-send-Web-services-requests-to-rest-servers.html

    With this class, using the API is quite simple:

    include 'library/RestClient/RestClient.class.php';
    
    $chargeBack = RestClient::post(
                $vCenter_chargebackBaseURL."/login?version=1.0.1",
                ''.
                ''.
                ''.
                'local'.
                ''.$vCenter_chargebackUsername .''.
                ''.$vCenter_chargebackPassword.''.
                ''.
                '',
                null,
                null,
                "application/xml"
                ); 
    
    var_dump($chargeBack->getResponse());
    var_dump($chargeBack->getResponseCode());
    var_dump($chargeBack->getResponseMessage());
    var_dump($chargeBack->getResponseContentType());
    

    Please, note that I had to add this line to the RestClient.class.php file inside the constructor method:

    curl_setopt ($this-> curl, CURLOPT_SSL_VERIFYPEER, false);

    Read this to learn more on this line and alternatives:

    http://unitstep.net/blog/2009/05/05/using-curl-in-PHP-to-access-HTTPS-ssltls-protected-sites/

    I hope this helps.

    Kind regards.

  • Dreamweaver how to use php in dreamweaver cc

    How to use php dreamweaver form.

    See setting up a PHP environment in Dreamweaver

    http://www.Adobe.com/devnet/Dreamweaver/articles/setup_php.html

    For contact forms, I find it is best to test the form on your real hosting server - you'll have fewer surprises like that.

    tutorial into 3 parts: Contact form sensitive with Bootstrap and PHP (part 1)

    Nancy O.

  • Files redo log by using the optimal_logfile_size to design view.

    Concerning

    I have a specific question about the size of the log file. I have deployed a database of test and I was exploring some aspects regarding the selection of the optimal size of recovery for performance logs by using the view v$ instance_recovery optimal_logfile_size. My main goal is necessary for example to reduce the bytes redo recovery. Currently I have not been able to optimize the size of redo log file. Here are the steps I followed: -.

    In order to use the view v$ instance_recovery, I had to put the fast_start_mttr_target parameter which is by default do not then I did as follows: -.

    (1) SQL > sho parameter fast_start_mttr_target;

    VALUE OF TYPE NAME
    ------------------------------------ --------------------------------- ------------------------------
    fast_start_mttr_target integer 0

    (2) setting the fast_start_mttr_target requires destroy deferred to the following parameters: -.
    SQL > show parameter log_checkpoint;

    VALUE OF TYPE NAME
    ------------------------------------ --------------------------------- ------------------------------
    log_checkpoint_interval integer 0
    log_checkpoint_timeout around 1800
    log_checkpoints_to_alert boolean FALSE

    SQL > select ISSES_MODIFIABLE, ISSYS_MODIFIABLE, ISINSTANCE_MODIFIABLE, ISMODIFIED parameter of $ v where name like 'log_checkpoint_timeout;

    ISSES_MODIFIABL ISSYS_MODIFIABLE ISINSTANCE_MODI ISMODIFIED
    --------------- --------------------------- --------------- ------------------------------
    IMMEDIATE FALSE TRUE FALSE

    SQL > alter system set log_checkpoint_timeout = 0 scope = both;

    Modified system.

    SQL > show parameter log_checkpoint_timeout;

    VALUE OF TYPE NAME
    ------------------------------------ --------------------------------- ------------------------------
    log_checkpoint_timeout integer 0

    (3) setting fast_start_mttr_target now

    SQL > select ISSES_MODIFIABLE, ISSYS_MODIFIABLE, ISINSTANCE_MODIFIABLE, ISMODIFIED parameter of $ v where name like 'fast_start_mttr_target;

    ISSES_MODIFIABL ISSYS_MODIFIABLE ISINSTANCE_MODI ISMODIFIED
    --------------- --------------------------- --------------- ------------------------------
    IMMEDIATE FALSE TRUE FALSE

    Definition of the fast_mttr_target to 1200 = 20 minutes of the control point of switching on the recommendation of the Oracle

    Ask the view v instance_recovery $

    (4) SQL > select ACTUAL_REDO_BLKS, TARGET_REDO_BLKS, TARGET_MTTR, ESTIMATED_MTTR, OPTIMAL_LOGFILE_SIZE, CKPT_BLOCK_WRITES from v$ instance_recovery;

    ACTUAL_REDO_BLKS TARGET_REDO_BLKS TARGET_MTTR ESTIMATED_MTTR OPTIMAL_LOGFILE_SIZE CKPT_BLOCK_WRITES
    ---------------- ---------------- ----------- -------------- -------------------- -----------------
    276 165888 * 93 * 59 361 16040

    Here target MTTR was 93 so I put the fast_mttr_target to 120

    SQL > alter system set fast_start_mttr_target = 120 scope = both;

    Modified system.

    The size of the log file suggested by v$ instance_recovery is now 290 MB

    SQL > select ACTUAL_REDO_BLKS, TARGET_REDO_BLKS, TARGET_MTTR, ESTIMATED_MTTR, OPTIMAL_LOGFILE_SIZE, CKPT_BLOCK_WRITES from v$ instance_recovery;

    ACTUAL_REDO_BLKS TARGET_REDO_BLKS TARGET_MTTR ESTIMATED_MTTR OPTIMAL_LOGFILE_SIZE CKPT_BLOCK_WRITES
    ---------------- ---------------- ----------- -------------- -------------------- -----------------
    59 165888 93 59 290 16080

    After you change the size of the logfile to 290 as indicated below by v$ log view;

    SQL > select GROUP #, THREAD #, SEQUENCE #, BYTES of the log v$.

    GROUP # THREAD # SEQUENCE # BYTES
    ---------- ---------- ---------- ----------
    1 1 24 304087040
    2 1 0 304087040
    3 1 0 304087040
    4 1 0 304087040
    (5) after you change the size, I observed the anomaly as redo log blocks to be applied for the recovery went to * $ 59 to 696 * v instance_recovery view is now also now offers the size of the log file of * 276 MB *. Have I misunderstood something

    SQL > select ACTUAL_REDO_BLKS, TARGET_REDO_BLKS, TARGET_MTTR, ESTIMATED_MTTR, OPTIMAL_LOGFILE_SIZE, CKPT_BLOCK_WRITES from v$ instance_recovery;

    ACTUAL_REDO_BLKS TARGET_REDO_BLKS TARGET_MTTR ESTIMATED_MTTR OPTIMAL_LOGFILE_SIZE CKPT_BLOCK_WRITES
    ---------------- ---------------- ----------- -------------- -------------------- -----------------
    * 696 * 646947 120 59 * 276 * 18474

    If please specify the output above, that I'm unable to optimize the size of the log file and have not been able to achieve the goal of reducing the redo log blocks to apply for recovery, any help is appreciated in this regard.

    I don't think that test for the optimum size of redo's CTD. Maybe if you did each week, as a regular or something, but the unique initial setup and sometimes check in production? N ° but it will be iterative as part of a deployment of init.ora Exchange.

    In addition, it is part of the DBA job to understand the recovery and what to expect. Which includes the understanding of all these parameters, init and tests for the environment. It also includes an understanding of the characteristics of the application and its load.

  • A gallery of fluid from MySQL using PHP and various column widths

    I decided to try the new option of fluid page layout in Dreamweaver. I pull information from a (MySQL) database and use php to present.

    To view a gallery, I pull the info and use repetition code and something as horizontal repeat of Tom Muck script to create a gallery. Images should be indicated with other text information (not only a legend). However, the script of HR is a fixed amount of columns - and I want the number of columns to change depending on the width of the browser.

    So it's more than a gallery - pulling images from a database with title = 'x' would be a stylized DIV repeated with multiple fields of texts and styles to the breast.

    For example, a site of car dealer that it must show the image of car, price, year, description etc all fonts of different style so it may just be a legend in the image.

    If the options are:

    A fixed number of columns for each width: Mobile Monitor, 5, 3 shelves, 1. This can be done by having an "IF" statement in the code, if width = x use this version of the horizontal repetition?

    A fluid version which has 6 columns and do you drag the width of the browser, you can see the Gallery less than column width until it reaches 1 for mobile.

    The fluid version would be better.

    Any link to a tutorial or an example would be most appreciated.

    Thank you very much

    HVR

    The only problem with the use of instead of a table to create columns of the grid is that you need to set a minimum height on the to keep them all at the same depth, a bit like a construction of table cell looks and behaves. If you do not set a minimum height that the grid will look all shredded MORE the very big disadvantage is that the will not clear if another

    has more content in there that's going to happen if you include a 'description' of the car because it will never be the same length unless you are prepeared to edit the text.

    See sample of fluid below: you can simply fill in the of your database and the loop through them

    Untitled document

    Price

    £8500

    Year

    2009

    Description

    This is a description of the car

    Price

    £8500

    Year

    2009

    Description

    This is a description of the car

    Price

    £8500

    Year

    2009

    Description

    It is a description of the car. It is a description of the car. It is a description of the car.

    Price

    £8500

    Year

    2009

    Description

    This is a description of the car

    Price

    £8500

    Year

    2009

    Description

    This is a description of the car

  • Use PHP Variables between pages: Session, URL, or Get

    Hello

    For our association, I developed a registration page.  Registration pages insert a record into a mysql database, using php.  After the user submits the form (by using $post), I want to be redirected to the confirmation page where a mysql database query is executed to retrieve the record, the Member has been added.

    To pass the variable, I have developed the following pages using a session variable.

    Registration page: http://www.aosweb.org/member_dues.php

    Confirmation page: http://www.aosweb.org/member_view.php

    Although I asked recently changes to the code, it worked at the same time.  The forum was helpful to get the information I needed.  At this point, the redirect, and the passage of the session variable does not work.  It seems that the available on the page member_view session variable is of the last inserted record.  Thus, the query that is run on member_view returns no result.

    I checked some of the forum posts, such as:

    -php url parameters

    -How to pass parameters of form to confirm page...

    -php help registration page!

    My questions outstanding are as follows:

    1 have I placed the order to set the $_session ('sv_mem_num') in the right place.

    2 should I consider another method such as a URL or by using the Get method parameter.

    Thank you.

    George

    $insertGoTo = ' member_confirm.php? mark = ". $_POST ['Member_Num']. » « ;"

    If (isset {}
    $insertGoTo. = (strpos ($insertGoTo, '?'))? "&" : "?";
    $insertGoTo. = $_SERVER ['QUERY_STRING'];
    }

    What is happening is that the Dreamweaver code is looking for an existing query string and add it. The problem is that you put a query string in your redirect page, which translates as the ampersand is added at the end. That's how I want to change it:

    // set the redirect to the target page without a query string
    // then let Dreamweaver check for an existing query string
    $insertGoTo = "member_confirm.php;
     if (isset($_SERVER['QUERY_STRING'])) {
     $insertGoTo .= (strpos($insertGoTo, '?')) ? "&" : "?";
     $insertGoTo .= $_SERVER['QUERY_STRING'];
     }
    
    // if a query string has been added, add the memid at the end
    // otherwise, create a query string to add memid
    if (strpos($insertGoTo, '?')) {
     $insertGoTo .= '&memid=' . $_POST['Member_Num'];
    } else {
     $insertGoTo .= '?memid=' . $_POST['Member_Num'];
    }
    
  • Disconnection of connection FMS using PHP

    Hello

    Is it possible to disconnect the connection of host FMS site using PHP scripts only?
    Click on a button to disconnect or something.

    I need to disconnect a user from the chat room without entering the chat room and only sign the user in the administrative part of PHP, which must also sign the user inside the cat on the FMS host site of ejects also directly within the chat room. Instead of logging inside the cat flash and registration of the user inside.

    Help on this will be very much appreciated. ^_^

    Hmm, that's a bit weird... I'd go to manage all your user sessions using php session variables. In addition, the FMS server connections remain active if the client SWF file is actually displayed in the browser, at the time where ever you close the window (or DIV, framework, etc.) containing, the connection is automatically closed on the server.

  • How can I turn OFF any possibility of use of private browsing OR - how to set a password to use the private browsing?

    How can I turn OFF any possibility of use of private browsing OR - how to set a password to use the private browsing?
    My children are free to use the internet - but I don't want them to be able to hide their internet activity to me.
    Thank you.

    Try this new extension - turn off private browsing:

    https://addons.Mozilla.org/en-us/Firefox/addon/disable-private-browsing/

    Ignore the review I did there on the 22nd, as both versions again, improving have been released during the 6 days and most of the articles I've written about have been fixed.

    Richie just needs to get to the function disable compensation no browsing history, who works at.

  • The application has failed to start because its side-by-side configuration is incorrect. See the application event log or use the command-line sxstrace.exe for more details

    Hello

    I can t open Google Earth or Microsoft Office programs because I get this message - the application could not start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe for more details.

    A few days ago I could open all what programs. I put t know what is the problem.

    I did sxstrace and that's what I have-

    =================
    Launch the activation context generation.
    Input parameter:
    Flags = 0
    ProcessorArchitecture = Wow32
    CultureFallBacks = en-US; en
    ManifestPath = C:\Program Files (x 86) \Google\Google Earth\client\googleearth.exe
    AssemblyDirectory = C:\Program Files (x 86) \Google\Google Earth\client\
    Application configuration file =
    -----------------
    INFO: File analysis shows C:\Program Files (x 86) \Google\Google Earth\client\googleearth.exe.
    INFO: Manifest definition identity is (null).
    INFO: Reference: Microsoft.VC80.CRT, processorArchitecture = "x 86" publicKeyToken = "1fc8b3b9a1e18e3b", type = "win32", version = "8.0.50727.4053"
    INFO: Resolving reference Microsoft.VC80.CRT, processorArchitecture = "x 86" publicKeyToken = "1fc8b3b9a1e18e3b", type = "win32", version = "8.0.50727.4053".
    INFO: Resolving reference for ProcessorArchitecture WOW64.
    INFO: Resolving reference for the neutral culture.
    INFO: Application binding policy.
    INFO: No found publisher policy.
    INFO: No redirect political connection is found.
    INFO: Start the detection of assembly.
    INFO: Can't find the assembly in WinSxS.
    NEWS: Try to detect manifest to C:\Windows\assembly\GAC_32\Microsoft.VC80.CRT\8.0.50727.4053__1fc8b3b9a1e18e3b\Microsoft.VC80.CRT.DLL.
    INFO: Found no manifesto for the neutral culture.
    INFO: End detection of assembly.
    INFO: Resolving reference for ProcessorArchitecture x 86.
    INFO: Resolving reference for the neutral culture.
    INFO: Application binding policy.
    NEWS: Control strategy of the Publisher C:\Windows\WinSxS\manifests\x86_policy.8.0.microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.5592_none_517247830f45081d.manifest
    INFO: Start the detection of assembly.
    INFO: End detection of assembly.
    ERROR: Activation context generation failed.
    End activation context generation.

    Help, please!

    This type of error can be caused if the Visual C++ library runtime components are missing or because of a third-party software.

    Follow the steps below:
     
    Method 1:
    If the problem is caused by the lack of Visual C++ libraries, you can download and install the Runtime components of Visual C++ libraries from the link below:
     
    This error can occur when the Microsoft .NET Framework installation on the computer is damaged or is missing.

    Try it out below step to reinstall and repair installation of Microsoft .NET Framework on the computer, then check if you can install the software.

    (a) click the Start button, select Control Panel, click programs and then click on 'Turn Windows has or not.' If you are prompted for an administrator password or a confirmation, type the password or provide confirmation.

    (b) search for Microsoft .NET framework 3.5.1 uncheck, click OK and restart the computer.

    (c) after the reboot, open again "Turn Windows features on or off" and place a check next to Microsoft .NET framework 3.5.1 and restart the computer.

    Step 2

    If the previous step fails, then I suggest that you manually download and install Microsoft Visual C++ 2005 and 2008 Redistributable Package and check to see if you can install the software.

    In programs and features, you do not show that you have installed Microsoft Visual C++ 2005 Redistributable and Microsoft Visual C++ 2008 Redistributable? If this is not the case, download the links here.
     
    Package redistributable Visual C++ 2005 (X 86)
     http://www.Microsoft.com/downloads/en/details.aspx?FamilyId=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&displaylang=en
     
    Visual C++ 2005 (x 64) redistributable package manager
     http://www.Microsoft.com/downloads/en/details.aspx?FamilyId=eb4ebe2d-33c0-4A47-9dd4-b9a6d7bd44da&displaylang=en

    Package redistributable Microsoft Visual C++ 2008 (x 86)

    http://www.Microsoft.com/downloads/en/details.aspx?FamilyId=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF&displaylang=en

    Package redistributable Visual C++ 2008 SP1 (x 64)
     http://www.Microsoft.com/downloads/en/details.aspx?FamilyId=BA9257CA-337F-4B40-8C14-157CFDFFEE4E&displaylang=en

    I hope this helps.

  • "Error: the application failed to start because the side by side configuration is incorrect, please see the application event log or use the command-line sxstrace.exe for more details.

    I have QQ (an international chat program) installed on the laptop. Then my hard drive crashed. Now when I try to reinstall it on my new hard drive I get the following message:

    "Error: the application failed to start because the side by side configuration is incorrect, please see the application event log or use the command-line sxstrace.exe for details" -how can I solve this problem? I have Windows 7.

    Hello

    Thanks for choosing Microsoft Community to post your question.

    It seems that you can not install application QQ, you get an error: "the application could not start because the side by side configuration is incorrect, please see the application event log or use the command-line sxstrace.exe for more details.

    We're here to help and guide you in the right direction. This problem could be caused when the computer is missing the correct C++ run time for your type of system components. (x 86 or x 64).

    Here are a few troubleshooting steps that you can try to solve this problem.

    Method 1: we will install Microsoft Visual C++ for your computer package.

    Note: If you use the 32-bit operating system, download and install 32-bit edition(X86).

    If you use the 64-bit operating system, download and install edition(X64) 64-bit.

    Microsoft Visual C++ 2008 SP1 Redistributable Package (x 86)
    http://www.Microsoft.com/downloads/en/details.aspx?FamilyId=A5C84275-3B97-4AB7-A40D-3802B2AF5FC2&displaylang=en

    Microsoft Visual C++ 2008 SP1 Redistributable Package (x 64)
     http://www.Microsoft.com/downloads/en/details.aspx?FamilyId=BA9257CA-337F-4B40-8C14-157CFDFFEE4E&displaylang=en

    Package redistributable Microsoft Visual C++ 2010 (x 86)

    http://www.Microsoft.com/downloads/en/details.aspx?FamilyId=a7b7a05e-6de6-4D3A-A423-37bf0912db84

    Package redistributable Microsoft Visual C++ 2010 (x 64)

    http://www.Microsoft.com/downloads/en/details.aspx?FamilyId=bd512d9e-43c8-4655-81bf-9350143d5867

    Method 2: Run the fixit available at the following link.

    Solve problems with programs that cannot be installed or uninstalled

    http://support.Microsoft.com/mats/Program_Install_and_Uninstall

    Also, check the event log using Event Viewer.

    Please see the link below for more information on how to use Event Viewer to check the error message or information,

    http://Windows.Microsoft.com/en-us/Windows7/what-information-appears-in-event-logs-Event-Viewer

    If you have additional problems, please reply to this post and we will be happy to help you further.

  • WINDOWS 7 error the application failed to start because the side by side configuration is incorrect, please see the application event log or use the command-line sxstrace.exe for more details.

    «WINDOWS 7 error the application failed to start because the side by side configuration is incorrect, please see the application event log or use the command-line sxstrace.exe for more details.»

    This cams almost for all the applications that I try to open. I read all kinds of things to solve problems, but I can't install anything because it is constantly on the screen.

    I think it's like that because my computer shuts off when I was doing the system restore, because he has not started.

    I don't know what to do.

    Hello

     
    You can view the event log by using Event Viewer. See the link below for more information about how to use Event Viewer to check the error message or information,
     
    Please check the information in Event Viewer and let us know the problem more briefly for a better solution.
     

    Method 1:
    However, try the SFC (System File Checker) scan on the computer. Check out the following link to do the same thing:
    How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7
    http://support.Microsoft.com/kb/929833
     
    Method 2:
    You try to run the fixit given in the following link and check if it works:
  • How to set up a connection using a Toshiba Satellite C655D-S5508 mobile access point?

    How to set up a connection using a Toshiba Satellite C655D-S5508 mobile access point? I am trying to connect a Samsung Galaxy stellar and receive an error page indicating that the DNS search failed. I do not know how to set up my computer, I have the wireless power and know how to connect to the hotspot from the phone. The phone is able to recognize the computer and its IP address, and the computer recognizes the phone and tries to connect but then displays the error message "DNS search failed.

    Any help would be great!
    Raquel

    Hi Raquel,.

    Do you have any security program installed on the computer?

    I suggest to go through the steps from the link provided and check if it helps.

    Add a Bluetooth device or other wireless or network device: frequently asked questions

    http://Windows.Microsoft.com/is-is/Windows7/add-a-Bluetooth-or-other-wireless-or-network-device-frequently-asked-questions

    You can also consult the manual of the computer for the same and check.

    If the problem persists, you can also contact manufacturing for known problems:

    Support.Toshiba.com

    http://www.CSD.Toshiba.com/cgi-bin/TAIS/support/JSP/home.jsp

    Hope this helps and let us know if you need more assistance.

  • trying to set up a printer used... lexmark z611 but he changed amyuni document converter 300.but have always a mistake-41... what should I do?

    Im trying to set up a printer used... lexmark z611 but he changed amyuni document converter 300.but have always a mistake-41... what should I do?

    Contact Lexmark support.

  • Help submitting the form using php

    Using DW CS5.5, I created a simple contact form 12 field. Rather than using a cgi script to send form data, I prefer to use php.  Can someone provide me with a source for simple instructions on how to do it?  I searched past discussion forums, but can't find anything that will guide me in the specific steps.  The form is already installed on my page, but now I don't know what to do next to make functional, so it will send to my address e-mail, form data when the user clicks the submit button.  I checked online also, but to find the instructions more geared towards those who have more experience or knowledge than me in this kind of things.  Creation of shapes on the page is easy, and I understand the big picture regarding how work of forms, and what happens in the background, but it is impossible to find out what either written in simple language that will tell me step by step what to do after the creation of the form on the page.

    Thanks for anyone's help.

    Nancy has written a good tutorial Alt-Web Design & Publishing: Contact form sensitive with 3.2 Bootstrap and PHP (part 1)

    The PHP part starts Alt-Web Design & Publishing: sensitive Contact with 3.2 Bootstrap and PHP (part 2) form , but it does not hurt to start from the beginning

  • How to make an image link to mysql database using php?

    Hey, I am shopping online as my project portal to term. I want to add an image for what is available in my database for sale, so that when user click on this picture everything remove all it are displayed in a form. Kindly help me about this ASAP.

    This tutorial will give you an idea of what it takes. Problem is that the tutorial uses PHP code which does not work in the latest version of PHP. MySQL has made the way for MySQLi and PDO.

Maybe you are looking for