Hello, I need help to upload image with member id, like "m_id_filename.jpg" just not to overwrite file. This is the path, and i m sending m_id on image upload...
Hello, I need help to upload image with member id, like "m_id_filename.jpg" just not to overwrite file. This is the path, and i m sending m_id on image upload...
I'm not exactly clear on what you're asking here. It sounds like you need to know how to upload the files without overwriting existing ones. Is that correct?...
Joe Forsythe
jforsythe@...
Jan 2, 2009 5:11 am
8055
Hello, yes I need to know how to upload the files without overwriting existing ones, and in my case want add member id just before the original file name. ...
Hi Arvind, Better add the member id number at the end of the file like member_10.jpg Thanks & Regards Udayakumar Sarangapani Sr. PHP Developer CompIndia...
Hello, Thanks, May u send me full code according to my first post regarding this, if possible make changes in my code which i posted here before. Thanks, Avi ...
Hi Avi, 3 points: 1. You can do as Udayakumar has suggested or I suggest. Putting the member id at the end of the file name or the front is a "half a dozen of...
Joe Forsythe
jforsythe@...
Jan 2, 2009 4:35 pm
8059
Hi Joe & Udaya Kumar, I have done it, and its working fine, Thanks a lot both of you. Thanks, Avi...
Hello All, I am storing/inserting 10 images in a database and files stored in"uploads" folder. Now I am using below code to delete all , here is code. but its...
Hi Avi; you are gr8 developer; please use our Concept and mind,if you use more it's going well and grouthful for your technical skills. Now you use unlink()...
Hi, I m doing this... $dest="../uploads/"; $query3 = "SELECT * FROM model_photos WHERE model_photos.m_id = {$_GET['m_id']}"; $result3 = @mysql_query ($query3);...
S.M. Saidur Rahman is a member of Digg and would like to send you an invitation. With Digg you can help promote and share news to the millions of Digg viewers...
Hi Arvind, You have to use below: <?php $sql="select * from model_photos where m_id='$m_id' LIMIT 1"; $result=@mysql_ query($sql) ; $rows=@mysql_ num_rows(...
Hello Viji, Â Sorry for the late response... I agree with Uday you can use view the Error first of all or else paste the entire code over here for crystal...
... data base ... <?php $m_id = $_REQUEST['m_ id']; $query = "select * FROM model_photos WHERE m_id='$m_id' "; $image_obj=mysql_fetch_object($query); ...
Dear Friends, Â I am looking php jobs.... any php openings in chennai location. please inform to me. Name : Gopi.P Mobile no : 9962520076. Unlimited freedom,...
Hello, Actually I have 10 columns like Image_1, Image_1, Image_1...Image_10. when i am trying to unlink its deleting only one iamge at a time, i want to...
You're going to need to loop through your results. I would personally also use mysql_query instead of mysql_fetch_object as well -- I seem to have an easier...
Joe Forsythe
jforsythe@...
Jan 6, 2009 3:19 pm
8073
Hello man $image_obj=mysql_fetch_object($query); just fetches single record at a time . You need to go thorugh a while() and in the while put the unlink(). So...
Hi, Would u like to work from home, salary based ? If yes, send me full details abt ur self with expected salary for 8 hrs daily online. Thanks, Avi ... please...
Hi All, I need help to upload swf files on server through backend and then retrieve that on frontend, I am using custom script for backend and uploading images...
Hai, I am Elandirayan. Php developer and interested to work from home. Here i enclosed my resume. and also having knowledge in drupal. With cheers ...
elandirayan janarthanan
elanonmission@...
Jan 7, 2009 4:39 am
8077
Hi Arvind, I think that you are using 10 images per row of your table. so, you want to delete all the images when you delete that particular row. If i am right...
Hi All, I have a database, and a php file when i run select query, i want all the data should come on a HTML page, not in php file. Any help please... Thanks, ...
Use mod_rewrite in Apache to make it look like it's an HTML file, even though it's really a PHP file. ... [Non-text portions of this message have been removed]...
Hi All, I have made a registration page which sent a mail to user with id/pass with thanks after registration, But i want to send a link to confirm that user...