Hello Everybody,
I know nowaday there are many easy ways to transfer data between two computers. But could anybody help me how to do that by old way "cable cross over"
I want to transfer data from my old computer window2000 (with SCSI drive)to my new computer window XP by that old way.
Thank...
Hello everybody,
My computer operating system was window 2000.
I wanted window XP. So I have installed window XP professional from Microsoft CD software. I was asked for formatting the hard drive. I formatted it, then continued to install window XP.
Everything was fine. Now my computer running...
Thank you very much, KarveR
Base on your guide:
$sql="delete from table where id='2'";
I got it now.
This is also the important line below I really need. You must knew that before, but I do not
$id = $_REQUEST['id'];
Thank you so much again.
new learner 2005
Thank you very much for your help, KarveR
But those files are in a table in MySQL database. They are not in the directory (folder). So they do not have /path/bla bla bla/...
new learner 2005
Hello everybody,
Could anybody show me how to delete a particular file by using PHP ? ( not in MySQL prompt)
On the webpage I design look like this
test1.doc [DELETE]
test2.txt [DELETE]
test3.jpg [DELETE]
...
...
Assume (I want to delete test2.txt) I click on [DELETE] on the coresponding line...
Hello Everybody,
Could anybody help me about this? I have no experience about network.
Here is the problem:
I bought a DSL yahoo to set up a home network since two months ago. I have two desktop computers windowsXP and windows 2000.
The computer windows XP is connected physically, directly to...
Hello WoodyRoundUp,
"id" and "postId" in "upload" table are different.
"id" for recornize the unique file.
"postId" actually is "userId" of user_info" table ( because I want to know who has uploaded file, so I based on that point to figure it out )
Thank you very much.
newlearner 2005
I am sorry, WoodyRoundUp. I forgot to give you my database design.
The name of MySQL database is: "registration"
There are two tables in "registration" database.
Here is table "upload"
id int(11)
name varchar(60)
type varchar(60)
size int(11)
content longblob
postId int(10)
post_date datetime...
Thank you very much for your help, WoodyRoundUp. I really really appreciate.
OK, here is my plan and what I have done:
1- I want users to upload their files to my website if they want to. (I got it done very well)
2- I want users to be able to download files to their local computers. ( I got...
Thank you so much WoodyRoundUp
"postId" is the column in "upload" database. I want to know who is the author of the uploaded file.
And I successfully got the author name of the file basing on "postId".
Could you help me about how to delete a file by using PHP scripts ? I really appreciate...
Hello Everybody
I have successfully uploaded and downloaded data files to MySQL database by using PHP scripts.
On my webpage I can "open" or "save" that file by clicking on it. Everything is fine. But I did not have a choice to delete it.
I had to write some PHP scripts as follow:
// delete...
Thank you very much for your quick help, sleipnir214.
If you said so, it is very hard for me to fix it.
I do not think people can touch my computer. But recently I have just downloaded a new software ( nothing relates to apache, PHP or mySQL )I am wondering it could be a problem?
I am not sure...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.