Jump to content
Old threads will finally start getting archived Γ—
🚨🚨 GAME-CHANGING ANNOUNCEMENT FROM PHP FREAKS 🚨🚨 Γ—

Search the Community

Showing results for tags 'number'.

  • Search By Tags

    • number Γ—
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 6 results

  1. 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 .'&...
  2. 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...
  3. 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...
  4. <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...
  5. 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...
  6. 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"];...
Γ—
Γ—
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.