[PHP] download 32000 images another server server

2002-03-13 Thread Vishak Tomy
Hello, i tried to download 32000 images from another to my server, through the code, $conn_id = ftp_connect($ftp_server); $login_result = ftp_login($conn_id, $ftp_user_name, $ftp_user_pass); if ((!$conn_id) || (!$login_result)) { echo Ftp connection has failed!; echo

[PHP] how could i resize image in PHP

2002-03-13 Thread Vishak Tomy
hello, how clud i resize images im php with the , is the script below rezize it if it work where shuld i place this script? can i give relate path for the jpg file? is it need to place this script in a php file call this in the img src=filename.php please help Header(Content-type: image/jpeg);

[PHP] How can i download 32000 images from another server to my server

2002-03-06 Thread Vishak Tomy
Hello, i tried to download 32000 images from another to my server, through the code, $conn_id = ftp_connect($ftp_server); $login_result = ftp_login($conn_id, $ftp_user_name, $ftp_user_pass); if ((!$conn_id) || (!$login_result)) { echo Ftp connection has failed!; echo

[PHP] Problem in retreving values from more than one multi select in form

2001-03-30 Thread Vishak Tomy
Hello all, I have a problem with the multi select, any body please solve this. In a form there are more than one multi select box, arranged one by one. Following are the way i created it. form trtd input type=text name="user[]" value="user1" select name="mselect[]" option

[PHP] About php

2001-03-28 Thread vishak tomy
Hello, I have a doubt about multi select from drop down, if i set it as select name="number[]" then how could I check it for javascript validation. for this select, If any alternative for this please inform me. Vishak