Search the Community
Showing results for tags 'number'.
-
Here's a line. I want to add 100 more of same lines and increment the page numbers as shown below. I know I can just manually add 100 lines but Is there a way to do this with PHP that would make it easy? Or is this more of a javascript thing? // original $page1 = '<a href="?type='. $type_id .'&...
-
Struggling with creating the following: a. The authorized user can select one or both of the two available lottery services (in form of checkboxes) provided by your website. Generate six sets of LOTTO 6/49 numbers (sorted in ascending order) when option one, labeled as βLOTTO 6/49β, is checked...
-
Hi! I was assigned to create a simple php game as a part of my grade, but i got stuck. I'm not really a php expert and this isnt really working. I managed to get some of the code/game working, but it's pointless imo. I'm looking for someone who would take 3 mins and fix this code for me. The gam...
-
<script type="text/javascript" language="javascript"> function checkempty() { if(document.getElementById("title").value=="") { alert("Please enter title."); document.getElementById("title").focus(); return false; } if((document.getElementById("word_count").value>"3000") || (documen...
-
Hello...I'm developing one social networking kind of website where i wants to implement Rating...for posts, images, videos...just as like\unlike on facebook but rating will be in numbers from 1 to 10 using any drop-down box and it will finally add all the ratings given by different users for particu...
-
Hello everyone. I tried to find out wether a number is armstrong or not.My logic was right but few php errors are creeping.I am new to PHP.So please help me out. Here is the code armstrong.php <html> <head> <title> Armstrong number </title> </head> <body> <?php $arm=0; $i; $k; $i=$_POST["i"];...