No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
plz post the script so that we understand what u did
i want to create a folder on server using php and make it writable so tht i can upload files to it using form... can someone help me with script on making folder and making it writeable on server. thanx
i made a folder images in d:/wamp/www/images and uploaded photos to it and sent the path to of the images to the database e.g image_path = d:/wamp/www/images/apples.jpg now i want to create a gallery showing thumbnails of the images i created the script below ....its supposed to read the image …
i have listbox 1 which displays status , based on selection of status listbox 2 displays usernames. and based on username selected the textbox displays the email id. its working fine till displaying user names in listbox 2 based on selected of status in listbox. but its not displaying the …
ok i m trying to delete folder with all contents ... the contents r all files..its not working...plz help [CODE] <? $mydir = "d:/lucky"; $d = dir($mydir); while($entry = $d->readfile()) { if ($entry!= "." && $entry!= "..") { unlink($entry); } } $d->close(); rmdir($mydir); ?> [/CODE]
The End.
angelic_devil