4 Topics

Member Avatar for
Member Avatar for larry29936

I know this has a simple answer that I should know, but for the life of me, can't remember. I have the following update statement in my code: $stmt = $pdo->prepare("UPDATE `files` SET `filename` = ?, `md5` = ?, `filesize` = ?,`logtime` = now() WHERE `id` = ?"); $stmt->execute (array($isoname, …

Member Avatar for larry29936
0
48
Member Avatar for Matthew N.

I have a Java program, which launches a app, but before starting, it checks for the version.txt file, and if it doesn't exist, or there is a newer version available off my site, it downloads it. Well, not quite. I've got the part that checks for updates, and file existence, …

Member Avatar for DavidKroukamp
0
477
Member Avatar for dvidunis

hi, first of all im noob and 11 years old so don't blame me if something is wrong! i try to read a txt, see a version, read a txt on a server, see if on server newer and ask to update if yes. any suggestions? Oh and in C++ …

Member Avatar for \007
0
153
Member Avatar for ppetree

I've started with the samples included with prototype.js which has the following code in the fillin example (a portion of which I want to isolate into its own function). The original code looks like this ([COLOR="red"]red[/COLOR] is what I want to isolate):[CODE] function dofill( ) { new Ajax.Updater( 'result', 'getdata.php', …

0
77

The End.