
kendallkamikaze
Members-
Posts
184 -
Joined
-
Last visited
Never
Everything posted by kendallkamikaze
-
CSS Interfering with larger screen resolutions.
kendallkamikaze replied to kendallkamikaze's topic in CSS Help
I added, HTML TITLE BODY and HEAD tags but I have no IDEA about doctypes. All I know is its CSS using tables and DIV. This is the template I used: http://www.neuroticweb.com/recursos/3-columns-layout/ -
CSS Interfering with larger screen resolutions.
kendallkamikaze replied to kendallkamikaze's topic in CSS Help
Not in the least bit helpful I used another sites template so if you have issues with it talk to them; Like I said I am new to coding so how on earth should I know what I'm missing, that is exactly why I came here. -
CSS Interfering with larger screen resolutions.
kendallkamikaze replied to kendallkamikaze's topic in CSS Help
Its sort of hard to explain. When I make my resolution higher [so everything is bigger], there is a scroll bar on the content with fixed side bars. I want the content fixed I am guessing with scroll bars that get bigger or smaller depending on screen resolution. -
CSS Interfering with larger screen resolutions.
kendallkamikaze replied to kendallkamikaze's topic in CSS Help
no ideas? -
Alright so I own http://www.one-stride.net/ and I recently re-did the look of the front page. I notice that when you have a larger resolution the side bars of the game come in and 'smush' the center content instead of adding scroll bars to all of the content. How can this be fixed/avoided for future coding? I'm fairly new to working purely with CSS. OH and the code I am using is: <style type="text/css"> body{ margin: 0; padding: 0; } #MainLeft, #MainRight{ position: absolute; top: 0; left: 0px; width: 150px; /*Width of left frame div*/ height: 100%; overflow: hidden; background-color: 3a643e; color: white; } #MainRight{ left: auto; right: 0px; width: 150px; /*Width of right frame div*/ overflow: hidden; height: 100%; background-color: 3a643e; color: white; } #MainLeft2, #MainRight2{ position: absolute; top: 0; left: 0px; width: 10px; /*Width of left frame div*/ height: 100%; overflow: hidden; background-color: 2e5032; color: white; } #MainRight2{ left: auto; right: 0px; width: 10px; /*Width of right frame div*/ overflow: hidden; height: 100%; background-color: 2e5032; color: white; } #maincontent{ position: fixed; left: 150px; right: 150px; bottom: 0; overflow:auto; height: 100%; background: #e0e2d4; top: 0; margin: 0; padding: 0; } table.sample { border-width: thick; border-spacing: 0px; border-style: solid; border-color: #425e3f; border-collapse: separate; background-color: #ffffff; } .innertube{ margin: 10px; } </style> <div id="MainLeft"> <div id="MainRight2"> <div id="innertube"> </div> </div> </div> <div id="MainRight"> <div id="MainLeft2"> <div id="innertube"> </div> </div> </div> <div id="maincontent" style="background: #e0e2d4;"> <div id="innertube"> <center> <img src="items/currentlayout/tester3.jpg"><BR><BR> <TABLE> <TR><TD> <table class="sample"> <TR> <TD ROWSPAN="1" COLSPAN="1" WIDTH="402" HEIGHT="172"> <div STYLE=" overflow:auto; background-image:url(layoutslice/2newlayout_2x1.jpg); border: 5px; border-style: soild; border-color: #425e3f; color:none; width: 402px; height: 180px; scrollbar-face-color:F1F2EA; scrollbar-shadow-color:F1F2EA; scrollbar-highlight-color:F1F2EA; scrollbar-3dlight-color:F1F2EA; scrollbar-darkshadow-color:F1F2EA; scrollbar-track-color:F1F2EA; scrollbar-arrow-color:000000; font-family: MS Sans Serif; font-size: 14px; color: #38643b;"> <li>Do you love horses? <LI>Do you enjoy automated games? <LI>Like the aspect of relistic simulation? <LI>Does raising, breeding, and showing horses sound fun? <LI>Like a friendly community and not an elitest community? <center><BR> <b>One-Stride</b> is a unique, challenging simulated horse game that allows players to breed, care for, show and interact with virtual horses. Players also take part in a virtual riding academy that allows them to progress up the ranks through exams to become a world class farrier, vet, show judge or president of an association. These exams involve questions taken from actual equestrian colleges. The game combines elements of a role-playing game and automated sim to give players a different and personal experience. Players will take part in challenges of realistic horse management and will build bonds with people from all over the world. <BR><BR>This game is free to try and everyone is welcome! We do offer inexpensive upgrades for any player who would like a few extra perks on the game. <b>One-stride</b> has been evolving quickly with members from all over the world. What we have to offer you is a very friendly/active community of horse and animals lovers, it is also a fun way to compete/care for virtual horses!<br><BR> We hope you enjoy <b>One-stride</b> as much as we do, and look forward to chatting with you!</div></TD> </tr></table> </td><TD> </td><TD> </td><TD> </td><TD> </td><TD> </td><TD> </td><TD> <table class="sample"> <TR><TD> <div STYLE=" overflow:auto; background-image:url(layoutslice/2newlayout_2x1.jpg); border: 5px; border-style: soild; border-color: #425e3f; color:none; width: 402px; height: 180px; top: 2px; scrollbar-face-color:F1F2EA; scrollbar-shadow-color:F1F2EA; scrollbar-highlight-color:F1F2EA; scrollbar-3dlight-color:F1F2EA; scrollbar-darkshadow-color:F1F2EA; scrollbar-track-color:F1F2EA; scrollbar-arrow-color:000000; font-family: MS Sans Serif; font-size: 14px; color: #38643b;"> <center><a href="http://www.one-stride.net/register.php"> <img src='layoutslice/register3.jpg' border='0px'></a><BR> <font face='Comic Sans MS' size='2px'>It's free to play! </font></center> <?php include 'loginbox.php'; ?> <center><font face='Comic Sans MS' size='2px'>If you want to take a look around you can log in with:<BR> Username: guest Password: guest</font></center></div> </td></tr></table> </td></tr></table> </center> </div> </div>
-
http://www.one-stride.net/ is the site. I've been working on the code for the last 3 hours and everything is set, but now its not displaying correctly in IE. <style type="text/css"> #MainLeft, #MainRight{ position: absolute; top: 0; left: 0px; width: 150px; /*Width of left frame div*/ height: 100%; overflow: hidden; background-color: 3a643e; color: white; } #MainRight{ left: auto; right: 0px; width: 150px; /*Width of right frame div*/ overflow: hidden; height: 100%; background-color: 3a643e; color: white; } #MainLeft2, #MainRight2{ position: absolute; top: 0; left: 0px; width: 10px; /*Width of left frame div*/ height: 100%; overflow: hidden; background-color: 2e5032; color: white; } #MainRight2{ left: auto; right: 0px; width: 10px; /*Width of right frame div*/ overflow: hidden; height: 100%; background-color: 2e5032; color: white; } #maincontent{ position: fixed; left: 150px; right: 150px; bottom: 0; overflow:auto; height: 100%; background: #e0e2d4; } table.sample { border-width: thick; border-spacing: 0px; border-style: solid; border-color: #425e3f; border-collapse: separate; background-color: #ffffff; } .innertube{ margin: 10px; } </style> <div id="MainLeft"> <div id="MainRight2"> <div id="innertube"> </div> </div> </div> <div id="MainRight"> <div id="MainLeft2"> <div id="innertube"> </div> </div> </div> <div id="maincontent" style="background: #e0e2d4;"> <div id="innertube"> <center> <img src="items/currentlayout/spacer.jpg"><BR> <img src="items/currentlayout/test.jpg"><BR><BR> <TABLE> <TR><TD> <table class="sample"> <TR> <TD ROWSPAN="1" COLSPAN="1" WIDTH="402" HEIGHT="172"> <div STYLE=" overflow:auto; background-image:url(layoutslice/2newlayout_2x1.jpg); border: 5px; border-style: soild; border-color: #425e3f; color:none; width: 402px; height: 180px; scrollbar-face-color:F1F2EA; scrollbar-shadow-color:F1F2EA; scrollbar-highlight-color:F1F2EA; scrollbar-3dlight-color:F1F2EA; scrollbar-darkshadow-color:F1F2EA; scrollbar-track-color:F1F2EA; scrollbar-arrow-color:000000; font-family: MS Sans Serif; font-size: 14px; color: #38643b;"> <li>Do you love horses? <LI>Do you enjoy automated games? <LI>Like the aspect of relistic simulation? <LI>Does raising, breeding, and showing horses sound fun? <LI>Like a friendly community and not an elitest community? <center><BR> <b>One-Stride</b> is a unique, challenging simulated horse game that allows players to breed, care for, show and interact with virtual horses. Players also take part in a virtual riding academy that allows them to progress up the ranks through exams to become a world class farrier, vet, show judge or president of an association. These exams involve questions taken from actual equestrian colleges. The game combines elements of a role-playing game and automated sim to give players a different and personal experience. Players will take part in challenges of realistic horse management and will build bonds with people from all over the world. <BR><BR>This game is free to try and everyone is welcome! We do offer inexpensive upgrades for any player who would like a few extra perks on the game. <b>One-stride</b> has been evolving quickly with members from all over the world. What we have to offer you is a very friendly/active community of horse and animals lovers, it is also a fun way to compete/care for virtual horses!<br><BR> We hope you enjoy <b>One-stride</b> as much as we do, and look forward to chatting with you!</div></TD> </tr></table> </td><TD> </td><TD> </td><TD> </td><TD> </td><TD> </td><TD> </td><TD> <table class="sample"> <TR><TD> <div STYLE=" overflow:auto; background-image:url(layoutslice/2newlayout_2x1.jpg); border: 5px; border-style: soild; border-color: #425e3f; color:none; width: 402px; height: 180px; scrollbar-face-color:F1F2EA; scrollbar-shadow-color:F1F2EA; scrollbar-highlight-color:F1F2EA; scrollbar-3dlight-color:F1F2EA; scrollbar-darkshadow-color:F1F2EA; scrollbar-track-color:F1F2EA; scrollbar-arrow-color:000000; font-family: MS Sans Serif; font-size: 14px; color: #38643b;"> <center><a href="http://www.one-stride.net/register.php"> <img src='layoutslice/register3.jpg' border='0px'></a><BR> <font face='Comic Sans MS' size='2px'>It's free to play! </font></center> <?php include 'loginbox.php'; ?><BR> <center><font face='Comic Sans MS' size='2px'>If you want to take a look around you can log in with:<BR> Username: guest Password: guest</font></center></div> </td></tr></table> </td></tr></table> </center> </div> </div> IE image: Opera image:
-
[SOLVED] else echo not working right.
kendallkamikaze replied to kendallkamikaze's topic in PHP Coding Help
you got it! thanks so much!! <3 -
[SOLVED] else echo not working right.
kendallkamikaze replied to kendallkamikaze's topic in PHP Coding Help
im still new to this...so the num rows is becially taking it from player where id = id all it needs to do is go into player where id=id and then pull from the status in the player table to check if status is diamond or mod -
[SOLVED] else echo not working right.
kendallkamikaze replied to kendallkamikaze's topic in PHP Coding Help
added it but its still not showing the else statement <?php $AcademyLevel = $r['AcademyLevel']; $mStatus = $r['Status']; $AcademyLevel = $r['AcademyLevel']; //echo "MS: ".$mStatus; $sql = "SELECT * FROM player WHERE id='$id'"; $resultA = mysql_query($sql) or die(mysql_error()); if(($mStatus == "mod" || $mStatus == "Diamond") && $AcademyLevel > 4){ if (mysql_num_rows($resultA) > 0) { echo "<BR><TABLE WIDTH='400' class='table' CELLSPACING='2' CELLPADDING='2' border='0'><tr><td class=tablegreen> The Scientific Center</td></tr><tr> <td class='tabletd' width='250'><center><a href='lab_home.php'>Use Your Lab!</a></center></td></table><BR><table class=table CELLSPACING='2' CELLPADDING='2' border='0'><tr> <td class='tablegreen'> Association Adoption</td></tr> <tr><td class=tabletd width='390'><center><BR><font size='2px'>Don't have an association? <BR><BR><a href='assoc_adoption.php'>Click here to Adopt one!</a></center><BR><BR></font></td></tr></table>"; } else { echo "<table class=table CELLSPACING='2' CELLPADDING='2' border='0'><tr> <td class='tablegreen'> Association Adoption</td></tr> <tr><td class=tabletd width='390'><center><BR><font size='2px'>Don't have an association?<BR><BR> <a href='assoc_adoption.php'>Click here to Adopt one!</a></center><BR><BR></font></td></tr></table><BR><BR> <TABLE WIDTH='400' class='table' CELLSPACING='2' CELLPADDING='2' border='0'><tr><td class=tablegreen> The Scientific Center</td></tr><tr> <td class='tabletd' width='250'><center>You must be Academy level 5 to access the Lab.</center></td></table>"; } } ?> -
[SOLVED] else echo not working right.
kendallkamikaze replied to kendallkamikaze's topic in PHP Coding Help
Alright so I got it to not throw an error, but its still not printing the else statement if it does not meet the variable. <?php $AcademyLevel = $r['AcademyLevel']; $mStatus = $r['Status']; $AcademyLevel = $r['AcademyLevel']; //echo "MS: ".$mStatus; $sql = "SELECT * FROM player WHERE id='$id'"; $resultA = mysql_query($sql) or die(mysql_error()); if(($mStatus == "mod" || $mStatus == "Diamond") && $AcademyLevel > 4){ if (mysql_num_rows($resultA) > 0) { echo "<BR><TABLE WIDTH='400' class='table' CELLSPACING='2' CELLPADDING='2' border='0'><tr><td class=tablegreen> The Scientific Center</td></tr><tr> <td class='tabletd' width='250'><center><a href='lab_home.php'>Use Your Lab!</a></center></td></table><BR><table class=table CELLSPACING='2' CELLPADDING='2' border='0'><tr> <td class='tablegreen'> Association Adoption</td></tr> <tr><td class=tabletd width='390'><center><BR><font size='2px'>Don't have an association? <BR><BR><a href='assoc_adoption.php'>Click here to Adopt one!</a></center><BR><BR></font></td></tr></table>"; } else echo "<table class=table CELLSPACING='2' CELLPADDING='2' border='0'><tr> <td class='tablegreen'> Association Adoption</td></tr> <tr><td class=tabletd width='390'><center><BR><font size='2px'>Don't have an association?<BR><BR> <a href='assoc_adoption.php'>Click here to Adopt one!</a></center><BR><BR></font></td></tr></table><BR><BR> <TABLE WIDTH='400' class='table' CELLSPACING='2' CELLPADDING='2' border='0'><tr><td class=tablegreen> The Scientific Center</td></tr><tr> <td class='tabletd' width='250'><center>You must be Academy level 5 to access the Lab.</center></td></table>"; } ?> -
[SOLVED] else echo not working right.
kendallkamikaze replied to kendallkamikaze's topic in PHP Coding Help
hmm by adding another } it: Parse error: syntax error, unexpected '}' in /home4/collegh9/public_html/one-stride/player_diamond.php on line 222 -
Alright so I've been tampering with this code, and the first portion of it works if you meet the variables, but if you dont [the echo] it doesnt work...any tips? <?php $AcademyLevel = $r['AcademyLevel']; $mStatus = $r['Status']; $AcademyLevel = $r['AcademyLevel']; //echo "MS: ".$mStatus; $sql = "SELECT * FROM player WHERE id='$id'"; $resultA = mysql_query($sql) or die(mysql_error()); if(($mStatus == "mod" || $mStatus == "Diamond") && $AcademyLevel > 4){ if (mysql_num_rows($resultA) > 0) { echo "<BR><TABLE WIDTH='400' class='table' CELLSPACING='2' CELLPADDING='2' border='0'><tr><td class=tablegreen> The Scientific Center</td></tr><tr> <td class='tabletd' width='250'><center><a href='lab_home.php'>Use Your Lab!</a></center></td></table><BR><table class=table CELLSPACING='2' CELLPADDING='2' border='0'><tr> <td class='tablegreen'> Association Adoption</td></tr> <tr><td class=tabletd width='390'><center><BR><font size='2px'>Don't have an association? <BR><BR><a href='assoc_adoption.php'>Click here to Adopt one!</a></center><BR><BR></font></td></tr></table>"; } else echo "<table class=table CELLSPACING='2' CELLPADDING='2' border='0'><tr> <td class='tablegreen'> Association Adoption</td></tr> <tr><td class=tabletd width='390'><center><BR><font size='2px'>Don't have an association?<BR><BR> <a href='assoc_adoption.php'>Click here to Adopt one!</a></center><BR><BR></font></td></tr></table><BR><BR> <TABLE WIDTH='400' class='table' CELLSPACING='2' CELLPADDING='2' border='0'><tr><td class=tablegreen> The Scientific Center</td></tr><tr> <td class='tabletd' width='250'><center>You must be Academy level 5 to access the Lab.</center></td></table>"; } ?>
-
well ive got the error worked out but now its not displaying the variables when they are correct :/
-
I dont know why <?php $sql="SELECT id,Playername,Password,Description,Points,AcademyLevel,Money,Status,Girlscout,gold,diploma,lastlog,Ad,Email,organize,upness FROM player WHERE id='$id'"; $result=mysql_query($sql); while($r=mysql_fetch_array($result)); { $id=$r["id"]; $Playername=$r["Playername"]; $Password=$r["Password"]; $Description=$r["Description"]; $Points=$r["Points"]; $AcademyLevel=$r["AcademyLevel"]; $Money=$r["Money"]; $Status=$r["Status"]; $GirlScout=$r["GirlScout"]; $gold=$r["gold"]; $diploma=$r["diploma"]; $lastlog=$r["lastlog"]; $Ad=$r["Ad"]; $Email=$r["Email"]; $organize=$r["organize"]; $upness=$r["upness"]; if($organize){ $addon=" ORDER BY $organize $upness"; } if($pid == "$id"){ if($_GET['sortby']){ $sortby=$_GET['sortby']; if($_GET['order']){ $order=$_GET['order']; mysql_query("update player set organize='$sortby',upness='$order' where id='$id'"); print "Successfully edited the organization of your horses."; include "footer.php"; exit; } print "How would you like to sort the horse's <b>$sortby</b> on your page? By:<p><a href='player_estate.php?sortby=$sortby&order=ASC'>Ascending</a><br><a href='player_estate.php?sortby=$sortby&order=DESC'>Descending</a>"; include "footer.php"; exit; } } if($_GET[action] == "changepassword2"){ if($_POST[oldpass] != $Passwordd){print "Wrong old password."; include "footer.php"; exit;} mysql_query("update player set Password='$_POST[newpassword]' where id='$id'"); print "<font color=red>You changed your password.</font> You have been signed out for verification. <a href=index.php> Click here to sign back in.</a><br><br>"; include 'footer.php'; exit;} if($_GET[action] == "changepassword1"){PRINT " <form method=post action=player_estate.php?action=changepassword2> Old Pass:<input type=text name='oldpass'><br> New Pass:<input type=text name='newpassword'><br> <input type=submit value='Change Pass'></form>"; } echo "<font size='5pt' face='comic sans ms'>Welcome to Your Estate $Playername!</font><BR> You Are ID #$id <br><br><br> $Description <br><BR><br>"; } ?>
-
Mailbox: Getting messages to delete
kendallkamikaze replied to kendallkamikaze's topic in PHP Coding Help
but this wouldnt delete just the selected ones correct? I'm just worried that it would just delete all of them and not just the single selected ones if not all are selected? -
Mailbox: Getting messages to delete
kendallkamikaze replied to kendallkamikaze's topic in PHP Coding Help
this is the entire code for it: <?php include 'header.php'; if($_GET[action] == "deleteallmsgs"){ mysql_query("delete from messages where Recipient='$id' and new='no'")or die(mysql_query()); print "<center>All of Your Messages were Deleted.<br><a href=messages.php>Go Back.</a>";include "footer.php";exit;} ?> <br><br> <center> <a href="message_compose.php"> Compose a Message </a> | <a href="messages.php?action=deleteallmsgs"> Delete All Messages </a> <script type="text/javascript"><!-- function checkAll (obj) { var arrInput = document.getElementsByTagName("input"); for (i=0; i<arrInput.length; i++) { if (arrInput[i].type == 'checkbox') { arrInput[i].checked = obj.checked; } } } --></script> <style> .maintable{ font-size:10px; font-family:verdana; color:#000000; background:url(http://i41.tinypic.com/2yw60r6.jpg); } .msg{ font-size:8px; font-family:verdana; color:#000000; background:url(http://i42.tinypic.com/25a5kpw.jpg); } .highlight{ font-size:8px; font-family:verdana; color:#000000; background:url(http://i43.tinypic.com/6huwk6.jpg); } </style> <div id="tableContainer" class="tableContainer"> <table width=630 border="0" cellpadding="0" cellspacing="0"> <tr><td> <table border="0" cellpadding="0" cellspacing="0" > <tr height=19px> <td class='maintable' height=19px style='background-image: url(http://i43.tinypic.com/2eundbq.jpg);background-repeat: no-repeat; background-position: center center;'><img src='http://i43.tinypic.com/2eundbq.jpg'></td> <td class='maintable' height=19px width=32> <input type="checkbox" name="chk_all" id="chk_all" value="" onchange="checkAll(this);" /> </td> <td class='maintable' height=19px width=50 style='background-image: url(http://i41.tinypic.com/2yw60r6.jpg);'> From</td> <td class='maintable' width=235 style='background-image: url(http://i41.tinypic.com/2yw60r6.jpg);'> |Subject</td> <td class='maintable' width=235 style='background-image: url(http://i41.tinypic.com/2yw60r6.jpg);'> |Date</td> <td class='maintable' height=19px style='background-image: url(http://i41.tinypic.com/2yw60r6.jpg);'> |Status</td> <td class='maintable' height=19px style='background-image: url(http://i41.tinypic.com/2yw60r6.jpg);'> </td> <td class='maintable' height=19px style='background-image: url(http://i43.tinypic.com/2eundbq.jpg);background-repeat: no-repeat; background-position: center center;'><img src='http://i43.tinypic.com/2eundbq.jpg'></td> </tr> </table> </td></tr> <tr><td> <table width=635 border="0" cellpadding="0" cellspacing="0" > <tbody class="scrollContent"> <?php $sql="SELECT * FROM messages WHERE Recipient='$id' order by id desc "; $result=mysql_query($sql); $msgs=mysql_num_rows($result); $checkbox = $_POST['checkbox']; if(!empty($checkbox)){ $massdelete = $_GET['massdelete']; if($massdelete){ for($i=0;$i<$msgs;$i++){ $deleteid = $checkbox[$i]; mysql_query("delete from messages where id='$deleteid'"); //echo ("$checkbox<br>"); //display all msg ids deleted } }} //and new='yes' if($msgs == "0"){ print "<tr><td colspan=5><center>No Messages.</td></tr>"; } for($i=0;$i<$msgs;$i++) { $r=mysql_fetch_array($result); $mid=$r["id"]; $Sender=$r["Sender"]; $Subject=$r["Subject"]; $Message=$r["Message"]; $Date=$r["date"]; $New=$r["new"]; if($New == "no"){$rou="Read";} if($New == "yes"){$rou="Unread";} if(empty($Subject)){$Subject="No Subject";} //Sunday 6/18/2008 2:38pm //$Date=str_replace(D n/j/y g:ia,$Date); echo " <tr class='msg' class='scrollContent' onMouseOver=this.className='highlight' onMouseOut=this.className='msg'> <td width=29><input type='checkbox' name='chk_1' id='chk_1' value='' /></td> <td width=57><b><a href=player_individual.php?id=$Sender>#$Sender</a></b></td> <td width=235><b><a href='message_viewindividual.php?id=$mid'>$Subject</a></b></td> <td width=230><i>$Date</i></td> <td><center><b>$rou</b></center></td> </tr> "; } ?> </table> </td></tr> </tbody> </table></div> </form> <BR> <form name='frm' method='post' action='messages2.php?action=delete'> <input type='submit' name='massdelete' value='Delete Selection'></form> <?php if($_GET[action] == "delete"){print "<BR><BR><B>The selected messages were deleted.</B><br><a href=messages2.php>Go Back.</a>";} ?> <BR><BR> <?php include "footer.php"; ?> -
Mailbox: Getting messages to delete
kendallkamikaze replied to kendallkamikaze's topic in PHP Coding Help
the JS works fine, its when they are selected that it doesnt delete -
I have my mailbox set up with Javascript so when you click the checkbox it will highlight them all or you can go through and select the ones you want to delete. You'll have to forgive me. I'm very new to php and I dont understand fully how to connect how to make it so that if the box is checked it needs to be deleted when you click the button below. When you click it, it says it deletes the messages but nothing happens: <form name='frm' method='post' action='messages2.php?action=delete'> <input type='submit' name='massdelete' value='Delete Selection'></form> <?php if($_GET[action] == "delete"){print "<BR><BR><B>The selected messages were deleted.</B><br><a href=messages2.php>Go Back.</a>";} ?> Old Code where if you clicked the link, it would delete all messages: <?php if($_GET[action] == "deleteallmsgs"){ mysql_query("delete from messages where Recipient='$id' and new='no'")or die(mysql_query()); print "<center>All of Your Messages were Deleted.<br><a href=messages.php>Go Back.</a>";include "footer.php";exit;} ?> The JavaScript code that I used is: <script type="text/javascript"><!-- function checkAll (obj) { var arrInput = document.getElementsByTagName("input"); for (i=0; i<arrInput.length; i++) { if (arrInput[i].type == 'checkbox') { arrInput[i].checked = obj.checked; } } } --></script> If you need anything else for this to make more sense, let me know.
-
well now. that works with the buttons, but i need it to work with a check box?
-
php conflict with browsers on message box
kendallkamikaze replied to kendallkamikaze's topic in PHP Coding Help
<SCRIPT LANGUAGE=JavaScript> function CheckAll() { count = document.frm.elements.length; for (i=0; i < count; i++) { if(document.frm.elements[i].checked == 1;) {document.frm.elements[i].checked = 0;} else {document.frm.elements[i].checked = 1;} } } function UncheckAll(){ count = document.frm.elements.length; for (i=0; i < count; i++) { if(document.frm.elements[i].checked == 1;) {document.frm.elements[i].checked = 0;} else {document.frm.elements[i].checked = 1;} } } </script> <input type='checkbox' name='btn' onclick='CheckAll()'/> -
php conflict with browsers on message box
kendallkamikaze replied to kendallkamikaze's topic in PHP Coding Help
that didnt really do anything. the issue I have with the PHP is that when you check the boxes and click delete, it doesnt delete them.