Click here to Skip to main content
15,886,110 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: How to prepare the SDLC, SRS Pin
Christian Graus6-Oct-09 10:16
protectorChristian Graus6-Oct-09 10:16 
AnswerRe: How to prepare the SDLC, SRS Pin
Christian Graus7-Oct-09 10:06
protectorChristian Graus7-Oct-09 10:06 
Questionuploading and storing files on server with php Pin
wartotojas4-Oct-09 7:25
wartotojas4-Oct-09 7:25 
AnswerRe: uploading and storing files on server with php Pin
Christian Graus4-Oct-09 11:28
protectorChristian Graus4-Oct-09 11:28 
AnswerRe: uploading and storing files on server with php Pin
Marc Firth4-Oct-09 22:13
Marc Firth4-Oct-09 22:13 
AnswerRe: uploading and storing files on server with php Pin
Marc Firth4-Oct-09 22:16
Marc Firth4-Oct-09 22:16 
GeneralRe: uploading and storing files on server with php Pin
wartotojas5-Oct-09 6:01
wartotojas5-Oct-09 6:01 
GeneralRe: uploading and storing files on server with php Pin
Marc Firth5-Oct-09 21:59
Marc Firth5-Oct-09 21:59 
You need to use PHPMyAdmin or get remote access credentials and use something like Navicat SQL. You shouldn't store the files in the database but store the path to the files on the server and then upload them into a non-accessible folder.

Database Fields:
id,
Name,
Path.

Then you can create a file which reads from the path and outputs the file when needed. So all in all there's a lot of testing to be done. So, I suggest trying to install XAMPP on your PC again - it really is worth it for testing. Use default settings and it should work. Then go to http://localhost/[^]


QuestionHELP! MySpace ID Pin
hifiger20044-Oct-09 5:46
hifiger20044-Oct-09 5:46 
AnswerRe: HELP! MySpace ID Pin
Christian Graus4-Oct-09 11:29
protectorChristian Graus4-Oct-09 11:29 
GeneralRe: HELP! MySpace ID Pin
hifiger20047-Oct-09 17:09
hifiger20047-Oct-09 17:09 
Question"Find Charlie!" .... or my .ASP vb script error :S Pin
MusicalGuy3-Oct-09 15:15
MusicalGuy3-Oct-09 15:15 
QuestionScriptResource.axd Pin
AndreFratelli3-Oct-09 7:33
AndreFratelli3-Oct-09 7:33 
QuestionAdding Reference from "Add Reference" dialogue box Pin
Member 42289252-Oct-09 6:11
Member 42289252-Oct-09 6:11 
AnswerRe: Adding Reference from "Add Reference" dialogue box Pin
Christian Graus2-Oct-09 22:50
protectorChristian Graus2-Oct-09 22:50 
QuestionCapture OCX Control Events in VBScript Pin
VikashGohil1-Oct-09 0:47
VikashGohil1-Oct-09 0:47 
AnswerRe: Capture OCX Control Events in VBScript Pin
Suresh Balakrishnan27-Oct-09 19:01
Suresh Balakrishnan27-Oct-09 19:01 
Questionhow to find and update the data dynamically [modified] Pin
N Balakumaran30-Sep-09 20:56
N Balakumaran30-Sep-09 20:56 
AnswerRe: how to find and update the data dynamically Pin
Christian Graus1-Oct-09 12:27
protectorChristian Graus1-Oct-09 12:27 
QuestionCaptcha Image on HTML by ASP code Pin
11Developer30-Sep-09 20:38
11Developer30-Sep-09 20:38 
AnswerRe: Captcha Image on HTML by ASP code Pin
Abhishek Sur30-Sep-09 22:52
professionalAbhishek Sur30-Sep-09 22:52 
GeneralRe: Captcha Image on HTML by ASP code Pin
Abhijit Jana30-Sep-09 23:10
professionalAbhijit Jana30-Sep-09 23:10 
GeneralRe: Captcha Image on HTML by ASP code Pin
Abhishek Sur1-Oct-09 6:21
professionalAbhishek Sur1-Oct-09 6:21 
GeneralRe: Captcha Image on HTML by ASP code Pin
11Developer1-Oct-09 0:22
11Developer1-Oct-09 0:22 
GeneralCan anybody tell me the solution .... Pin
11Developer1-Oct-09 1:56
11Developer1-Oct-09 1:56 

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.