Php programmer nelson işler

Filtre

Son aramalarım
Şuna göre filtrele:
Bütçe
ile
ile
ile
Tür
Beceri
Diller
    İş Durumu
    2,000 php programmer nelson iş bulundu, ücretlendirmeleri EUR

    I'm looking for an experienced PHP developer with a solid understanding of DX API for an integration project. Your responsibilities will include: - Integrating DX API You should have a comprehensive understanding of PHP and DX API, with a proven track record of successful API integrations. Familiarity with Google Maps API, Twitter API and Shopify API is a plus, although not necessary. This project requires excellent problem-solving skills, a keen attention to detail, and the ability to work independently as well as collaboratively.

    €110 (Avg Bid)
    €110 Ortalama Teklif
    62 teklifler

    I'm seeking a proficient programmer who has a mass dm bot that can execute mass direct messages on Telegram, within a span of just 3 days. The bot's principal objective is product advertising, targeting a grand total of 100,000 active users who are geared into the field of cryptocurrency. A couple of key requirements: The bot will need to specifically articulate product specifications within the messages. Therefore, the perfect candidate should have excellent attention to detail, ensuring the correct information is integrated into the direct messages. Looking forward to potentially working together on this project.

    €1158 (Avg Bid)
    €1158 Ortalama Teklif
    26 teklifler

    I am seeking a proficient programmer to develop a Google Sheets script or function capable of automating the process of comparing data from one column with information extracted from a PDF file. Specifically, I require assistance with the following tasks: Data Extraction: Extracting relevant data from a PDF file. Data Comparison: Comparing the extracted PDF data with information stored in a specific column within Google Sheets. Automated Data Entry: Automating the process of inputting specific values into designated cells within Google Sheets based on matches between the PDF data and Google Sheets data. Serial Number Assignment: Implementing a counter to assign serial numbers based on the order of products listed in the PDF. For instance, the first product listed in the PDF would b...

    €11 (Avg Bid)
    €11 Ortalama Teklif
    6 teklifler

    I have a php server that is a backend of an andoid/iphone app. The app registers itself to Firebase, and I would like to send push messages he devices via FCM REST API. It is working well if I get the oAuth Token myself and add hard-coded to the POST message. The goal of this project is to provide me with a PHP code that gets the oAuth Token programmatically, as in: I expect a working code something like this: // START $client = new Google_Client(); // WHATEVER ..... // Authenticate and get the access token if ($client->isAccessTokenExpired()) { $client->refreshTokenWithAssertion(); } $accessToken = $client->getAccessToken(); // Access token to use with FCM REST API $token = $accessToken['access_token']; echo "Access Token for

    €9 - €28
    Mühürlü
    €9 - €28
    6 teklifler

    This project requires someone with a strong command of PHP and Android app development. The task at hand is twofold: 1. **Connect PHP Admin to Android Apps**: - I need my PHP admin linked to both the user and the driver app. 2. **Improve App Functionality**: - Once the PHP admin is connected, I expect real-time updates on both apps. - There should also be enhanced user account management features: this includes improved data tracking and analytics. The ideal freelancer for this job should have experience with PHP and Android app development, including interfacing web and mobile applications. Understanding user account management and kickstarting real-time updates are key. This is an Easy Android studio edit and ill do a fixed $30 budget.

    €30 (Avg Bid)
    €30 Ortalama Teklif
    13 teklifler

    I'm seeking a freelancer with strong communication skills to develop a promotional YouTube video for my PHP script. The video is geared towards non-technical individuals, so it must be easy-to-understand and engaging. In particular it should: - Promote the PHP script - Highlight the script's usability, customizability, and integration capabilities Ideally, I'd like to work with someone who has proficiency in PHP so they can adequately understand and present the script. A background in video production, particularly instructional or promotional content, is a must. A basic understanding of YouTube SEO would be a bonus.

    €47 / hr (Avg Bid)
    €47 / hr Ortalama Teklif
    2 teklifler

    PHP Website Migration: GoDaddy to HostGator I require an experienced web developer to expedite the transition of my PHP-based website from GoDaddy to HostGator. The website is extremely simple test taking website. Take a test and store results in a database then show results to an administrator. There are 4 customer facing screens. With an immediate start and swift completion required, it's essential that the chosen freelancer can handle this task with utmost efficiency and precision to ensure uninterrupted service. Key Tasks & Expectations: - Move PHP website from current host (GoDaddy) to new host (HostGator) - Ensure full functionality throughout and after the transition - Maintain website performance and prevent data loss Ideal Skills: - Advanced k...

    €25 (Avg Bid)
    €25 Ortalama Teklif
    51 teklifler

    PLEASE DON'T SEND ME A RESUME! Looking for a programmer for a simple project. Must be experienced with Google Adsense IMA SDK. I need to show Google adsense in my HTML5 player. I want a ads in pre rool before that video plays. This is the link to the example player in place Here is the instructions directly from Google how to do it Attached are the files you can use to test the ads on it. All my player will run on a similar structure.

    €49 (Avg Bid)
    €49 Ortalama Teklif
    13 teklifler

    I am in need of a skilled PHP developer who can create a script facilitating file manipulation, specifically file uploading. The primary task for the script is to enable the uploading of document type files efficiently. .php 5.6.40 file to migrate to version 8.2.17 convert the file so it works on version 8.2.17 It's a very simple job for a php expert

    €26 (Avg Bid)
    €26 Ortalama Teklif
    15 teklifler

    I'm looking for a professional with experience using ListingPro - Directory & Listing WordPress Theme to integrate and host a PHP directory software. We are building something similar to: I want freelancers to submit their applications with examples of their past relevant work. The ideal candidate should have a strong background in PHP, WordPress theme customization, and a knack for creating user-friendly interfaces. Strong experience with ListingPro, as well as knowledge of payment integration, will be a significant advantage.

    €274 (Avg Bid)
    €274 Ortalama Teklif
    34 teklifler

    Looking for a skilled web developer who can build a PHP website from scratch with some specific functionalities. Key tasks will include: - Building custom functionalities - The prime requirement is an individual cashback wallet for each user. This will need to be fully integrated and functional, keeping user experience in mind. - Payment integration - The cashback wallet should not be integrated with any Swift banking system, Google Pay, PayPal, or Stripe. Instead, it will be tied to our own proprietary payment system. The ideal candidate for this project should have: - Proven experience in PHP website development. - Strong skills in integrating custom functionalities within a website. - Knowledge and experience in secure payment gateway integration. - Good understanding...

    €94 (Avg Bid)
    €94 Ortalama Teklif
    21 teklifler

    This is a $15 Job We currently have a perfect working counter but returns {"messages":"1"} As you can see is using JSON_ENCODE But we need more of a normal php echo that returns something like: <?php echo $userNotesRequest, count; ?> 1 below is what we using now ---------------------------------------------------------- <?php include("../../"); if (!isset($_SESSION["id"]) || $_SESSION['usertype'] != "chatusers") { exit(); } else { $userNotesRequest = mysqli_query($linkID, "SELECT COUNT(*) as count FROM chatusersnotes WHERE userToId='" . $_SESSION["id"] . "' AND seen=0 ORDER BY createdAt DESC;")...

    €42 (Avg Bid)
    €42 Ortalama Teklif
    24 teklifler

    About Us: We are actively engaged in creating photorealistic 3D models for computer vision training. Our team is currently using Omniverse and USD, combined with Python, to transform scanned 3D objects into high-quality digital models. Role Overview: We're looking for a USD CGI Programmer/Tutor to help us overcome our current challenges in CGI data formats and tools. This role involves deep diving into USD, enhancing our knowledge in CGI standards and tools, and assisting in tasks like rigging, animation, and shading. Key Responsibilities: Educate and support our team in USD and its application in our workflows. Develop and optimize our processes, particularly in rigging, animation, and shading, using USD and Python. Leverage software capabilities for automation and efficienc...

    min €47 / hr
    Mühürlü Gizlilik Anlaşması
    min €47 / hr
    1 teklifler

    On the lookout for a proficient CNC programmer with a particular focus on milling composite materials. Our project focuses on workpieces of a medium size (1-3 ft). Ideal Candidate: - Experience with CNC milling machines - Specific experience milling composite materials - Can handle medium-sized projects Please include examples of similar projects you've completed in the past and any relevant qualifications in your proposal. We're excited to hear from you!

    €142 (Avg Bid)
    €142 Ortalama Teklif
    5 teklifler

    I'm looking for a proficient PHP developer to troubleshoot and fix an ongoing issue on my website. For more than 2 weeks, the site has been displaying 'Undefined variable error' and ‘Syntax error’ messages across all the pages, including the homepage, about page, and contact page. Key requirements for the project include: - In-depth knowledge and understanding of PHP and its related functionalities. - Proven track record of troubleshooting and fixing PHP-based issues. - Ability to work promptly and efficiently, as the issues have been affecting the website for quite a while. I value clear communication, so kindly provide an explanation of how you plan to tackle the issues before you begin. Looking forward to working with the best fit.

    €20 (Avg Bid)
    €20 Ortalama Teklif
    21 teklifler

    I'm seeking an experienced programmer with extensive knowledge about Zencart to upgrade my version from 1.5.0 to 1.5.7. Primary tasks involve: - Significantly improving the speed and performance especially in reducing the web pages loading time. - Balancing the improved performance while maintaining the current design (1.5.0), as I'm not looking for any changes in the interface theme. Ideal freelancer would posses: - Proven experience in working with Zencart - Understanding of Zencart's structure and how to enhance its speed - Excellent programming skills and strong attention to detail to ensure all features function as intended without compromising present design.

    €28 - €235
    Mühürlü
    €28 - €235
    11 teklifler

    I'm looking for skilled programmer who dedicated in software engineering and image processing. This project is for Yasir. Thx.

    €26 (Avg Bid)
    €26 Ortalama Teklif
    3 teklifler

    I'm looking for an expert developer to build a copy trade and front running bot that works on Solana. The bot needs to copy trades from a wallet that is using a custom program to buy/sell tokens. In addition to copying trades, the bot will also have to buy and sell before the target wallet. So the bot should use Gulf Stream to search on pending txs. I'm looking for an experienced programmer who has already created something similar. THIS IS IMPORTANT: If you have experience in developing such bots, when you contact me please send proof of your work (videos, transaction records) and your pricing for a project like this.

    €37 / hr (Avg Bid)
    €37 / hr Ortalama Teklif
    37 teklifler

    I have a simple project which i need put into ladder logic for a Click PLC to control 3 5/2 pneumatic cylinders from four input buttons. Logic: Button A pushed: Cylinder 1 Closed and Cylinder 3 Open (Cylinder 2 can stay in whatever position it is in) Button B pushed: Cylinder 1 Open, Cylinder 2 Open, Cylinder 3 Open Button C pushed: Cylinder 1 Open, Cylinder 2 Closed, Cylinder 3 Open Button D pushed: Cylinder 1 Open, Cylinder 3 Closed (Cylinder 2 can stay in whatever position it is in) When a button is pushed, the cylinders should move to the correct position and then remain there even when the button is released. The cylinders should only move again when another button is pushed. I would prefer to use cylinders without positional input and need a recommendation on which Click PLC I...

    €86 (Avg Bid)
    €86 Ortalama Teklif
    1 teklifler

    ..."I am an expert in Azure App service Linux" We have a PHP code mounted on the app service but when we run PHP Artisan DB:show we get a PDO expection This Task will be performed on an y "ANYDESK" session as we will not be providing any access to any of our environment. So if you are ok with that pls quote otherwise No We need of a skilled PHP, MySQL, and Azure expert to enable a connection between PHP code on an Azure App Service Linux and a MySQL database. , the successful applicant will be responsible for: - Establishing, testing, and troubleshooting the DB connection. - Ensuring the code can perform essential tasks like data insertion, retrieval, and updating operations flawlessly. Ideal Skills & Experience: - Proficiency in ...

    €12 (Avg Bid)
    €12 Ortalama Teklif
    4 teklifler

    PLEASE NOTE: In this case, the marker will need time to get the assignment graded before the end of semester so the deadline will be strict. For this assignment, your task is to design, prototype and test an extension to the TODO App from Assignment 5: “Using UMG programming and Unreal, your task is to create a simple TODO list app in order to allow the user to add and delete tasks to and from the TODO list.“ Some basic requirements/criteria: The prototype must involve original Unreal UMG programming; it cannot just be based on existing resources. Any sources that you do incorporate must be identified appropriately. The prototype must be adequate to perform a cognitive walkthrough and a user test of your identified UX design element. The user task description ...

    €15 (Avg Bid)
    €15 Ortalama Teklif
    4 teklifler

    I'm in need of an experienced Python programmer well-versed in web development tasks. I'm tackling an intermediate-level project and would greatly benefit from expert guidance and coding assistance. The ideal candidate should possess the following skills and experience: - Proficiency in Python programming - Practical experience with web development using Python - Ability to handle intermediate level coding tasks Your role will particularly encompass troubleshooting, enhancing the web functionalities, and ensuring the overall website operates seamlessly and efficiently. If you're technically inclined and possess the ability to provide productive Python programming assistance, please place your bid.

    €6 / hr (Avg Bid)
    Acil
    €6 / hr Ortalama Teklif
    9 teklifler

    ...Here's the outline of the requirements: Conversion of Existing Supply Demand Indicator: The programmer should be able to take an existing Supply Demand indicator which is already in NinjaTrader 8 and add Plots. Tags so I can use it in strategy builder and trade. or convert to strategy. Creation of Plots and Tags: Plots and tags are essential for visualizing supply and demand zones on the chart. The programmer needs to create plots that accurately represent these zones, making them easily identifiable for the trader. Tags should provide additional information or labels for each zone, such as strength, probability of reversal, etc. Development of Auto-Trade Strategy using ATM: The programmer must design a trading strategy based on the supply and demand zon...

    €175 (Avg Bid)
    €175 Ortalama Teklif
    16 teklifler

    I'm seeking highly skilled Verilog programmers with a solid understanding of Moore state machines and Structural models. In this project, you will design a moore coffee machine with verilog on vivado Key responsibilities: - Create a Verilog project according to the tasks mentioned in the document. Everyt task must work correc...mentioned in the document. Everyt task must work correctly. Skills and experience required: - Proficient in Verilog programming. - Previous experience with Moore FSMs. - Knowledge in working with input/output functions in Verilog. - Deep understanding and practice with structural models. Experience in creating similar designs will be a significant advantage. This is an excellent opportunity for a programmer expert in creating practical Verilog des...

    €20 (Avg Bid)
    €20 Ortalama Teklif
    6 teklifler

    Quisiera convertir un pdf a word con php, le paso una url del pdf y me descarga convertido en word

    €21 (Avg Bid)
    €21 Ortalama Teklif
    47 teklifler

    We're in need of a PHP developer who can jump in and navigate through uncharted territories. Our project is versatile and requires immediate attention. - Your tasks will be to better integrate our databases, enhance our backend operations and work on web application development. - An ideal candidate possesses strong problem-solving skills, versatility and a track record of meeting tight deadlines. - We want to see your past work, experience and detailed project proposals. - You will be working on undefined PHP projects which may include building websites, creating web applications, or customizing existing PHP work. - A keen eye for detail and the ability to adapt quickly will be your key to success in this role.

    €87 (Avg Bid)
    €87 Ortalama Teklif
    38 teklifler

    I am urgently in need of a proficient and skilful ASP.net programmer to perform debugging on the back-end code of my project. The main issue we are currently experiencing is related to page refreshing.

    €29 (Avg Bid)
    €29 Ortalama Teklif
    29 teklifler

    Back in the hayday of PHP ( circa 2011) our young company created a volunteer manager for a local extended car facility. It still works to a degree but I think most of the mysql queiries are depreciated and I'm Wordpress guy who does not code. Curretly the client is just trying to get a volunteer admin password to change but it won't save. Would be good to future proof this software.

    €23 / hr (Avg Bid)
    €23 / hr Ortalama Teklif
    151 teklifler

    Hello, I am looking for a specialist who can help me resolve an issue with sending order confirmations on my website. Currently, there is a situation where some cust...order confirmations. The website I manage ... The ordering process is done through a form that should send order confirmations to both my email address and to the customers. I need assistance in identifying the cause of this problem and implementing a solution in the website's code. It may be necessary to correct loops or echoes in the PHP code, but I do not have sufficient technical knowledge to do this myself. If you are an experienced PHP programmer and have the skills needed to solve this problem, please contact me. I am willing to discuss details and compensate for a successful resolution. ...

    €28 (Avg Bid)
    €28 Ortalama Teklif
    43 teklifler

    I am seeking a seasoned PHP developer capable of editing a core script. New Functionality: 1. To the subscription plan setup, we will add a field called "Total Searches" , "Total Chats" and Total Notifications" 2. Each time someone clicks on the search button, it will reduce the total number of searches available. Same of notifications 3. User has the ability to enter "Notification key words" 3. Each time someone uploads a file, it should be sent to be indexed via an api call. 4. If the notification key words are discovered when the file is being indexed, a notification should be sent to the customer stating that X file has referenced the search term.

    €38 (Avg Bid)
    €38 Ortalama Teklif
    37 teklifler

    I require an intuitive interface developed in PHP for fridge temperature tracking. Key requirements include: * Flexible Addition: The system must allow the option of adding fridges as and when required. * Daily Updates: The system needs to update and display the temperature of each fridge twice daily. (hand-write) * Celsius Display: All temperature readings should be displayed in Celsius only. The ideal candidate for this project would have a strong command of PHP and experience with data input and display interfaces, as well as a basic understanding of temperature monitoring systems. An ability to deliver a user-friendly, intuitive interface is essential.

    €39 (Avg Bid)
    €39 Ortalama Teklif
    24 teklifler

    As the lead for this project, I am currently looking for a programmer who can deliver a barebones index website using HTML/CSS and/or JavaScript. Key Features: - Multi-tab search engine for our provided documents (Docs and Images) that will be available to the public. Timeliness: - The project needs to be completed within a month; the sooner the better. Ideal Skills and Experience: - Strong proficiency in HTML/CSS and JavaScript. - Proven track record in search engine development. - Detail-oriented and can meet deadlines effectively. This project doesn't need much design-wise, it just needs to function. Can't wait to receive your proposals!

    €140 (Avg Bid)
    €140 Ortalama Teklif
    70 teklifler

    we need someone with a huge experience in PHP things... lets chat to check the details...

    €12 / hr (Avg Bid)
    €12 / hr Ortalama Teklif
    80 teklifler

    I need a professional with a deep understanding of Stripe, to integrate it into my third-party web application. The main purpose of this integration is to enable online payments on my platform. The instructions: My webapp uses a webservices API for some admin and user tasks. The command for updating a users credit in my app is "". Create a billing page/form so that when the user goes to pay the link will update to use the users username for the data_username parameter and the amount they payed into the data_amount parameter and then stripe will handle the payment and once the payment is complete will update the users credit in the app using the webservices API. Skills and Experience Required: - Strong experience in Stripe API integration - Familiarity with web-based applica...

    €10 / hr (Avg Bid)
    €10 / hr Ortalama Teklif
    94 teklifler

    I'm seeking a skilled and talented PHP developer to improve my webpage's user interface and functionality. my webpage about quiz system and running good but I want to add the following: 1- add date aof attempting the exam to the page () 2- add different type of questions (matching and true or false) with auto correction. 3- add function for teacher to be able to upload file (video or image) to any question 4- show student attempt and print it summary: I want to improve the exam section(adding different type of questions) know the date when the student attempted the exam know which questions he answered wrong

    €39 (Avg Bid)
    €39 Ortalama Teklif
    67 teklifler

    I'm in search of an exceptional freelance Java developer to assist in my project. I require expertise in Java, with proof of previous project involvement. Core requirements include: - Proficiency in Java programming. - Ability to adhere to project deadlines. - Ability to work in a freelance capacity. - Strong troubleshooting and problem-solving skills. Please provide work samples along with your bid. Looking forward to working with you!

    €19 / hr (Avg Bid)
    €19 / hr Ortalama Teklif
    64 teklifler

    I'm in need of a skilled programmer who has experience with Wordpress and creating custom plugins. The primary intention of this project is to construct a plugin capable of pulling content automatically from a specific site, labeled "Site A". The content to be pulled will be primarily news articles from this site which should be automatically converted into articles for my own Wordpress website. Ideal Skills: - Strong in PHP programming and Wordpress development - Familiarity with auto content pull and convert scripts - Problem-solving skills with the ability to debug and optimize code Your understanding of this task, previous experience in similar projects, and estimated timeline will be crucial factors in my choice of freelancer. Looking forward to your ...

    €147 (Avg Bid)
    €147 Ortalama Teklif
    108 teklifler

    I'm seeking an experienced Visual Basic for Excel programmer to develop a program that can read a specific type of pdf file, get the data and add it to a excel spreadsheet that I use as database. Key Requirements: - The program should be able to import multiple pdf at once. Ideal Expertise: - Proficiency in Visual Basic for Excel programming language.

    €210 (Avg Bid)
    €210 Ortalama Teklif
    54 teklifler

    More details: We are making some changes to this dashboard tool : We need to make two changes in the product in above link. This is a code for dashboard tool, we just need to create two separate databases and a few UI changes to create buttons for using tha...streamline this process, I propose adding a tab or checkbox in our Point of Sale (POS) system when selling the product, prompting the staff to confirm whether the empty cylinder has been received. If yes, it should update the Empty Cylinder stock; if no, it should not. Database management, Creating Two New database and a button in a dashboard., Need someone Who understand complex Backend Architecture in php & Mysql.

    €13 (Avg Bid)
    €13 Ortalama Teklif
    17 teklifler

    ...our existing Laravel PHP API, I'm looking for an experienced professional who can deliver high-quality refactoring work to enhance its functionality and efficiency. Scope of Work: - Authentication Improvements: The chosen freelancer will need to notably enhance the security of our API. Expertise in implementing OAuth is necessary as we'd like to incorporate this system into our API. Additionally, we would like to simplify the user registration process to facilitate user access. - Performance Optimization: The API currently experiences bottlenecks in resource usage. I want these issues to be identified and resolved, creating an API which operates more efficiently. Ideal Skills & Experience: The ideal candidate for this project is highly proficient in Laravel an...

    €30 (Avg Bid)
    €30 Ortalama Teklif
    44 teklifler

    I'm in need of a talented programmer well-versed with Javascript and Chrome Extension development. The extension is intended to extract specific data from the responses of Website X, specifically text contents and JSON responses. Requirements: - Successfully extract and read text contents from Website X - Ability to parse and understand JSON responses from the website - Extension must store extracted data into local storage Ideal candidate should have: - Strong skills in Javascript and Chrome API - Proven record of developing Chrome Extensions - Patience and keen attention to detail, as understanding the specific JSON responses might require extensive debugging Please only bid if you are comfortable with the above-mentioned details.

    €256 (Avg Bid)
    €256 Ortalama Teklif
    9 teklifler

    Looking for a proficient Python programmer to develop customized automation tools for job search platforms/career networking sites, aimed at simplifying the job application process. This role involves designing specific scripts to efficiently navigate these platforms, identify job postings, and submit applications automatically.

    €163 (Avg Bid)
    €163 Ortalama Teklif
    28 teklifler

    We are looking for a skilled programmer who can modify our existing, custom software. The task requires: - Updating the encryption method for its FTP connection - we think it needs the ability to add the port number. -I have the source code as a VB file and Visual Studio. -I have attached the file directory. Desired Skills: - Extensive experience in modifying existing software. - Solid understanding of implementing secure FTP protocols. - Proficiency in different types of encryption mechanisms, although there's no specifc mechanism at the moment. The timeline for this project is immediate.

    €171 (Avg Bid)
    €171 Ortalama Teklif
    27 teklifler

    I would like to design and program a database and interfaces for website It contains electronic applications The idea of ​​the site is to combine two projects into one project, that is, merging the direct classified advertising project with the freelancing project in one site. I have a Photoshop design that explains the details of the project, consisting of 244 pages

    €3824 (Avg Bid)
    €3824 Ortalama Teklif
    53 teklifler

    I need a proficient PHP developer to build a dynamic system for appointment booking. This project entails user authentication, database integration, and payment gateway integration. The key aspect is a custom appointment calendar facilitating users to select specific dates and times for appointments. The project should allow: - Creation of a custom calendar for appointments - Users to book appointments directly with service providers - Database integration for secure user authentication The appointment calendar should enable personalized appointments with a flexible time frame. IDEAL SKILLS AND EXPERIENCE: - Proficiency in PHP development - Experience in database integration - Capabilities for secure payment gateway implementation - Familiarity with appointment booking ...

    €562 (Avg Bid)
    €562 Ortalama Teklif
    160 teklifler

    I am looking for a experienced PHP developer to create a demo project that can convert DXF files into NC files for a CNC milling machine. The source DXF file is coming from a 2D cutting optimization software (Cutting Optimization Pro). I will provide multiple examples including DXF, screenshot, and the NC result files. Only bid if you have previous example with NC files. Prove your text understanding by starting the bid with the word DXF>NC. In your bid explain one project in which you've worked with NC files. Examples will be provided interested coders.

    €161 (Avg Bid)
    €161 Ortalama Teklif
    33 teklifler

    I'm in need of a PHP Laravel developer to integrate login through Google / FB / Twitter and Apple ID functionality. We have already done 'login through Email ID' functionality and need to add the above. There are 2 different login for the same site and need to differentiate it in the backend.

    €29 (Avg Bid)
    €29 Ortalama Teklif
    16 teklifler

    I'm looking for a savvy PHP developer to design a contact form for a webpage I'm working on. It's important that the design allows collection of specific data types including individual's name, email address, phone number, along with business information like the company name, job position, and website. The form must incorporate field validation setting that ensures: - Required fields are filled before submission - Email format is properly validated. This calls for a developer proficient in PHP, with a knack for creating forms with embedded data validation. Your portfolio reflecting similar completed tasks will boost your chances significantly. An understanding of data privacy principles pertaining to form data collection will also be a key considerat...

    €27 (Avg Bid)
    €27 Ortalama Teklif
    66 teklifler