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...
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(); } }...
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...
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........
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 "...
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
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...
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...
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
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...