m8t Posted April 30, 2009 Report Share Posted April 30, 2009 (edited) Vai kāds man varētu palīdzēt ar vieun lieti1nu? tātad, es izveidoju vienu checkbox, vai jūs varētu man lūdzu palīdzēt ar to, ka kad nospiež SUBMIT pogu, viņš aizmet uz ... linku un tajā linkā-> if(forma_iezimeta) { 55 } else{ 44 } Ko man likt forma_iezimeta, tip postiem ir $_POST['123']; Būtu ļoti labi, ja kāds arī varētu man paskaidrot kā izveidot ko tamlīdzīgu: //iegūstam mysql infromāciju no tabulas te paradas checkbox, ja value = 1, tad vins ir checked, ja 0, tad nav checked. Iegūt informāciju no mysql māku, to nevajag paskaidrot :P Paldies jau iepriekš -Shizo0 Edited April 30, 2009 by m8t Quote Link to comment Share on other sites More sharing options...
Val Posted April 30, 2009 Report Share Posted April 30, 2009 isset($_POST['checkbox_name']) vai arī, ja checkboxam ir kāda vērtība isset($_POST['checkbox_name']) && $_POST['checkbox_name']=='checkbox_value' Quote Link to comment Share on other sites More sharing options...
m8t Posted April 30, 2009 Author Report Share Posted April 30, 2009 isset($_POST['checkbox_name']) vai arī, ja checkboxam ir kāda vērtība isset($_POST['checkbox_name']) && $_POST['checkbox_name']=='checkbox_value' Liels paldies, nebiju domājis, ka uz checkbox arī strādā $_POST. Quote Link to comment Share on other sites More sharing options...
Val Posted April 30, 2009 Report Share Posted April 30, 2009 piesvied koda sākumā vēl echo "<pre>"; print_r($_POST); echo "</pre>"; un paskaties pats. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.