All Tags » multiple (RSS)

Browse by Tags

  • Error Deleting Multiple Images

    Hi, i have a script that should delete multiple images from a database and it worked fine while it was on a single HTML page, however since i have changed it to being in functions it seems to have stopped working. The error i'm receiving is as follows: Warning: mysql_fetch_array(): supplied argument...
    Posted to Btrieve (Forum) by software on 06-17-2010
  • Error Deleting Multiple Images

    Hi, i have a script that should delete multiple images from a database and it worked fine while it was on a single HTML page, however since i have changed it to being in functions it seems to have stopped working. The error i'm receiving is as follows: Warning: mysql_fetch_array(): supplied argument...
    Posted to Btrieve (Forum) by software on 06-17-2010
  • Javascript switch statement, multiple case values

    I am trying to perform the equivilent to this vb statement: Select case val Case "a","b" msgbox "go" Case else msgbox "nogo" End Select The trick is I DO NOT WANT TWO CASE STATMENTS So instead of: switch (val) { case "a": alert("go"); break;...
    Posted to JavaScript (Forum) by software on 06-17-2010
  • Update multiple records, one table/multiple fields PHP/MYSQL

    I am trying to insert multiple records from a form on a previous page with all values posted as arrays. Example: 2 pages (modifyrecords.php / update.php) - I have the form submitted with the text fields being submitted as arrays exampleID[ ]. - I attached my code for my update.php with what I think it...
    Posted to PHP and Databases (Forum) by software on 06-14-2010
  • XSL file with multiple conditions (see description)

    Hello, I have 4 XSL files that I am using to display data from one XML file. I would like to use a single XSL file that applies different attributes based on specific conditions found in the XML file. The conditions should be defined in the XSL file. Below is an example of an XSL file that is checking...
    Posted to XSLT (Forum) by software on 06-02-2010
  • STRUTS: Multiple buttons in a form

    Hi experts! My page has 4 buttons in one form. One is the submit button, another one is a cancel button, and the other two are buttons that does another action if chosen. (For example, delete and edit). I use or tags for the buttons. I was wondering how I could get my action to determine which button...
    Posted to JSP (Forum) by software on 06-02-2010
  • Can a batch script file run multiple commands at the same time?

    I've got a dos batch file that is scheduled to run every night to copy/backup files from different workstations at different branches to my server across different VPN links. Right now, the batch file runs one line after the other. Is there any way to have run multiple lines at the same time??? I...
    Posted to Scripting (Forum) by software on 06-02-2010
  • SQL Query issue involving multiple JOINS

    Hello Folks Looking for an SQL statement, or should I say an addition to an sql statement I already have working... note I am using Coldfusion MX7 with an Access database SELECT COMPANY.*, TOWN.TOWNNAME, COUNTY.CountyName FROM Company LEFT JOIN (Town LEFT JOIN County ON Town.CountyID = County.CountyID...
    Posted to ColdFusion (Forum) by software on 06-02-2010
  • MySQL: GROUP BY multiple fields

    I have a query (in MySQL): SELECT l_partno, l_qty, i_login, FROM requirements_table, inventory_table WHERE requirements_table.l_partno = inventory_table.i_partno; Now, it is possible that one member (i.e. for one value of the login field) may have multiple entries for the same part number. e.g. i_login...
    Posted to Web Languages/Standards (Forum) by software on 06-01-2010
  • Inserting / updating multiple checkbox values into a field using php / mysql

    Hi, I've been trying to set up a form using checkboxes to update multiple values into a field database (MYSQL) using php. Can multiple values be inserted into a single field name within a table?, and if so, how can I insert them using checkboxes?? I've included the code example to give you an...
    Posted to PHP and Databases (Forum) by software on 06-01-2010
Page 1 of 67 (668 items) 1 2 3 4 5 Next > ... Last ยป