suppose i am able to run my php code on target server ,
what are the important info can i get from phpinfo()
or how can i access the database and takeout info
i wont harm or offend anyone its for learning, i am developing website.
i was ussing ubuntu 10.04 then i upgraded it to 10.10
i have installed LAMP server on ubuntu
scripts are running fine
but i am having problem in uploading files
here is my input form
<html>
<body>
<form action="tmp.php" method="post"
enctype="multipart/form*-data">
<label...