Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

 
 
Thread Tools Display Modes
Prev Previous Post in Thread   Next Post in Thread Next
Old Sep 4th, 2006, 6:32 PM   #1
TCStyle
Programmer
 
Join Date: Jan 2005
Location: Albany, NY
Posts: 43
Rep Power: 0 TCStyle is on a distinguished road
Is this method safe?

So I coded a file upload system for my site. Only memebers are allowed to access it. I want to know if the following method is safe:

<?
if (!isset($_SESSION['id'])) {
die("You are not logged in.");
}
?>

html upload form here...

For those of you who are still unclear, I want to know if keeping the upload form in html (instead of echoing it via php) is safe?
__________________
meh...
TCStyle is offline   Reply With Quote
 

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
DiveLog.java tutorial help Arenlor Java 2 Apr 26th, 2006 11:11 AM
HTTP Status 405 - HTTP method POST is not supported by this URL hemanth.balaji Java 5 Mar 21st, 2006 3:48 AM
method doesn't recognize variable Krista Java 1 Dec 5th, 2005 6:40 PM
Median/Mode in arrays? {Need help} Java|Tera Java 27 Nov 29th, 2005 11:50 AM
Debug recursion method() pr0gm3r Java 3 Oct 11th, 2005 1:33 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 6:46 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC