| Subject | Date Asked |
|
| Uploading files | 11/11/2009 |
Q: I'm trying to make a website with multiple file uploads. If the user selects small files (40-50 kb), ... A: Ok, I have modified your upload page code slightly. Check and let me know how it works. <?php ...
|
| Uploading files | 11/11/2009 |
Q: I'm trying to make a website with multiple file uploads. If the user selects small files (40-50 kb), ... A: I need to see all the functions in the class.easyzip.php to assist you more. However, at glance I ...
|
| Pass combobox value to database table | 10/15/2009 |
Q: I'm having trouble passing the valaue of a combobox back to the database table I'm posting the value ... A: You have to pass the value of the dropdown list correctly. You have given the value as $row[select1] ...
|
| Updating record from a form | 10/13/2009 |
Q: I'm trying to figure out how to update a database record from a form, here's my codes: (this works ... A: You should enclose the post variable names with ' and '. Fields should be separated by comma. Try ...
|
| using passed variable as query criteria | 10/12/2009 |
Q: your solution worked exactly as I had hoped. I have another problem now in that although the ... A: Can you do the following tests? First Let us check if there are any record exists for the field ...
|
| using passed variable as query criteria | 10/12/2009 |
Q: your solution worked exactly as I had hoped. I have another problem now in that although the ... A: The query doesn't return any results I guess. There is no need for parenthesis in this select query ...
|
| passing variables with href | 10/10/2009 |
Q: I have a dynamic table which is coded as follows: while($row = mysql_fetch_array($result)) { echo ... A: I have modified your code little. You have to assign the variable name to pass the row id value. I ...
|