Search found 10 matches
- Fri Nov 04, 2011 11:47 am
- Forum: PHP - Code
- Topic: Updating Image from database to root folder
- Replies: 15
- Views: 2414
Re: Updating Image from database to root folder
its ok, much appreciated with your help, really im doing my best as hard as i can, but things are not good to me, anyway, its nice that you still help me. im almost giving up.
- Fri Nov 04, 2011 11:34 am
- Forum: PHP - Code
- Topic: Updating Image from database to root folder
- Replies: 15
- Views: 2414
Re: Updating Image from database to root folder
can you guide me, its been two night i've been figuring this out looking for other forums or tutorials that would help me. can you hand you knowledge and teach me what to do? it will help me a lot really, my deadline will be in a few a hours, please?
- Fri Nov 04, 2011 11:29 am
- Forum: PHP - Code
- Topic: Updating Image from database to root folder
- Replies: 15
- Views: 2414
Re: Updating Image from database to root folder
is there a problem on this code because it can not change the filename of the image
$res = mysql_query("SELECT * FROM `product` WHERE product.pid=".$id);
$r = mysql_fetch_array($res);
$fileName=$r['filename'];
$res = mysql_query("SELECT * FROM `product` WHERE product.pid=".$id);
$r = mysql_fetch_array($res);
$fileName=$r['filename'];
- Fri Nov 04, 2011 11:20 am
- Forum: PHP - Code
- Topic: Updating Image from database to root folder
- Replies: 15
- Views: 2414
Re: Updating Image from database to root folder
thank you for that, can i add you at skype or yahoo messenger so that i can chat with you in real time so that you can really guide me, because its my first time to do this concept. here is my
skype: lesterwebservices
Yahoo messenger: lesterdgreat123
skype: lesterwebservices
Yahoo messenger: lesterdgreat123
- Fri Nov 04, 2011 11:09 am
- Forum: PHP - Code
- Topic: Updating Image from database to root folder
- Replies: 15
- Views: 2414
Re: Updating Image from database to root folder
i had already put a comment, please help me.
- Fri Nov 04, 2011 10:56 am
- Forum: PHP - Code
- Topic: Updating Image from database to root folder
- Replies: 15
- Views: 2414
Re: Updating Image from database to root folder
come on men, i really need a help right now, im loosing hope, please? here it is, i tried to upload image but it doesn't update the image but it return a null status on the database, is my code correct? if you really want to help me please help me?
- Fri Nov 04, 2011 10:49 am
- Forum: PHP - Code
- Topic: Updating Image from database to root folder
- Replies: 15
- Views: 2414
Re: Updating Image from database to root folder
"Real programmers don't comment their code. If it was hard to write, it should be hard to understand"??
Really? it doesnt matter if you comment or not, if you really want to help then help, or maybe you just dont know it that why.
Really? it doesnt matter if you comment or not, if you really want to help then help, or maybe you just dont know it that why.
- Fri Nov 04, 2011 10:35 am
- Forum: PHP - Code
- Topic: Updating Image from database to root folder
- Replies: 15
- Views: 2414
Re: Updating Image from database to root folder
THANK YOU GUYS FOR NOT GIVING COMMENTS ON THIS, ANYWAY, MY DEADLINE WILL BE IN 1 HOUR,. I REALLY APPRECIATE THAT THIS SITE IS VERY ACTIVE!!!!
- Thu Nov 03, 2011 7:17 pm
- Forum: PHP - Code
- Topic: Updating Image from database to root folder
- Replies: 15
- Views: 2414
Re: Updating Image from database to root folder
Please guys help me on this?
- Thu Nov 03, 2011 10:45 am
- Forum: PHP - Code
- Topic: Updating Image from database to root folder
- Replies: 15
- Views: 2414
Updating Image from database to root folder
Guys, i really need your help me to my code, im really having a deadline this coming satruday. Anyway, i ask for your help for my code i dont know how to continue this code for updating the image, im so confuse. I hope you can help me. here is my code. <?php session_start(); include('../../dbcon.php...