Search found 6 matches

by xfuture
Fri Sep 15, 2006 3:39 am
Forum: PHP - Code
Topic: retrieving data from database (newbie)
Replies: 2
Views: 265

Re: retrieving data from database (newbie)

i have 3 fields in the database, "Artist", "Album", and "Rating". i have added 2 albums just for sample data. say i wanted to print the rating for Metallica's "Master Of Puppets" album (10), how would i go about doing that? I guess you need a "SELECT&quo...
by xfuture
Fri Sep 15, 2006 3:31 am
Forum: PHP - Code
Topic: Running EXE like installing software on Web (PHP)
Replies: 6
Views: 371

Re: Running EXE like installing software on Web (PHP)

PHP can do exactly the same as any other server side language. What's wrong with having the "Open or Save As.." dialogue? Just tell the users to click "Open" .. make the link to the .exe something like "Click here to update (select "open from current location" whe...
by xfuture
Fri Sep 15, 2006 3:27 am
Forum: PHP - Code
Topic: Having trouble with INSERT INTO
Replies: 6
Views: 344

yeah.. define your MySQL primary key (ID) with feature auto_increment will do the job..
or do in complex way... use a SQL command, which search for the max value of ID column, then +1...
by xfuture
Fri Sep 15, 2006 3:24 am
Forum: PHP - Code
Topic: Running EXE like installing software on Web (PHP)
Replies: 6
Views: 371

okay.. what if Assume that.. all client is ONLY using IE ??

P/S: I can have User's Permission before installing, a Prompt or something..
by xfuture
Fri Sep 15, 2006 3:02 am
Forum: PHP - Code
Topic: Running EXE like installing software on Web (PHP)
Replies: 6
Views: 371

Running EXE like installing software on Web (PHP)

okay... im a software engineer... recently im doing a website for a service providing company which they will installed (already in their client's pc) a software... then now in my website.. will provide updating patches for user to update their software (or add some files in specific folder)... but ...
by xfuture
Wed Sep 13, 2006 2:34 am
Forum: PHP - Code
Topic: [56K WARN] Generating Download "Save As"
Replies: 1
Views: 186

[56K WARN] Generating Download "Save As"

Im using php to generate a download page.. so whichever Hyperlink that a user Click... will pop up the download "Save As" Box... http://i7.tinypic.com/2vlv7dc.jpg as from the image that i posted above.. can we actually set the "Save Location" ? (can be changed, it is just the sug...