Search Result

Collapse
6 results in 0.0041 seconds.
Keywords
Members
Tags
attribute
  •  

  • ammyra91
    started a topic assign many attribute to one function
    in PHP

    assign many attribute to one function

    Hi evryone....
    i need you help in this coding....
    i named this page search0.php.... .
    this is my code....


    Code:
    <?php
    include("dbconn.php");
    $dateday = $_POST['dateday'];
    $datemonth = $_POST['datemonth'];
    $dateyear = $_POST['dateyear'];
    
    
    $sql= "SELECT * FROM staffactivity WHERE dateday = '$dateday' AND datemonth = '$datemonth' AND dateyear = '$dateyear'";
    ...
    See more | Go to post

  • Marina Salles
    started a topic OLE Object documentation?
    in IIS

    OLE Object documentation?

    I'm updating scripts that manage some standart tasks with ftp sites within IIS, through it's OLE interface, but I can't find documentation about that. I need to know what each attribute refers to, so I can understand what is going on on the script. Can anyone point me to some reference? Does anyone know what the 'ServerComment' attribute in IisFtpSvc object mean?

    Here's a snipet of the script I'm working on, for clarification:
    ...
    See more | Go to post

  • An idea for a new HTML attribute... opinions needed...

    Hey,

    I was browsing on Google earlier and found that there was one site which had content which had changed since it was indexed - the page was no longer relevant to the search term. I know some sites, such as eBay, have places in some pages which change regularly on page load - for example a catalogue where there may be a New Items section or a Featured Items section in which 5 random items are selected from a catalogue of 500 on...
    See more | Go to post

  • Strange CSS Attribute Selector/Internet Explorer Problem

    First and foremost, thank you in advance for any attempts to help me out.

    I am working on a project with work, and it requires I use CSS selectors to locate elements within a webpage. For the most part, I have had no issues using the selectors, but I am having a very strange issue which does not seem to make much sense to me. Please advise if you have any input at all.

    Note, I am keeping this description at a high...
    See more | Go to post

  • Xsd - xml must contain element with specific attribute value

    Hi,
    I have the following 3rd party xml which has to be validated:

    Code:
    <Items>
    <Item Id="1" Value=""/>
    <Item Id="2" Value="someValue"/>
    <Item Id="3" Value="someOtherValue"/>
    </Items>
    For later transformation (xslt) it is required that item Id=2 exists and its attribute Value may not...
    See more | Go to post

  • vinniemac
    started a topic Using javascript to change styles

    Using javascript to change styles

    Using javascript, how can I change an attribute for ALL anchors (A:hover) on the webpage?
    See more | Go to post
Working...