Question on sort behavior when inserting ACL lines into existing ACL

Hello,
I have a request / need to insert lines into existing ACLs (some standard, some extended) and I need to control where they are added (we want some to go to the top, some in the middle, some second from bottom).
I'm trying to understand / follow how ACL lines are added / sorted.  I have three examples of different configs (standard ACL) where someone inserts lines into the existing ACL. 
The problem is, it does not follow the guidelines I've found on cisco.com - i.e. using Sequence #s if specified, they don't all get added to the bottom, etc. 
How can I determine how a line added to an existing ACL will behave? 
I've added new ACLs, and as far as I can tell, for those examples, it will follow the sequence #s for both standard and extended acls, but not at all for these examples. 
thanks!
-Chris

There's a tutorial on creating client-side XSLT pages here: http://www.adobe.com/devnet/dreamweaver/articles/display_xml_data.html.
I'm not sure if it will work with a template. Unfortunately, XSLT is a mind-bender that tends to do serious damage to the average brain. That's why most people use server-side technology to deal with XML.
You mention that XSL isn't supported on your PHP server. What about SimpleXML? That's standard in all PHP 5 installations. Don't say your server is still running PHP 4. Support for PHP 4 was dropped nearly two years ago.

Similar Messages

  • Need to create procedure for insert tax line into ra_interface_lines_all

    Dear
    I need to create a procedure for insert a tax line into ra_interface_lines_all against the line type "LINE".
    after inserting the record i will run the auto invoice program to see the changes. kindly share how i can achieve through procedure.
    scenario:-
    after order dispatch workflow back ground run and data populated in ra_interface_lines_all where interface line id is null there i need to insert tax line against multiple orders.
    I know the join. when line type = 'LINE'  then tax line must have link_to_line_id of the line type line. my question is this when order number change how i can insert tax line against the line type line.
    regards,
    Fs
    Message was edited by: 832296

    Dear
    I need to create a procedure for insert a tax line into ra_interface_lines_all against the line type "LINE".
    after inserting the record i will run the auto invoice program to see the changes. kindly share how i can achieve through procedure.
    scenario:-
    after order dispatch workflow back ground run and data populated in ra_interface_lines_all where interface line id is null there i need to insert tax line against multiple orders.
    I know the join. when line type = 'LINE'  then tax line must have link_to_line_id of the line type line. my question is this when order number change how i can insert tax line against the line type line.
    regards,
    Fs
    Message was edited by: 832296

  • Inserting corrected pdf into existing pdf, how?

    Hi, I'm very technically challenged; I have two seperate 'read only' pdf documents, the first file has some errors which have been corrected into file 2, file two contains 4 pages replacing 4 pages from the original file. My question is, how do I insert the corrected pages in file 2 into the original document, file 1?
    Thanks for your help.
    Kelly Krei

    Hi Kelly,
    Thanks for posting. I believe that in order to do what you ask, you'll need to use the desktop version of Acrobat; this forum is for Acrobat.com, a collection of online services for facilitating document authoring and collaboration. Here's the link to the Acrobat forum, where I recommend reposting your question:
    http://forums.adobe.com/community/acrobat
    You can also download a free 30-day trial of Acrobat Pro here:
    http://www.adobe.com/products/acrobatpro/tryout.html
    Good luck!
    Rebecca

  • Timeline behavior when inserting a clip

    I've got a timeline built, but it's sort of a draft. I'll replace some clips with others, delete some, insert some. Problem is, when I'm inserting a new clip, it would make my life so much easier if the rest of the clips in the timeline would move out of the way to allow the insert, but I can't seem to get it to behave this way.
    In other words, let's say I've got a timeline 3 minutes long, full of 5-second clips. So, if I insert a 10-second clip at 2:30 in the timeline, I want every clip at 2:30 and beyond to move to the right 10 seconds to make room for my new clip.
    Surely there is a way to do this, huh?

    Yes, there is.
    First, place your playhead at the point in the timeline where you want the new clip inserted. Presumably you have the new clip in your Viewer. Click & drag it onto the Canvas and the edit overlay will appear on top of the canvas - drop your clip onto the Insert box in the edit overlay window. Your clip will be inserted where your playhead is and all the clips to the right in the timeline will be pushed to the right.
    Note: make sure you have the playhead positioned exactly where you want the new material to go; if it's in the middle of an existing clip, or even 1 single frame before the end of an existing clip, that clip will get cut at the playhead and the new clip will be inserted there. If that's what you want, fine, but just be aware of the behavior.

  • Sorting Audio when inserting from the library

    Using Captivate 5, I am adding audio to slides from the library. The library is sorted by name ascending. When it is accessed in the dialog box shown below, the sort order is unknown. I have to examine the entire list to find the item I need. Is this a bug or is there a remedy?

    Can you please make sure, whether the book you are trying to copy has the Copy Permission allowed?
    Also please have a look at the solution provided in thread having similar problem, error message "no permission to copy document here"

  • API default behavior when inserting new members

    Hi,it seems that by default the Java-API verifies the outline after each IEssMember.createChildMember(...) call. Is there a way to turn this off?What I would like to do, is to insert an element and mark it as "Dynamic Calc". This doesn't work properly as long as this member is Level-0. But if I create an outline like this...A|---B (Dynamic Calc) |---C...then B is Level-0 when I insert it. However, it becomes Level-1 as soon as I create member "C".Thanks for your help, Christian

    Hi Christian,I don't think the 'other' APIs let you set a non-level 0 member to be dynamic calc either. If I remember right (and it has been since the version 5 beta when I last tried this), you have to add children before you set 'Dynamic Calc'.Tim TowApplied OLAP, Inc.

  • Default behavior when inserting blank CD

    At some point, I told my machine to always "ignore" a blank CD, instead of automatically opening iTunes or Finder or whatever. How do I change this option?

    mrtotes wrote:
    You find the settings in  menu > System Preferences... > CDs & DVDs > . 
    cheers
    mrtotes
    That's it -- thank you!
    I've tried to mark your response as "Solved," but get a error page ("An error in the system has occurred. Please contact the system administrator if the problem persists."). I will keep trying.

  • CLIENT_TEXT_IO : cannot insert new line into a text file

    Facts:
    Developer 10g
    AS 10g
    Web utility
    Problem:
    i am traying to
    Open a text file. using CLIENT_TEXT_IO.FOPEN
    insert a record in to a text file using CLIENT_TEXT_IO.PUTF
    insert a new line using chr(10) or CLIENT_TEXT_IO.NEW_LINE
    or CLIENT_TEXT_IO.put_line
    insert the next record
    Close the file.
    all work except insert a new line
    Why !!!
    it was Working fine in 6i, but now in 10g and Webutil is not working
    plz help

    Hi you can put a new line in a text file using System.getProperty("line.separator"). This implementation will work for every OS.
    import java.io.*;
    class Demo{
    public static void main(String args[]) throws Exception {
    FileWriter fr = new FileWriter("FileDemo.txt");
         fr.write("AAAAAAAAAA");
    fr.write(System.getProperty("line.separator"));
    fr.write("AAAAAAAAAAA");
    fr.close();
    }

  • Crashes when inserting new pages into Templates from CS6

    InDesign CS6 is crashing frequently when page numbers or blank pages are inserted into an InDesign Template file, The problem persists for many different users on several platforms and operating systems.

    I have continued to have the same problems since I originally posted, including after the 7.0.2 update, though I have not tested EVERY scenario I did the first time after updating. Has anyone else seen improvement after the update? (I got the 7.0.2 update download via the built-in Adobe updater, not from the website, so I'm not sure where to locate it there).
    I am sorry to hear others having similar or the same issue, but hopefully it is helpful to have a thread going where all those experiencing this can add to the list until it is recognized as a bug. And fixed! Though it does not resolve the actual problem, two work-arounds we are using to function in the meantime are to (1) always make a really long document to start with, with all the pages we think we'll need and more and (2) have a new, blank InDesign document with several pages open and drag pages from the blank document into your working document. This is a way to "add" blank pages when they are needed without inserting new pages in any of the traditional ways (which cause crashes). I also always send the crash report in to Adobe and encourage others to do the same.
    If you have not already, all of you also having this problem could post a "bug report" here: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • Javascript code missing when inserting Fireworks html into DW document

    I tried to insert fireworks html in a Dreamweaver file. After importing the fireworks html in the Dreamweaver document, the associated Javascript code was missing.
    Of course, the Fireworks html file includes the Javascript code and works properly. It is just that when I insert the Fireworks html into the Dreamweaver file, the associated Javascript code gets lost although the manual clearly says that fireworks html is inserted "along with its associated images, slices, and JavaScript".
    I use Fireworks CS5 and Dreamweaver CS5, but I also tried it using FW CS4 and DW CS4 which did not solve the problem.
    I tried two ways to insert the html code (both with the same negative result):
    1.) using the DW menu: Insert > Image Objects > Fireworks HTML
    2.) Copying the HTML to the clipboard in Fireworks, and then pasting it into the Dreamweaver document
    The Fireworks and the Dreaweaver files are both HTML4 docs.
    Of course, I could insert the Javascript code manually, but then I would have to detach the associated template from the DW doc, and I would rather not do that because then later updates to the site will become more complicated.
    BTW, I also tried to insert the fireworks html in another Dreamweaver document not using any template, but the JavaScript code got lost though.
    I would be very grateful if somebody had an idea how to solve this  problem.
    Many thanks for your help!
    Siria
    Message was edited by: SiriaW

    Dear Murray,
    I believe you can solve your problem by changing this -
    </head>
    to this -
    <!-- #BeginEditable "head" --><!-- #EndEditable -->
    </head>
    by editing this template directly.
    I tried this, but it did not change anything. As I wrote before, the JavaScript code is not even inserted when I use a "blank", not-template-controlled DW page.
    But nevertheless, your hint is very helpful. By making the complete head editable, I can at least insert the Javascript code manually.
    But is the javascript that is currently shown there part of the FW HTML insertion?  Do you want to preserve that on the child pages?
    It belongs to the template. And yes, I want to preserve it on the child pages. I just want to insert this into the head of the child page:
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    Maybe we should see the FW code you are trying to insert?
    Sure. Here is the code I tried to insert (of course, most of the Java Script does not need to be inserted as it is already in the template):
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <!-- saved from url=(0014)about:internet -->
    <html>
    <head>
    <title>example.jpg</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <!--Fireworks CS5 Dreamweaver CS5 target.  Created Wed Jul 21 00:26:08 GMT+0800 (Malay Peninsula Standard Time) 2010-->
    <script language="JavaScript">
    <!--
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    function MM_nbGroup(event, grpName) { //v6.0
    var i,img,nbArr,args=MM_nbGroup.arguments;
      if (event == "init" && args.length > 2) {
        if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
          img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
          if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
          nbArr[nbArr.length] = img;
          for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
            if (!img.MM_up) img.MM_up = img.src;
            img.src = img.MM_dn = args[i+1];
            nbArr[nbArr.length] = img;
      } else if (event == "over") {
        document.MM_nbOver = nbArr = new Array();
        for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])?args[i+1] : img.MM_up);
          nbArr[nbArr.length] = img;
      } else if (event == "out" ) {
        for (i=0; i < document.MM_nbOver.length; i++) { img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
      } else if (event == "down") {
        nbArr = document[grpName];
        if (nbArr) for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
        document[grpName] = nbArr = new Array();
        for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
          nbArr[nbArr.length] = img;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    //-->
    </script>
    </head>
    <body bgcolor="#ffffff" onLoad="MM_preloadImages('example_bilder/example_r2_c2_s2.jpg','example_bilder/example_r2 _c2_s3.jpg','example_bilder/example_r1_c4_s1.jpg','example_bilder/example_r4_c2_s2.jpg','e xample_bilder/example_r4_c2_s3.jpg','example_bilder/example_r1_c4_s2.jpg','example_bilder/ example_r6_c2_s2.jpg','example_bilder/example_r6_c2_s3.jpg','example_bilder/example_r1_c4_ s3.jpg','example_bilder/example_r8_c2_s2.jpg','example_bilder/example_r8_c2_s3.jpg','examp le_bilder/example_r1_c4_s4.jpg','example_bilder/example_r10_c2_s2.jpg','example_bilder/exa mple_r10_c2_s3.jpg','example_bilder/example_r1_c4_s5.jpg');">
    <table style="display: inline-table;" border="0" cellpadding="0" cellspacing="0" width="915">
    <!-- fwtable fwsrc="lebenslauf_inhalt_slices_optimiert.png" fwpage="Page 1" fwbase="example.jpg" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="1" -->
      <tr>
       <td><img name="example_r1_c1_s1" src="example_bilder/example_r1_c1_s1.jpg" width="58" height="274" border="0" alt=""></td>
       <td><table style="display: inline-table;" align=""left" border="0" cellpadding="0" cellspacing="0" width="195">
          <tr>
           <td><img name="example_r1_c2_s1" src="example_bilder/example_r1_c2_s1.jpg" width="195" height="68" border="0" alt=""></td>
          </tr>
          <tr>
           <td><a href="javascript:;" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','example_r2_c2_s1','example_bilder/example_r2_c2_s2.jpg',' example_bilder/example_r2_c2_s3.jpg',1);" onClick="MM_nbGroup('down','navbar1','example_r2_c2_s1','example_bilder/example_r2_c2_s3. jpg',1);MM_swapImage('example_r1_c4_s1','','example_bilder/example_r1_c4_s1.jpg',1);"><img name="example_r2_c2_s1" src="example_bilder/example_r2_c2_s1.jpg" width="195" height="16" border="0" alt=""></a></td>
          </tr>
          <tr>
           <td><img name="example_r3_c2_s1" src="example_bilder/example_r3_c2_s1.jpg" width="195" height="14" border="0" alt=""></td>
          </tr>
          <tr>
           <td><a href="javascript:;" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','example_r4_c2_s1','example_bilder/example_r4_c2_s2.jpg',' example_bilder/example_r4_c2_s3.jpg',1);" onClick="MM_nbGroup('down','navbar1','example_r4_c2_s1','example_bilder/example_r4_c2_s3. jpg',1);MM_swapImage('example_r1_c4_s1','','example_bilder/example_r1_c4_s2.jpg',1);"><img name="example_r4_c2_s1" src="example_bilder/example_r4_c2_s1.jpg" width="195" height="16" border="0" alt=""></a></td>
          </tr>
          <tr>
           <td><img name="example_r5_c2_s1" src="example_bilder/example_r5_c2_s1.jpg" width="195" height="15" border="0" alt=""></td>
          </tr>
          <tr>
           <td><a href="javascript:;" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','example_r6_c2_s1','example_bilder/example_r6_c2_s2.jpg',' example_bilder/example_r6_c2_s3.jpg',1);" onClick="MM_nbGroup('down','navbar1','example_r6_c2_s1','example_bilder/example_r6_c2_s3. jpg',1);MM_swapImage('example_r1_c4_s1','','example_bilder/example_r1_c4_s3.jpg',1);"><img name="example_r6_c2_s1" src="example_bilder/example_r6_c2_s1.jpg" width="195" height="17" border="0" alt=""></a></td>
          </tr>
          <tr>
           <td><img name="example_r7_c2_s1" src="example_bilder/example_r7_c2_s1.jpg" width="195" height="14" border="0" alt=""></td>
          </tr>
          <tr>
           <td><a href="javascript:;" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','example_r8_c2_s1','example_bilder/example_r8_c2_s2.jpg',' example_bilder/example_r8_c2_s3.jpg',1);" onClick="MM_nbGroup('down','navbar1','example_r8_c2_s1','example_bilder/example_r8_c2_s3. jpg',1);MM_swapImage('example_r1_c4_s1','','example_bilder/example_r1_c4_s4.jpg',1);"><img name="example_r8_c2_s1" src="example_bilder/example_r8_c2_s1.jpg" width="195" height="16" border="0" alt=""></a></td>
          </tr>
          <tr>
           <td><img name="example_r9_c2_s1" src="example_bilder/example_r9_c2_s1.jpg" width="195" height="15" border="0" alt=""></td>
          </tr>
          <tr>
           <td><a href="javascript:;" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','example_r10_c2_s1','example_bilder/example_r10_c2_s2.jpg' ,'example_bilder/example_r10_c2_s3.jpg',1);" onClick="MM_nbGroup('down','navbar1','example_r10_c2_s1','example_bilder/example_r10_c2_s 3.jpg',1);MM_swapImage('example_r1_c4_s1','','example_bilder/example_r1_c4_s5.jpg',1);"><i mg name="example_r10_c2_s1" src="example_bilder/example_r10_c2_s1.jpg" width="195" height="16" border="0" alt=""></a></td>
          </tr>
          <tr>
           <td><img name="example_r11_c2_s1" src="example_bilder/example_r11_c2_s1.jpg" width="195" height="67" border="0" alt=""></td>
          </tr>
        </table></td>
       <td><img name="example_r1_c3_s1" src="example_bilder/example_r1_c3_s1.jpg" width="69" height="274" border="0" alt=""></td>
       <td><img name="example_r1_c4_s1" src="example_bilder/example_r1_c4_s1.jpg" width="539" height="274" border="0" alt=""></td>
       <td><img name="example_r1_c5_s1" src="example_bilder/example_r1_c5_s1.jpg" width="54" height="274" border="0" alt=""></td>
      </tr>
    </table>
    </body>
    </html>

  • Gray background issue when inserting a Jpeg into word.

    Good Day,
    I created a logo image in AI and exported it to a Jpeg file.  When I insert it into Word 2014 it prints out as having a light gray back ground.  When it's in either AI, PS or Word it looks great with no sign of the gray background.  Does anybody have an idea how to fix it?  I'm creating our company logo and it wouldn't look good if our customers saw the same background color.  Thanks in advance.
    Ben

    What kind of color mode is the JPEG? RGB or CMYK?
    Have you opened the JPEG in Photoshop and measured the background - which volor code is it?

  • Really wierd stains when inserting photoshop files into my indesign document

    Dear Indesigners,
    I had encountered this problem before. Then I exported the file as JPEG and printed from there on.
    But now it really bothers me what adobe is doing.
    I am creating a birthcard. There for I designed the background (in indesign with simple lines & circles). Photo with ribbon I designed in photoshop. The circle pattern around the picture is also in Indesign.
    Whenever I print this file from indesign I get really wierd stains on my Photoshop part of the document.  You can verify this in the attachment.
    If I export this and print from there, the stains are nowhere to be seen.
    Is this some weird setting that I have looked over? The Photoshop document is in CMYK format.
    This is the export file:
    This is the scanned, printed file (increased contrast)

    http://indesignsecrets.com/eliminating-ydb-yucky-discolored-box-syndrome.php

  • Problem when inserting xml flow into jspx page

    When I drag and drop the xml into the jspx I should get a pop up menu where I would choose region (Im following a tutorial) but I get nothing. I drag and drop and It just opens it in the design editor.
    I would appreciate any help you guys could give

    OK, let cover the basics first:
    JDev version?
    I assume you are on 11.1.1.2.0 or 11.1.1.3.0:
    You created a new task flow (right click on the 'Web content'->new->'ADF Task FLow'
    the check box 'Createas Bounden Task flow was set and the check box for 'Create with Page Fragments' was set
    The filename was something like 'search-email-flow.xml'
    This should create a new bounden task flow with the name of search-email-flow (which creates a xml file with the same name).
    Then you put one view to the flow. After creating the page fragment (the file created should have the jsff file type) you saved all work.
    The you open up an existing jspx file and drag the new flow from the 'Page Flows' folder under 'Web content' onto the design view of the jspx file.
    after dropping the flow you should then see the 'Create' dialog. e careful, you can't drop the flow everywhere on the page. You should drop in into a panel group or some other container. If you drop it i.e. onto a table you see the effect you described: it's opening the flow!
    Timo

  • Can i create a button that allows users to insert a line into a table if neede more space

    if so how in step by step please and thank you

    Hi,
    In Acrobat Form, you create a hidden Text Field which will only get visible on a Button click for inserting additional text.
    Regards,
    Anoop

  • A problem to connect to my database and to insert a line into it.

    I can't connect to my database there's an error
    in my index file i have written this code:
    <?php
    mb_http_input("iso-8859-1");
    mb_http_output("iso-8859-1");
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
    <head>
           <title>Formulaire</title>
           <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
                 <link rel="stylesheet" media="screen" type="text/css" title="Miseenforme" href="Miseenforme.css" />
                 <style type="text/css">
                 @import url("ModuleStyleSheets.css");
           </style>
                 <link href="CSS/colors5.css" rel="stylesheet" type="text/css" />
                 <style type="text/css">
                 h1 {
              font-size: xx-large;
           #corps form p {
              font-size: 24px;
              text-align: left;
              font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
           #corps form p br {
              font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
              font-size: 24px;
           #corps form p label {
              text-align: left;
           #corps form p label {
              text-align: left;
           </style>
                 <link href="CSS/styles.css" rel="stylesheet" type="text/css" />
    </head>
       <body>
       <div id="corps">
       <form action="creation.php" method="post" enctype="multipart/form-data">
       <p><!-- #BeginDate format:fcAm1 -->Friday, August 23, 2013<!-- #EndDate -->
       </p>
       <p> </p>
       <table width="500" border="1" align="center" cellpadding="2" cellspacing="2">
         <tr>
           <th width="500" align="center" bgcolor="#66FFFF" scope="row">SAISIE DES DONNEES ADMINISTRATIVES DU FIDELE</th>
         </tr>
       </table>
       <p> </p>
       <p>
          <label>Nom</label>  
                  <input type="text" name="Nom"/> <br/>
                   <label>Prenom</label>             : <input type="Prenom:" name="Prenom"/> <br/>
                <label>Adresse</label> :</br> <textarea type="text" name="Adresse" rows="8" cols="25"></textarea> <br/>
          <label>codepostal</label> : <input type="codepostal" name="codepostal"><br>
                <label>Ville</label> : <input type="text" name="Ville"/> <br/>
                <label>Commentaires</label> : <textarea type="text" name="Commentaires" rows="8" cols="25"></textarea> <br/>
          <label>Don</label>: <select name="don">
            <option value="chabat">chabat</option>
            <option value="rochhachana">roch hachana</option>
            <option value="kippour">kippour</option>
            <option value="souccot">souccout</option>
            <option value="simhatthorah">simhat thorah</option>
            <option value="pessah">simhat thorah</option>
            <option value="chavouot">chavouot</option>
          </select>
       </p>
       <p>Montant :
         </label><input   type="number" name="montant" style="color:#33C; background-color:#F60;
         font-size:36px"/> <br/>
       </p>
              <p>
              <input name="Submit" type="submit" value="Submit" /> <input type="reset"/>
              </p>
              </form>
              </div>
              </body>
              </html>
    and in my creation.php which is the name of the action form there's the following code:
    creation.php:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
              <head>
                        <title> Envoie des données </title>
                               <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
                 <link rel="stylesheet" media="screen" type="text/css" title="Miseenforme" href="Miseenforme.css" />
              </head>
              <body>
    <p>
    <?php
    define('DB_SERVER', 'localhost'); // serveur mysql
    define('DB_SERVER_USERNAME', 'localhost@localhost'); // nom d utilisateur
    define('DB_SERVER_PASSWORD', ''); // mot de passe
    define('DB_DATABASE', fideles); // nom de la base
    $Nom=$_POST['Nom'];
    $Prenom=$_POST['Prenom'];
    $Adresse=$_POST['Adresse'];
    $Lien=$_POST['Lien'];
    $Image=$_FILES['Image'];
    $Ville=$_POST['Ville'];
    $Cd_post=$_POST['Cd_post'];
    $Commentaires=$_POST['Commentaires'];
    $montantT=$_POST['Montant'];
    $db=mysql_connect("localhost","localhost@localhost","")or die("Erreur de connexion au serveur");
    mysql_select_db("fideles",$db)or die ("Erreur de connexion à la base FIDELES");
    $MonSql="INSERT INTO 'fideles'(F_NOM, F_PRENOM,F_ADRESSE, F_CD_POST, DON,F_comment, F_VILLE,F_MONTANT) VALUES('$Nom','$Prenom','$Adresse','$Cd_post','$Don','$Commentaires','$Ville','$Montant') ";
    $res=mysql_query($MonSql);
    if (!$res && mysql_errno() == 1062)
       echo 'Ce titre existe déjà, l\'enregistrement a échoué.';
    mysql_close($db);
    ?>
    <a href="Formulairemodif.php">Creation d un &eacute;v&egrave;nement </a>
    <table border="4" color="black">
    <caption>Fiche</caption>
    <thead>
    <tr border="5">
        <th width="100">Nom</th>
              <th width="141">Prenom</th>
              <th width="102">Adresse</th>
              <th width="78">Don</th>
              <th width="77">Code postal</th>
              <th width="79">Ville</th>
              <th width="139">Commentaires</th>
        <th width="104">Montant</th>
    </tr>
    </thead>
    <tbody>
    <tr>
    </tr>
    </tbody>
    </table><br/>
    <h3><a href="Formulairemodif.php"> Modifier un évènement </a></h3> <h3><a href="supprimer.php"> Supprimer un évènement </a></h3>
    </p>
    </body>
    </html>
    Tell me where is my error
    Thank you

    >I can't connect to my database there's an error
    What error?
    Also, this post belongs in the app dev forum.

Maybe you are looking for