|
upload file [heur] Hey Ron, One method that I've used in the past is to dedicate one server based on some kind of hashing algorithm (username?) to be the upload server. That server should have a unique DNS entry (www2.domain.ext) which all URLs that need upload processing refer to. The other way to do it is to store the file as... 5 Jul 2008 02:21
upload file Hi, I dont know if this question is allowed here: i have a web interface that let's user upload file, but i have 2 servers and use dns round-robin. when a user uploads a file, it will only be uploaded on one of the servers. how can i make sure that when a file is uploaded on one server it will also be ... 5 Jul 2008 19:40
Hi, Hi, How are u doing these days?Yesterday I found a web of a large trading company from china,which is an agent of all the well-known digital product factories,and facing to both wholesalers,retailsalers,and personal customer all over the world. They export all kinds of digital products and offer most competitive... 4 Jul 2008 17:11
Create Search engine with multiple form fields Hi, I have an HTML form which has more then one fields. User can precise its search using one or more input fields E.g GigName,Date, Genre,Venue. The data is coming from 3 tables. Below Query brings one tables record with each and every row of other two tables. Could any one please help me sort out the query. sel... 5 Jul 2008 10:29
PHP 5.2.6 integrating MYSQL 5.0.51b on APACHE 2.0.63 +Windows XP SP2) PHP v5.2.6 requires to the php_mysql.dll (v5.2.6) dll to connect to MySql. It appears the PHP v5.2.6 .msi installation package apparently does not copy the new php_mysql.dll into the ./ext directory as it is supposed to. Download the .zip version of php v5.2.6 and copy the php_mysql.dll file from the zip a... 29 Jun 2008 08:05
php upload questions --move_uploaded_file Hi all: I meet a very strange problem about php upload. Usually, we use move_uploaded_file to upload, but it could not work in flex use php to upload. Same Php upload code can work in html page, and move_uploaded_file function will return 1; But it could not work in flex, and move_uploaded_file function re... 26 Jun 2008 11:32
Recommended web developers Which company in India or USA can you recommend to design a complex website for my company. The site will be a social site, will include, Blog, Articles, Shops, Music, Movie, Directory, Pre-paid card system, Culture and Tourism, downloads, file upload and sharing The site is just like yahoo, but no email service... 25 Jun 2008 05:45
MySQL circular buffer Hello, I'm looking at implementing a database-level stack for a (multi stack) mail merge queue (able to queue up to 1 million messages per stack). Current workflow: server 1 (containing main db) transmits data sets (used to populate mail merge template) to server 2 server 2 web-facing script (script 1) puts d... 21 Jun 2008 12:46
One field or a new table? Hey Guys, I have been developing for a while and never found the best solution yet. The question is lets say a game has 10 collectibles you can earn, to keep track of the number of collectibles each user has, do you have one field in the users table with all the numbers separated via a divider, or do you mak... 23 Jun 2008 02:30
change coldfusion to mysql/php i think all the problem were in database? You should try convert your DB to Mysql. Gary Wardell wrote: Hi, I don't know of a tool, although there may be one. If the pages are really simple I would think that it wouldn't be that hard to redo them by hand. Gary -----Original Message... 20 Jun 2008 01:00
MSSQL and ODBC Connections with PHP on Windows Hi, I am a newbie using the combination of PHP and MSSQL together. Can anyone tell me which method it might be better as far as using PHP on Windows with MSSQL database on a single machine? (The PHP and MSSQL database are not set up remotely on two different servers. I have set up both, and my ODBC Dri... 18 Jun 2008 23:08
PHP-MySQL connection for particular module If you get an error of this kind: "Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in D:\Program Files\Apache Software Foundation\Apache2.2\htdocs\login.php on line 17 Warning: mysql_query() [function.mysql-query]: A link to the server could not be ... 20 Jun 2008 05:05
[PHP-DB] PHP-MySQL connection for particular module Hello, First of all, please, have in mind that I am new in this business. I have a problem connecting with data base in one particular module. That's right. The rest of the modules can connect to db, update tables with new info but this one is refusing giving me message like this: "Warning: mysql_query() [... 17 Jun 2008 11:39
Best practices for using MySQL index i agree. But InnoDB not fast like other, but this using for transaction. u should try to examine, if you choose performance.. chose other. If u use transaction, INNODB perhaps u can use? *sry my bad LANG Gergely Hodicska wrote: Hi! While this is not a MySQL mailing list, I try to give you some hint... 17 Jun 2008 03:30 |