Search found 5 matches

by jkatcher
Sun May 30, 2004 11:32 am
Forum: Job Hunt
Topic: Will PAY for excellent member's only code
Replies: 4
Views: 1963

Will PAY for excellent member's only code

I am willing to pay for an excellent member's only script with the following functions: - uses PHP/MYSQL - registration - upload photo - email validation - login, logout - user updates / edits information - access to parts of site AFTER paypal payment - keeps track of last login, can send reminder e...
by jkatcher
Thu May 20, 2004 10:31 am
Forum: Javascript
Topic: input dynamic drop down into db
Replies: 7
Views: 1375

this is the code i tried...but it didn't work out. two drop downs were created, but neither were dynamic.. <script type="text/javascript"> <!-- function select1(selected) &#123; newBox = document.forms.myform.box2 if (selected=="ford") &#123; x=new Array("Econoline&q...
by jkatcher
Sun May 16, 2004 11:26 am
Forum: Javascript
Topic: input dynamic drop down into db
Replies: 7
Views: 1375

what purpose does the 'foo' drop down serve?
by jkatcher
Thu May 13, 2004 12:27 pm
Forum: Javascript
Topic: input dynamic drop down into db
Replies: 7
Views: 1375

definitely, that sounds like a good idea. how then, do i input the data into the database? i guess i'm just not sure how to incorporate that into javascript...
by jkatcher
Tue May 11, 2004 8:54 pm
Forum: Javascript
Topic: input dynamic drop down into db
Replies: 7
Views: 1375

input dynamic drop down into db

(i searched and couldn't find these answers) someone was nice enough to post this code (which made a few changes to the variables) -- thank you. my questions: 1) how do you input the results into a database with javascript? i have the database, and tables set already...and know how to write php code...