Hi,
Please, check whether file is existing or not.
If it exist, check whether current version is PHP 5 or not and chech GD library is set on or off.
If the file is existing,code will work...
Best method is : Please , create one folder in the web space or local folder. give the exact path while uploading the image. <form action="" method="post" enctype="multipart/form-data" name="form1">...
i corrected your code. I think this is your need.
<html>
<head>
<title>Bla bla</title>
<script type="text/javascript">
function toggle(id) {
var obj = "";
if (document.getElementById)
obj =...
It is not a correct table. If suposed, you entered the data into PersonID like AB100001,AB100002,AB100003,...... You can write the query after the 'where caluse ' that is "order by PersonID desc"....
Hi,
document.domain ="xyz.com" // This is accessed
document.domain = "abc.xyz" // Permission is denied
document.domain = "abc.net" // Permission is denied.
This property returns null...
You have to store the login time on users login. And stores the logout time into database. Then comparing these dates, you can get the online users. If they forget to logout , this technique can not...
Hi,
Give the folder's permission 777 in FTP.
Or entering into the cpanel->Files->www->Upload Folder--> Change the permission as 777.
Then you can do it.
$file__name="john.doc";...
MS access databases with asp or java with MS access. It is a old domain space configutration. Buy the sqlserver database is the new configuration. But it take more cost. Php and mysql is the low cost...