Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~798 People Reached
Favorite Forums
Favorite Tags
Member Avatar for vilasdhobale

Hello all, I am working on penny auction site,so i need count down timer script for getting current update such as remaining time current bidder, and current price of auction, I have already implement javascript and its calling php script for getting latest update. Also it is working but count …

Member Avatar for diafol
0
78
Member Avatar for vilasdhobale

How do I create an auto bidding feature in webid? It will require the bidder to set their maximum bidding price, so that the system will automatically place the bids at regular intervals whenever there is a new bid, until the maximum is reached. What do I have to do …

Member Avatar for Akash Saikia
0
91
Member Avatar for vilasdhobale

Hi there, i'm currently writing a HTML & PHP script, i need to be able to click a standard HTML button which fires some PHP code to execute a program, for example Microsoft Excel. In time there will be a series of buttons which will execute different programs. If anyone …

Member Avatar for it200219
0
75
Member Avatar for vilasdhobale

<html xmlns="http://www.w3.org/1999/xhtml"> <head id="Head2" runat="server"> <title>Run Executable HTA</title> <script language="javascript" type="text/javascript"> function RunEXE() { var oShell = new ActiveXObject("WScript.Shell"); var prog = "c:\\WINDOWS\\system32\\notepad.exe"; oShell.Run('"'+prog+'"',1); } </script> </head> <body> <input id="Button1" onclick="RunEXE()" type="button" value="Notepad" /> </body> </html> not working, ActiveX is not defined error .

Member Avatar for Taywin
0
76
Member Avatar for vilasdhobale

Some help me i want to intigreat Fingkey hampster to php application for visitor varification how to developed this.... please someone give me fingerprint PHP SDKs.. advance thaqnks ... Vilas Dhobale PHP developer

Member Avatar for Graphix
0
68
Member Avatar for vilasdhobale

I have developed PHP application having Visitor management system i would like to match information (Visitor profile names ) from orkut application to my application ? If i suppose type a visitor name on my application form, so that at the same time it should get existing orkut profiles autolisted …

0
55
Member Avatar for vilasdhobale

i am trying to connect client access databae file from remote php code fetch record from access and update to remort mysql databaset anyone help me.... how to do this..

0
65
Member Avatar for vilasdhobale

I has been developing Visitor Management system this facilited service Digital Sigmnature , Webcvam photo capture and thumb impresion but thumb impresion not succesen in php i am trying ot intigreat thumb impresion capture and save to mysql database but not success. [B]i need thump impresion code [/B] please help …

0
46
Member Avatar for vilasdhobale

I am trying to connect to MySQL database at on host (DBhost) from another host (PROGRAMhost). While I try to connect to the database at DBhost from DBhost itself the next is working fine for me: mysql_connect("localhost","qdbname","dbpassword") Now I am trying to find out what to use instead of localhost? …

Member Avatar for rch1231
0
169
Member Avatar for vilasdhobale

I am trying to connect access database on linux server but not connect to database how to solve this problem with dsn or Without DSN please help me

Member Avatar for vilasdhobale
0
75