Search found 34 matches

by AXEmonster
Sat Dec 18, 2004 9:59 am
Forum: PHP - Code
Topic: upload problem
Replies: 3
Views: 455

upload problem

php 4+ unix/linux mysql hi guys i have a problem with an upload script corrupting tif images on upload. The file size is consistent with the original. I am also using (header. redirect after the upload). When i download the image only half the image was visible the rest was greyed out. I moved the u...
by AXEmonster
Mon Jan 19, 2004 5:30 pm
Forum: PHP - Code
Topic: form validation then update sql
Replies: 1
Views: 471

form validation then update sql

hi guys can some one give me an idea how to do the following three form fields. if 1 or 2 of the form fields have a value use this sql update statment if all 3 have a value use this sql update statment ------------ would i be right in collecting form content into an array and counting array **using ...
by AXEmonster
Sat Sep 06, 2003 5:46 am
Forum: Databases
Topic: php update on a form button
Replies: 3
Views: 615

basicaly it is to reject a record that i have called say a image of a form. if the form cant be matched to other data manually then the user will reject that image by clicking on the html button and by doing that an "R" will be inserted into the status field of the database there is a ref ...
by AXEmonster
Fri Sep 05, 2003 11:27 am
Forum: Databases
Topic: php update on a form button
Replies: 3
Views: 615

php update on a form button

i am new to this guys

i want to update a field (mysql) using only a button (no form fields) the values will be gathered from a hidden field

how do i write this