[PHP-DB] Cross reference query help

2010-02-06 Thread Ron Piggott
The following is a query I am working on today. I need help tweaking on it. What I am trying to get for results from the query are where there are rows in either table, not all 3 tables linked together. In other words I am trying to INNER JOIN these two pairs of tables for possible results:

[PHP-DB] upload multiple files and rename wih time()

2010-02-06 Thread Emiliano Boragina
Hello php fellows, I have two codes to upload multiple files, works very well, but I cant rename the files... really i dont know... CODE1: $uploadfile = $uploaddir . basename($_FILES[fotog][name][$key]); if (is_uploaded_file($_FILES['fotog']['tmp_name'][$key])) {