
Completed
Posted
Paid on delivery
I have a small tweak I need made to an existing PHP file I will provide. On line 49 the script currently creates an invoice number by counting existing records; I want that logic swapped out so the invoice number is produced with PHP’s mktime() using the current date-time value. A prefix of MO should be used in front of the new number. Please return the updated file (or the exact code snippet) and confirm where the change was inserted so I can drop it straight back into production.
Project ID: 40447530
37 proposals
Remote project
Active 2 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs

Hello It's elementary task I can help you immediately I have several years of experience with PHP and I have completed a lot of PHP projects here
£11.30 GBP in 1 day
6.8
6.8
37 freelancers are bidding on average £20 GBP for this job

With 5+ years in PHP development, I understand your need to modify the invoice number logic in your PHP file. I have experience with mktime() functions and can efficiently implement the requested change. Could you confirm if the new invoice number should include milliseconds for uniqueness? Regards, Yogesh Kumar
£10 GBP in 10 days
8.4
8.4

Hi, I have strong experience with Php, Laravel and Code ignitor. I’ll develop robust and secure web application just the way you want. I can handle any updates you need. You can check my reviews to see the quality of my work, I will share my previous application in private chat.
£20 GBP in 1 day
7.7
7.7

Woah Hello, It looks like you need a small tweak in your PHP script to change how the invoice number is generated. Instead of counting existing records, you want to use PHP’s mktime() to create a new invoice number based on the current date and time, with a prefix of "MO". I can help you with that! With 7+ years of experience in PHP and web development, I can easily locate line 49 in your script and implement the necessary changes. I’ll make sure to clearly highlight where the modification was made so you can seamlessly integrate it back into your production environment. Once I’ve updated the file or provided the code snippet, you’ll have everything you need to keep things running smoothly. Best regards, Ivan Mandinski
£15 GBP in 2 days
7.4
7.4

Hi, I can quickly replace your invoice logic with a clean mktime() based solution and add the “MO” prefix exactly as required, ready to drop into production. Best regards,
£20 GBP in 1 day
7.0
7.0

Hi, I will do the changes and use mktime function to show timestamp. I am Wordpress,PHP programmer having 10 years of experience. I am very good in wordpress,php,mysql,joomla.
£20 GBP in 1 day
7.4
7.4

I can make this change quickly. I have solid PHP experience and can update the invoice generation logic to replace the existing record-count approach with an mktime()/timestamp-based invoice number using the **MO** prefix, then return the updated file or exact replacement snippet with the insertion point clearly identified for immediate production deployment.
£20 GBP in 1 day
6.3
6.3

Hello, I will update the PHP script to generate invoice numbers using PHP's mktime() function with the current date-time value and prefix it with "MO". I will provide the modified code snippet for easy integration. Let's discuss further details. Thanks
£20 GBP in 7 days
6.0
6.0

Hello, I came across your PHP Invoice Number Timestamp and I am very interested in working with you. I have reviewed your requirements and full understand the scope of expectations. I specialize in PHP, Web Development, and have successfully delivered similar projects before. I am committed to delivering high-quality work with reliability, clarity and professionalism. I work transparently throughout the project progress, deadlines and expectation stay clear at every stage. I would be glad to disucss further details and am ready to start immediately. Looking forward to hearing from you. Regards. Anum
£20 GBP in 1 day
5.6
5.6

Hi there, I’ve reviewed your project details for “PHP Invoice Number Timestamp” and found it quite interesting. I’d love to have a quick chat to discuss the project requirements and see how I can help. I’m available right now if that works for you. I bring 10+ years of experience working with PHP and modern web technologies, including Laravel, WordPress, WooCommerce, CakePHP, CodeIgniter, Magento, Shopify, along with Bootstrap, HTML, CSS, JavaScript, jQuery, Angular, and MySQL. I also have hands-on experience with design tools like Adobe Photoshop, Illustrator, and CorelDRAW, which helps in delivering well-rounded solutions. Looking forward to your response. Best regards, Muhammad Atif
£15 GBP in 1 day
5.8
5.8

As a seasoned PHP developer committed to creating efficient, scalable, and result-oriented solutions, I have the prowess to successfully tweak your existing PHP script to incorporate the change you require. By replacing the existing invoice number generation logic with PHP’s mktime() using the current date-time value and adding the prefix MO as requested, you can expect a sleek, functional, and production-ready outcome. In addition to my comprehensive PHP background, I possess a command over various in-demand JavaScript frameworks including React and Angular that could provide more improvisation opportunities to your application in the future. Moreover, my experience with PHP frameworks like Laravel aligns well with your project's requirements. Committed to proficiency and preciseness in every task I perform, I assure you an accurately updated file returning the exact code snippet for easy and swift implementation on your end. Delivering within agreed timelines without compromising on quality is my topmost priority. Let's discuss further how my expertise can best cater to your unique needs!
£10 GBP in 7 days
5.4
5.4

With over 8 years of experience in full-stack web development and a specialization in PHP, I am confident that I have the necessary skills to handle your project successfully. My extensive knowledge of both Laravel and Core PHP aligns perfectly with your requirements for the modification of your existing PHP file. I understand that you need a small tweak in the script to change the invoice number logic to use mktime() with a prefix MO. Not only will I provide you with the exact code snippet for this modification, but I will also ensure that it is integrated seamlessly into your production environment without any disruption. Moreover, my proficiency in REST API development will enable me to navigate through the existing codebase smoothly. Rest assured, I will deliver clean and scalable code that accurately serves its purpose. Furthermore, as a Full Stack Web Developer, I possess versatile skills beyond PHP that can benefit you in the long run. From my previous projects, I have developed various CMS platforms, E-commerce websites, Mobile Apps and handled SEO & Digital Marketing projects which might be valuable for future enhancements or integrations for your existing system as well. Let's discuss this project further so that we can add value to your business together.
£15 GBP in 1 day
5.2
5.2

Hello, Could you please share the PHP file you need updated? I’m ready to assist you with modifying the invoice number generation logic. To achieve your requirement, I’ll replace the existing counting method on line 49 with the `mktime()` function to generate a unique invoice number based on the current date-time. The new format will include the “MO” prefix as specified, ensuring the updates are straightforward to integrate back into production. To avoid any potential issues, could you clarify the following? 1. Are there any specific existing formats for the invoice number I should consider? 2. Do you want the new invoice numbers to be sequential as well, or just based on the timestamp? 3. Would you like any additional commenting in the code for future reference? 4. Is there a preferred naming convention for the updated file? I’m looking forward to your response. The cost and timeline will be adjusted based on your answers. Relevant Portfolio: • https://www.freelancer.com/u/amjad2 Best Regards, Amjad Iqbal
£20 GBP in 2 days
4.8
4.8

is your server running UTC or a local timezone? asking because php's `date()` will pull from the server setting by default, so if you want the timestamp in your local time you either need `date_default_timezone_set()` at the top or use `DateTime` with an explicit timezone object. makes a big difference in how i handle line 49. either way this is a quick fix, can have it done today. if you want something like `INV-20260516-0042` style formatting or just a unix timestamp appended, both are easy. just send me the file and tell me what format you need the number in and i'll sort it out within the hour. what does the current invoice number look like before the change?
£50 GBP in 1 day
4.5
4.5

Struggling with your PHP code? Look no further! As a seasoned PHP developer, I have extensive experience in handling all kinds of PHP projects - be it troubleshooting or crafting cutting-edge solutions like yours. My proficiency with PHP is complemented by the expertise in other web development skills like Laravel, CodeIgniter and CakePHP. These skills would come handy while generating a clean and efficient code using PHP’s mktime() function to create an invoice number suffixed by the timestamp. In addition to the technical acumen, what sets me apart is my approach to problem-solving. I don't just fix problems—I deliver solutions that are fast, reliable, scalable and secure. I understand the importance of smooth transition and thus would ensure that the updated code snippet perfectly fits in your production environment. The change would be inserted at line 49 and I will provide you with clean, comprehensible code so that you don't face any difficulty. To add to it, being a part of Dlite Info Tech Pvt Ltd, a name synonymous with innovation and reliability, I assure you a solution that not just meets your immediate need but also sets you up for future scalability. Let's collaborate and transform your tech headaches into seamless and high-performing solutions! Hire me now to ensure your project sails through smoothly!
£99 GBP in 7 days
4.4
4.4

Hi, Counting existing records for invoice numbers can easily create duplicates or conflicts under concurrent usage. You need a safer timestamp-based approach where each invoice ID is generated instantly using the current date/time with the `MO` prefix. With 6+ years of experience in PHP and backend development, I can quickly update the logic on line 49 to generate invoice numbers using `mktime()`/current timestamp formatting, return the updated file or exact replacement snippet, and clearly mark where the change was applied for production deployment. Do you want the invoice number format to include only timestamp values, or a more readable format like `MO20260516123045`? Best Regard, Chand
£15 GBP in 1 day
4.2
4.2

I can quickly update your PHP file so the invoice number uses mktime with the current date and time instead of counting database records. This is basically replacing a fragile running counter with a timestamp based invoice ID that stays unique automatically as new invoices are created. I will modify the logic around line 49, generate the invoice value using PHP mktime and attach the MO prefix, then return the updated snippet with the exact replacement location clearly marked for production use. I also think adding a few random digits after the timestamp would make duplicate collisions almost impossible if multiple invoices get created in the same second. I am a full stack web developer with 8 years of experience and I am very comfortable with PHP backend updates and production safe fixes. Do you want the final invoice format to look something like MO1747382200 or do you prefer a readable date style like MO202605161230. 1 day is required to complete this project. I will be waiting for your reply. Vasyl
£20 GBP in 1 day
1.8
1.8

Hi there, I can quickly update your PHP file to generate invoice numbers using mktime() with the current date-time and a MO prefix. I have experience modifying production PHP scripts safely and can ensure the change integrates seamlessly without affecting other logic. I will provide the updated file with the exact line modified clearly marked, so you can drop it directly into your production environment. This ensures minimal downtime and full clarity on the tweak performed. I am ready to start immediately and deliver the updated code quickly. Best regards.
£20 GBP in 1 day
1.8
1.8

Line 49 is a straightforward change. Once you share the file, I can have the updated timestamp format working in under an hour. I am available right now and can turn this around today. The bid reflects the description as written. Once I see the actual file, I will confirm the final number. Want to go ahead?
£20 GBP in 1 day
1.8
1.8

Dear client, I am an experienced PHP developer and can quickly update your script. I will replace the existing invoice-number logic on line 49 with a PHP mktime()–based value, prepending the prefix MO so the invoice reads as MO{timestamp}. You will receive the updated PHP file or the exact code snippet with a comment indicating the change, so you can drop it directly into production without affecting other functionality. Best regards, Premiya
£10 GBP in 2 days
0.6
0.6

Hey , I just finished reading the job description and I see you are looking for someone experienced in PHP and Web Development. This is something I can do. Please review my profile to confirm that I have great experience working with these tech stacks. While I have few questions: 1. These are all the requirements? If not, Please share more detailed requirements. 2. Do you currently have anything done for the job or it has to be done from scratch? 3. What is the timeline to get this done? Why Choose Me? 1. I have done more than 250 major projects. 2. I have not received a single bad feedback since the last 5-6 years. 3. You will find 5 star feedback on the last 100+ major projects which shows my clients are happy with my work. Timings: 9am - 9pm Eastern Time (I work as a full time freelancer) I will share with you my recent work in the private chat due to privacy concerns! Please start the chat to discuss it further. Regards, Salikeen Studio
£10 GBP in 5 days
0.0
0.0

Ellesmere Port, United Kingdom
Payment method verified
Member since Nov 7, 2003
N/A
N/A
N/A
N/A
$10 USD
£20-250 GBP
$1500-3000 USD
$15-25 USD / hour
₹12500-37500 INR
$25-50 USD / hour
$15-25 USD / hour
$1500-3000 USD
$250-750 AUD
₹600-1500 INR
£50 GBP
₹12500-37500 INR
€250-750 EUR
$300-350 USD
$250-750 USD
₹750-1250 INR / hour
$750-1500 USD
€30-250 EUR
$250-750 USD
$30-250 USD
$250-500 USD