Click here to Skip to main content
15,920,633 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
AnswerRe: Debugging django ap with winge ide Pin
hlcfan3-Nov-11 23:10
hlcfan3-Nov-11 23:10 
QuestionFind visitor's Internet service provider with PHP Pin
Wasifk00726-Aug-11 23:49
Wasifk00726-Aug-11 23:49 
AnswerRe: Find visitor's Internet service provider with PHP [modified] Pin
Evan Gallup3-Sep-11 18:25
Evan Gallup3-Sep-11 18:25 
GeneralRe: Find visitor's Internet service provider with PHP Pin
Mantenlo33-Sep-11 23:47
Mantenlo33-Sep-11 23:47 
Questionplease helpme Pin
Arunkumar.Koloth26-Aug-11 20:28
Arunkumar.Koloth26-Aug-11 20:28 
AnswerRe: please helpme Pin
Evan Gallup3-Sep-11 18:29
Evan Gallup3-Sep-11 18:29 
QuestionI have a problem now Pin
Arunkumar.Koloth23-Aug-11 21:34
Arunkumar.Koloth23-Aug-11 21:34 
AnswerRe: I have a problem now Pin
Peter_in_278023-Aug-11 21:48
professionalPeter_in_278023-Aug-11 21:48 
GeneralRe: I have a problem now Pin
cjoki24-Aug-11 11:12
cjoki24-Aug-11 11:12 
GeneralRe: I have a problem now Pin
Peter_in_278024-Aug-11 11:34
professionalPeter_in_278024-Aug-11 11:34 
AnswerRe: I have a problem now Pin
yiday22-Sep-11 0:01
yiday22-Sep-11 0:01 
AnswerRe: I have a problem now Pin
arya168515-Oct-11 4:59
arya168515-Oct-11 4:59 
QuestionHow to Disable Parent Page in Wordpress? Pin
Noman Rasheed17-Aug-11 8:22
Noman Rasheed17-Aug-11 8:22 
QuestionHTTP Error 411. The request must be chunked or have a content length. Pin
PHP Rocks16-Aug-11 3:11
PHP Rocks16-Aug-11 3:11 
AnswerRe: HTTP Error 411. The request must be chunked or have a content length. Pin
Peter_in_278016-Aug-11 3:38
professionalPeter_in_278016-Aug-11 3:38 
GeneralRe: HTTP Error 411. The request must be chunked or have a content length. Pin
PHP Rocks16-Aug-11 8:36
PHP Rocks16-Aug-11 8:36 
GeneralRe: HTTP Error 411. The request must be chunked or have a content length. Pin
Peter_in_278016-Aug-11 13:53
professionalPeter_in_278016-Aug-11 13:53 
QuestionDecrementing a column - code not working Pin
Dwayner7915-Aug-11 15:27
Dwayner7915-Aug-11 15:27 
QuestionRe: Decrementing a column - code not working Pin
Graham Breach15-Aug-11 21:37
Graham Breach15-Aug-11 21:37 
AnswerRe: Decrementing a column - code not working Pin
cjoki16-Aug-11 10:56
cjoki16-Aug-11 10:56 
GeneralRe: Decrementing a column - code not working Pin
Dwayner7921-Aug-11 11:14
Dwayner7921-Aug-11 11:14 
Questiondynamic page creation using php Pin
susmita0107198613-Aug-11 20:40
susmita0107198613-Aug-11 20:40 
AnswerRe: dynamic page creation using php Pin
cjoki16-Aug-11 11:02
cjoki16-Aug-11 11:02 
SuggestionRe: dynamic page creation using php Pin
enhzflep16-Aug-11 17:15
enhzflep16-Aug-11 17:15 
My first suggestion would be that you DO NOT YELL! For many people there will be a perceived inference that they are not intelligent enough to identify important parts of the question..

My second suggestion would be to do as one always does when programming, and break the problem up into a number of smaller steps/chunks. In essence, the concept is really quite simple:

1) Implement access control system - i.e password=correct, pass=true. password=incorrect, pass=false
2) Devise a way of storing page data in a database
3) Implement a way of adding user-entered text into the database tables used in step 2

None of these 3 steps necessarily need to be complicated in order to provide basic functionality.
I'd expect to be able to bash out some code that would allow me to dynamically add page content if my password was correct in a few hours.

The polishing, refining and adding of other expected features are what I expect to take the absolute bulk of the time.

It's only 1/2 a Mb, why not download the code and take a look at it? You do get all the source code after all.

I've gleaned dozens of tips from the old game engines wolf3d, doom, quake, etc. Yet I've not copy/pasted a single line of code from any of them. Humans 'progress' because we are able to build-upon and extend the work of others..
QuestionVoice recording in php website?? Pin
doitnow114713-Aug-11 4:39
doitnow114713-Aug-11 4:39 

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.