Click here to Skip to main content
15,881,172 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Calculate Age from today's Date Using JavaScript Pin
Shog98-Mar-07 4:52
sitebuilderShog98-Mar-07 4:52 
GeneralRe: Calculate Age from today's Date Using JavaScript Pin
Bradml8-Mar-07 21:56
Bradml8-Mar-07 21:56 
AnswerRe: Calculate Age from today's Date Using JavaScript Pin
Harini N K8-Mar-07 23:40
Harini N K8-Mar-07 23:40 
QuestionPlease Help me To Solve this Problem in asp.net with C# Pin
Member 39004967-Mar-07 20:18
Member 39004967-Mar-07 20:18 
AnswerRe: Please Help me To Solve this Problem in asp.net with C# Pin
Colin Angus Mackay7-Mar-07 21:02
Colin Angus Mackay7-Mar-07 21:02 
QuestionFile function with ftp Pin
hiral_shah7-Mar-07 18:04
hiral_shah7-Mar-07 18:04 
AnswerRe: File function with ftp Pin
Bradml7-Mar-07 20:51
Bradml7-Mar-07 20:51 
GeneralRe: File function with ftp Pin
hiral_shah7-Mar-07 21:11
hiral_shah7-Mar-07 21:11 
I wrote following code in php :

$uploadDir = "ftp://$ftpUserName:$ftpPassword@$ftpAddress/$ftpUploadFolder/$folderName/$fileName";

if(is_readable($uploadDir))
$msg = "$fileName is already exist. Your File is Not Uploaded";
else
$msg = "File Uploaded";

I am uploading a file that is already exist yet it is showing me the secons message that is "File Uploaded"

--------------------------------------------------------------------------------------------------
Hiral Shah
India


If you think that my question is good enough and can be helpful for other then don't forget to vote. Smile | :)

GeneralRe: File function with ftp Pin
Bradml7-Mar-07 21:13
Bradml7-Mar-07 21:13 
GeneralRe: File function with ftp Pin
hiral_shah7-Mar-07 21:16
hiral_shah7-Mar-07 21:16 
GeneralRe: File function with ftp [modified] Pin
Bradml7-Mar-07 21:30
Bradml7-Mar-07 21:30 
GeneralonKey Up/Down/Press Pin
V.7-Mar-07 2:02
professionalV.7-Mar-07 2:02 
GeneralRe: onKey Up/Down/Press Pin
kubben7-Mar-07 2:24
kubben7-Mar-07 2:24 
GeneralRe: onKey Up/Down/Press Pin
V.7-Mar-07 2:30
professionalV.7-Mar-07 2:30 
GeneralRe: onKey Up/Down/Press Pin
V.8-Mar-07 20:12
professionalV.8-Mar-07 20:12 
GeneralRe: onKey Up/Down/Press Pin
Shog97-Mar-07 7:50
sitebuilderShog97-Mar-07 7:50 
GeneralRe: onKey Up/Down/Press Pin
V.8-Mar-07 3:21
professionalV.8-Mar-07 3:21 
GeneralRe: onKey Up/Down/Press Pin
badgrs8-Mar-07 4:23
badgrs8-Mar-07 4:23 
GeneralRe: onKey Up/Down/Press Pin
V.8-Mar-07 5:07
professionalV.8-Mar-07 5:07 
GeneralRe: onKey Up/Down/Press Pin
V.8-Mar-07 20:11
professionalV.8-Mar-07 20:11 
GeneralRe: onKey Up/Down/Press Pin
Shog98-Mar-07 4:50
sitebuilderShog98-Mar-07 4:50 
GeneralRe: onKey Up/Down/Press Pin
V.8-Mar-07 4:58
professionalV.8-Mar-07 4:58 
GeneralRe: onKey Up/Down/Press Pin
V.8-Mar-07 20:11
professionalV.8-Mar-07 20:11 
AnswerRe: onKey Up/Down/Press Pin
itsme_manish8-Mar-07 0:48
itsme_manish8-Mar-07 0:48 
QuestionHow to access Internet explorer in ASP or in javascript [modified] Pin
Sachin Pimpale7-Mar-07 1:47
Sachin Pimpale7-Mar-07 1:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.