| | |
How to insert image in directory using mySQL
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
try the move_uploaded_file() function to save the file into your directory and create a variable that will create a path to your file in the directory that will be used to store the path in mysql.
it goes something like this..
<?
move_uploaded_file($_FILES['file']['tmp_name'],$newimage);
$ewan="../photoupload/";
$ewanko=$ewan . $newimage;
$query="insert into test1 set title='" .$_POST['textfield']. "',path='$ewanko',memid='$memid'";
mysql_query($query);
}
?>
it goes something like this..
<?
move_uploaded_file($_FILES['file']['tmp_name'],$newimage);
$ewan="../photoupload/";
$ewanko=$ewan . $newimage;
$query="insert into test1 set title='" .$_POST['textfield']. "',path='$ewanko',memid='$memid'";
mysql_query($query);
}
?>
•
•
Join Date: Aug 2007
Posts: 8
Reputation:
Solved Threads: 0
•
•
•
•
how do i insert a image into a directory through MySQL, rename it, generate a link and upload the generated link in MySQL......???
anyhelp will be really apprietiated....
and if its a tutorial its the best way out, i'm not good at PHP.....
plz its urgent for me..
thx alot..
I figured out a lot from this site!
![]() |
Similar Threads
- how to retrive image file from mysql databse using php (PHP)
- How insert image into mysql database and retrieve (PHP)
- insert csv file into mysql through php (PHP)
- How to insert image in MySQL....... (PHP)
- how to insert an image as the flash background (Graphics and Multimedia)
- Mysql Php Image Help Please!!! (MySQL)
- Php Mysql Image Help Please!!! (PHP)
- insert image into mysql (Visual Basic 4 / 5 / 6)
Other Threads in the PHP Forum
- Previous Thread: "Validating select box text"
- Next Thread: taking the value from the URL....
Views: 4394 | Replies: 4
| Thread Tools | Search this Thread |
Tag cloud for PHP
.htaccess access ajax apache api array beginner binary broken cakephp checkbox class cms code codingproblem cron curl database date directory display download dynamic echo email error file files folder form forms function functions google href htaccess html image include insert integration ip java javascript joomla limit link login loop mail memmory menu methods mlm mod_rewrite multiple mysql oop parse paypal pdf php problem query radio random recursion regex remote script search select send server sessions sms soap source space speed sql static structure syntax system table tutorial up-to-date update updates upload url validation validator variable video web wordpress xml youtube





