Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8430699
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T05:39:32+00:00 2026-06-10T05:39:32+00:00

I have this variable $value1= 000001; which as you can see contains some numbers

  • 0

I have this variable $value1= 000001; which as you can see contains some numbers which begins with 0.

What I am trying to is add “1” with the variable so that when I echo it looks like this 000002. Again for example if the variable is like this $value1= 012001; I want to make it look like 012002.

I have tried like following but the result it produces is only “2”

$value1= 000001;  
echo $value+1;

Could you please show me how to achieve this?

thanks 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T05:39:34+00:00Added an answer on June 10, 2026 at 5:39 am

    Many ways to do this, here’s a different one:

    $value1 = '000101';
    
    $strLen = strlen($value1);
    $value  = (((int) $value1) + 1);
    echo str_pad($value, $strLen, '0', STR_PAD_LEFT);
    

    php test.php
    000102

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

here i have this code that i'm trying where openingHoursView.ohLocation has two values value1
I have this ingredients array which contains multiple variables (like name, icon, value etc.).
I have this variable defined in my web.config file : <appSettings> <add key =version
To put it simply I have this variable which carries a hyperlink: $test3 =
I have a double typed variable. This variable stores information that is part of
I have a variable of unknown value, it will be an integer. For this
I have variable @count of datatype int.I am setting values to this @count. I
For example, I have a string variable named str. This str has a value
I have a file that defines constant variables, like this: define_vars.php <? define(something,value); define(something1,value);
I have this variable: $timestamp = strftime(%Y-%m-%d %h:%M:%S %a, time ()); I simply want

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.