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

Linux, Apache, MySQL, PHP

 
Questiondon't show value "hidden in html" on form submit Pin
haibec26-Aug-10 16:50
haibec26-Aug-10 16:50 
AnswerRe: don't show value "hidden in html" on form submit Pin
cjoki27-Aug-10 6:23
cjoki27-Aug-10 6:23 
QuestionTwo types of user login in joomla Pin
govind_22200725-Aug-10 23:00
govind_22200725-Aug-10 23:00 
AnswerRe: Two types of user login in joomla Pin
Gerben Jongerius26-Aug-10 0:14
Gerben Jongerius26-Aug-10 0:14 
GeneralRe: Two types of user login in joomla Pin
govind_22200726-Aug-10 0:44
govind_22200726-Aug-10 0:44 
GeneralRe: Two types of user login in joomla Pin
bobby.villines10-Sep-10 9:04
bobby.villines10-Sep-10 9:04 
QuestionUsing webservice in php Pin
sarang_k23-Aug-10 18:22
sarang_k23-Aug-10 18:22 
AnswerRe: Using webservice in php Pin
Gerben Jongerius25-Aug-10 22:35
Gerben Jongerius25-Aug-10 22:35 
AnswerRe: Using webservice in php Pin
Smithers-Jones26-Aug-10 1:44
Smithers-Jones26-Aug-10 1:44 
QuestionHow would I get it to... replaceWith()? [modified] Pin
thebiostyle21-Aug-10 14:57
thebiostyle21-Aug-10 14:57 
AnswerRe: How would I get it to... replaceWith()? Pin
cjoki23-Aug-10 4:43
cjoki23-Aug-10 4:43 
QuestionLogin to htaccess Pin
stefanism19-Aug-10 15:33
sussstefanism19-Aug-10 15:33 
AnswerRe: Login to htaccess Pin
Graham Breach19-Aug-10 23:37
Graham Breach19-Aug-10 23:37 
QuestionPassword Display Pin
gdpgupta17-Aug-10 22:44
gdpgupta17-Aug-10 22:44 
AnswerRe: Password Display Pin
Richard MacCutchan18-Aug-10 1:29
mveRichard MacCutchan18-Aug-10 1:29 
GeneralRe: Password Display Pin
gdpgupta18-Aug-10 2:01
gdpgupta18-Aug-10 2:01 
GeneralRe: Password Display Pin
Richard MacCutchan18-Aug-10 2:36
mveRichard MacCutchan18-Aug-10 2:36 
AnswerRe: Password Display Pin
Nuri Ismail18-Aug-10 3:53
Nuri Ismail18-Aug-10 3:53 
AnswerRe: [HELP] Family Tree Pin
Peter_in_278015-Aug-10 11:55
professionalPeter_in_278015-Aug-10 11:55 
GeneralRe: [HELP] Family Tree Pin
Peter_in_278015-Aug-10 13:14
professionalPeter_in_278015-Aug-10 13:14 
AnswerRe: [HELP] Family Tree Pin
User 171649215-Aug-10 22:07
professionalUser 171649215-Aug-10 22:07 
GeneralRe: [HELP] Family Tree Pin
Peter_in_278015-Aug-10 22:23
professionalPeter_in_278015-Aug-10 22:23 
Questioncode php for tic tac toe Pin
nsultan715-Aug-10 3:30
nsultan715-Aug-10 3:30 
QuestionHow can I mix confirm(); from javascript with php? Pin
fantasyMe13-Aug-10 6:15
fantasyMe13-Aug-10 6:15 
AnswerRe: How can I mix confirm(); from javascript with php? Pin
cjoki13-Aug-10 7:51
cjoki13-Aug-10 7:51 
Try...

<form action='' method='post'>
<input type='text' value='' name='fav_movie'>
<input type='submit' name='vote' value='Add to Poll' onclick='return confirm("Are you sure?");'>


.. this should not submit if the user selects cancel on the popup and it will submit if they select ok. Your PHP should then check the posted values see isset() in php functions and processes from there

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.