All Tags » function (RSS)

Browse by Tags

  • PHP4 - Call to undefined function: zip_open()

    I use Ubuntu Linux 5.04. I use a tool developed in PHP4 and when I try to restore a backup (a zip file) I see the following error: Fatal error: Call to undefined function: zip_open() in /home/celson/web/scriptcase/devel/lib/php/functions.inc.php on line 1422 Developer says I need PHP4 with an extension...
    Posted to PHP Installation (Forum) by software on 06-16-2010
  • Call VbScript function from JavaScript

    Hi , Unable to call the VBscript function location() from JScript function LocateUser() function LocateUser(NoofUser) { var i; if(document.frmMobGroupUserLocate.check1.length > 0) { for(i=0;iroupUserLocate.check1.length;i++) { if(document.frmMobGroupUserLocate.check1[i].checked) { location(); } }...
    Posted to Web Languages/Standards (Forum) by software on 06-02-2010
  • PHP Fatal error: Call to undefined function: ldap_connect()

    Hi, I keep getting a fatal error with my LDAP connect to Active Directory. This should be a no brainer but I'm at a loss... I have a phone book written in PHP. It calls on a function file. This use to work and the guy who coded this left the company. I used a couple of editing programs and still...
    Posted to PHP for Windows (Forum) by software on 06-02-2010
  • Can we call a php function on html buttons onClick event?

    I am Suffering fom a problem. i want to execute particular php code when a button is clicked . So i write a function and called on the onclick event of a Button. But it wont Work.As in Java Script we can call javascript Function on the onclick event.Thats why i try it. Please Help me if any can........
    Posted to PHP for Windows (Forum) by software on 06-02-2010
  • Fatal error: Call to undefined function: mssql_connect() ...

    My Error MSG is "Fatal error: Call to undefined function: mssql_connect() in D:\wwwroot\EMPLOYEE\Telephone\index.php on line 52 PHP Warning: Unknown(): Unable to load dynamic library 'C:\PHP\extensions\php_mssql.dll' - The specified module could not be found. in Unknown on line 0 "...
    Posted to PHP and Databases (Forum) by software on 06-02-2010
  • call javascript function in asp

    I'm new here....Hello. Gotten a lot of search results pointing here...Excited to join. How can you call a javascript function in asp. ... %> jsFunc() ... %> doesn't work because I am in the middle of an IF/ELSE. Thanx in advance, JD
    Posted to Web Languages/Standards (Forum) by software on 06-01-2010
  • Instr function in Javascript to find a string

    Hi, Just a quick question I need to find if a string contains a particular string of characters and set the value of a form field based on the result so something like: if instr(myvariable, "tdw") - Just need this converted to jscript really document.theForm.value = tdw; else document.theForm...
    Posted to JavaScript (Forum) by software on 06-01-2010
  • How do you call a Javascript function in an iframe?

    I'm trying to call a Javascript function in an iframe, but nothing I've tried will work in Firefox? Here's what I have: ---------------------------------------------------------- PARENT: parent.html ---------------------------------------------------------- Parent function callHelloWorld...
    Posted to Misc Web Development (Forum) by software on 06-01-2010
  • between function in Excel

    I have column1 with a list of values I need column2 to give me the following: if column1 between 0-30, then column2=1 if column1 between 30-60, then column2=2 if column1 between 60-90, then column2=3 if column1 between 90-120, then column2=4
    Posted to MS Excel (Forum) by software on 06-01-2010
  • java script selection sort function

    An alternative method of sorting is called selection sort. The idea behind it is simple. Pick the smallest item and put it in position 0; Pick the next smallest item and put it in position 1; and so on....... Of course there are a number of complications! For a start the smallest item might not be unique...
    Posted to JScript (Forum) by software on 06-01-2010
Page 1 of 38 (376 items) 1 2 3 4 5 Next > ... Last ยป