Фільтрувати

Мої недавні пошуки
Фільтрувати по:
Бюджет
до
до
до
Тип
Навички
Мови
    Статус роботи
    2,000 php flight робіт знайдено, ціни вказані в USD
    Domain-Gmail PHP 8.0 Mailer Program 5 дні(-в) left
    ПІДТВЕРДЖЕНО

    I'm searching for a PHP developer with experience in PHP 8.0 to create a mailer program for me. This program would specifically need to send emails from a mailbox on the domain to Gmail accounts seamlessly. For a freelancer to be successful in this, skills in PHP 8.0 and extensive understanding of mailer programs is required. The primary use of this PHP script would be for sending subscription notifications. Please bid only if you're capable of delivering this specific functionality. - Skill Requirements: PHP 8.0, Mailer Programs - Functionality: Sending Emails from domain mailbox to Gmail I need to make sure my PHP Mail Script is using good coding practice and make sure we have all header information set correct so that we do not ge...

    $35 (Avg Bid)
    $35 Сер. заявка
    24 заявки
    PHP Code Editor Development 5 дні(-в) left
    ПІДТВЕРДЖЕНО

    I'm searching for an experienced developer to construct a PHP code editor. Key Requirements: - Support for several programming languages, including HTML, JavaScript, CSS and PHP. - It should have a specific feature - Code Formatting, to ensure cleaner and error-free coding. - Instead of using traditional GUI or command-line interfaces, I prefer to have an order display system. Experience and Skills: - Proven expertise in PHP, HTML, JavaScript, and CSS. - Extensive knowledge in design and development of interactive interfaces. - Prior experience developing coding editors is a major advantage. - Strong grasp of code formatting techniques.

    $30 (Avg Bid)
    $30 Сер. заявка
    45 заявки
    PHP Website Development 5 дні(-в) left

    I'm in need of a PHP developer to help create a comprehensive website. The specifics of the website have not been determined, therefore freelancers will have the freedom to showcase their creativity while fulfilling the basic functions of a PHP website. - Ideal Skills: PHP, Web Development, Creative Design, User Experience, Website Optimization - Experience: Freelancers with previous experience constructing PHP websites are preferred. Experience in developing user friendly interfaces and optimizing websites for better performance will be a plus. While the main purpose of the website, the exact functionalities and the criteria for successful application have not been specified, I value innovative ideas and thorough project proposals in freelancers. Please...

    $123 (Avg Bid)
    $123 Сер. заявка
    37 заявки
    PHP Website Development 4 дні(-в) left

    I am seeking a highly skilled individual or team to create a PHP website. Although the whole scope of the project wasn't defined, the notion of creating a PHP site suggests a need for a range of capabilities. Key Responsibilities: - Design and develop a PHP website from scratch - Exceptional knowledge of PHP is essential Ideal Skills: - Expert PHP website development - Familiarity with E-commerce, Informational, or Blogging websites - Ability to incorporate features such as user registration and login, product catalog, and search functionality - Proven experience in similar projects Please include in your application: - Your experience with PHP websites - Brief detail of your proposed approach - Past work demonstrating your capabil...

    $179 (Avg Bid)
    $179 Сер. заявка
    28 заявки
    Backend PHP Development for Gaming 4 дні(-в) left
    ПІДТВЕРДЖЕНО

    I'm in need of an experienced PHP developer to help create the backend for a gaming system. The main requirements include: - Strong PHP skills - Proven experience in system creation - Database integration; API integration The game in question is a betting game, so any prior experience or understanding of this game type would be a plus. The ideal freelancer will be efficient, detail-oriented, and capable of creating a robust backend that can handle heavy user traffic and processes. Your task is to build out the backend, integrate it with the existing database, set up API integration for users, and ensure the system functions seamlessly. Don't worry if you're not an experienced game developer - as long as you're a PHP wizard, we want you on board!

    $12 / hr (Avg Bid)
    $12 / hr Сер. заявка
    58 заявки

    I'm looking for a skilled app developer who can develop a multi-platform travel ap...looking for a skilled app developer who can develop a multi-platform travel app for both iOS and Android. The app needs to include the following features: - Flight booking: The app should allow users to book flights by entering the departure city, date and destination city. It should also support an option for selecting the number of passengers. - Hotel booking: Besides booking flights, the app also should have functionality to reserve hotels. - Trip Itinerary: The utility app should be capable of creating trip itineraries. The perfect candidate for this job would have previous experience in developing travel apps, familiar with flight and hotel APIs and possess both Android and i...

    $1618 (Avg Bid)
    $1618 Сер. заявка
    37 заявки

    I need to convert the following Perl code to PHP: The expected output is a PHP class that can convert a docx file into text. The attached zip contains a mockup of such class (with demo code) and a test docx file. The task is straight forward. If you place a bid, expect it to be accepted. If you fail to deliver, you'll be subjected to a bad review. This is to avoid wasting my time with autoposters and people who lowball the bid and then try to ask for more money. You have been warned. Read the brief, check the code and place a bid accordingly.

    $214 (Avg Bid)
    $214 Сер. заявка
    25 заявки

    I'm seeking an experienced PHP developer with solid WordPress knowledge who can diagnose intricate issues that arose after the PHP 8 update. The problem revolves around the display of deprecation warnings which seem to be tied to my site's theme and plugins. Key responsibilities would include: - Identifying and fixing the source(s) of these error messages - Ensuring that my website runs smoothly without any functionality issues post-fix Skills and Experience: - Proven PHP programming skills - Deep understanding of WordPress's theme and plugin structures - Experience resolving PHP 8 related issues in WordPress.

    $32 (Avg Bid)
    $32 Сер. заявка
    55 заявки

    I have an existing php script (front end and admin panel) that was designed on PHP 7.2-4 and I am looking to upgrade it to PHP 8.2. This requires updating the functionalities of the script as well as ensuring mysql compatibility to make it fully workable.

    $39 (Avg Bid)
    $39 Сер. заявка
    47 заявки
    Experienced PHP Developer for DX API Integration 21 годин(-и) left
    ПІДТВЕРДЖЕНО

    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.

    $121 (Avg Bid)
    $121 Сер. заявка
    61 заявки
    Get Google FCM oAuth Token programmatically with PHP 4 дні(-в) left
    ПІДТВЕРДЖЕНО

    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

    $10 - $30
    Прихований
    $10 - $30
    5 заявки
    PHP Admin and Android App Integration 4 дні(-в) left
    ПІДТВЕРДЖЕНО

    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.

    $32 (Avg Bid)
    $32 Сер. заявка
    13 заявки

    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.

    $50 / hr (Avg Bid)
    $50 / hr Сер. заявка
    2 заявки

    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...

    $27 (Avg Bid)
    $27 Сер. заявка
    53 заявки
    PHP Script for FILE PHP 4 дні(-в) left

    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

    $27 (Avg Bid)
    $27 Сер. заявка
    17 заявки
    Integrate and Host PHP Directory Software 4 дні(-в) left
    ПІДТВЕРДЖЕНО

    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.

    $292 (Avg Bid)
    $292 Сер. заявка
    34 заявки

    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...

    $100 (Avg Bid)
    $100 Сер. заявка
    21 заявки

    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;")...

    $45 (Avg Bid)
    $45 Сер. заявка
    25 заявки

    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.

    $21 (Avg Bid)
    $21 Сер. заявка
    22 заявки

    ..."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 ...

    $17 (Avg Bid)
    $17 Сер. заявка
    5 заявки

    I need a creative individual skilled in graphic design to create a text-icon combination logo for my business. I prefer a style that is simple and minimalist. Dark colors with a contrasting pop would loook great! The text to be included will be the name of my company, Wicked Flight Media. Final design should include a raven or crow. A successful completion of this project requires: - Excellent skills in contemporary graphic design software - An understanding of minimalistic design principles - Ability to interpret and incorporate a company's branding into a logo - Previous experience in logo design, preferably with a portfolio showcasing text-icon combination logos The chosen freelancer will be required to provide the final version in different file formats. I am open to ...

    $78 (Avg Bid)
    $78 Сер. заявка
    102 заявки
    Convertir pdf a word con php 4 дні(-в) left
    ПІДТВЕРДЖЕНО

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

    $22 (Avg Bid)
    $22 Сер. заявка
    40 заявки
    PHP developer needed urgently -- 4 4 дні(-в) left
    ПІДТВЕРДЖЕНО

    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.

    $93 (Avg Bid)
    $93 Сер. заявка
    38 заявки
    Old PHP App User admin 4 дні(-в) left
    ПІДТВЕРДЖЕНО

    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.

    $25 / hr (Avg Bid)
    $25 / hr Сер. заявка
    155 заявки
    PHP Core Script Modification 4 дні(-в) left
    ПІДТВЕРДЖЕНО

    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.

    $41 (Avg Bid)
    $41 Сер. заявка
    38 заявки

    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.

    $41 (Avg Bid)
    $41 Сер. заявка
    25 заявки

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

    $13 / hr (Avg Bid)
    $13 / hr Сер. заявка
    81 заявки
    Stripe Integration for PHP Web-Based App 4 дні(-в) left
    ПІДТВЕРДЖЕНО

    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 Сер. заявка
    96 заявки
    PHP Page Redesign & Enhancement 4 дні(-в) left
    ПІДТВЕРДЖЕНО

    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

    $42 (Avg Bid)
    $42 Сер. заявка
    68 заявки
    Php Backend Developer 4 дні(-в) left
    ПІДТВЕРДЖЕНО

    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 Сер. заявка
    13 заявки

    I require a freelancer with expertise in minimalist design to craft a captivating packaging label and logo for my honey glass jars. I'm looking for: - A design that communicates simplicity, sophistication and elegance, reflecting the minimalist aesthetic. - A logo where creativity can take full flight. As I've left the elements to include open-ended, I'm eager to see where your imagination can take this. - All work to be completed within a month. You should ideally have experience in product packaging design and creating logos, a keen understanding of minimalist design principles, and a knack for turning abstract concepts into stunning visuals.

    $66 (Avg Bid)
    $66 Сер. заявка
    26 заявки
    Flight Booking System 4 дні(-в) left

    I'm seeking a seasoned freelancer with extensive experience to build a comprehensive Flight Booking System. Although I skipped providing key features, expect the system to integrate typical industry-standard functionalities, such as search, selection, booking, managing bookings, and cancellations. Key Skills and Experience: - Proven experience in system development - Understanding of the online booking process - Strong coding skills Include the depth and breadth of your experience in your application, focusing specifically on similar projects you have undertaken.

    $516 (Avg Bid)
    $516 Сер. заявка
    116 заявки
    VR Game Development Expert Needed 4 дні(-в) left
    ПІДТВЕРДЖЕНО

    We are a drone imaging company. A client who is a promotor has asked us to make a drone video of a overflight of his domain. His three buildings has jet to be conbstructed. So the terrain we have to overfly is yet empty exept for some old ruins. The client has 3d virtual views of his buildings. Your task would be those 3d models in the drone video so it seams they are realy there and o...has asked us to make a drone video of a overflight of his domain. His three buildings has jet to be conbstructed. So the terrain we have to overfly is yet empty exept for some old ruins. The client has 3d virtual views of his buildings. Your task would be those 3d models in the drone video so it seams they are realy there and of course would be viewed from different angles following the drone f...

    $666 (Avg Bid)
    $666 Сер. заявка
    35 заявки

    ...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...

    $32 (Avg Bid)
    $32 Сер. заявка
    44 заявки
    Customized Excel Spreadsheet for Departures 3 дні(-в) left
    ПІДТВЕРДЖЕНО

    I am in need of a customized Microsoft Excel spreadsheet for tracking employee departures. This tool is vital to manage efficiently and effectively the following data: - Employee Full Names - Departure Dates and Times - Bag Pull Information - Airline Information - Flight Information - Room Numbers The employee names should be formatted with both their first and last names for clarity and precision. As well as their guest names. Experience with creating functional and easy-to-navigate spreadsheets is key. Familiarity with airline industry operations or similar would be a great asset. Proficiency in Microsoft Excel is, of course, essential. I look forward to receiving your bids for developing this crucial tool for my operation.

    $115 (Avg Bid)
    $115 Сер. заявка
    77 заявки
    E-Commerce Website Creation Using PHP 3 дні(-в) left
    ПІДТВЕРДЖЕНО

    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

    $4074 (Avg Bid)
    $4074 Сер. заявка
    53 заявки
    PHP Development for Appointment Booking 3 дні(-в) left
    ПІДТВЕРДЖЕНО

    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 ...

    $588 (Avg Bid)
    $588 Сер. заявка
    164 заявки
    DXF to NC (CNC) Conversion PHP Project 3 дні(-в) left
    ПІДТВЕРДЖЕНО

    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.

    $171 (Avg Bid)
    $171 Сер. заявка
    34 заявки

    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.

    $33 (Avg Bid)
    $33 Сер. заявка
    13 заявки

    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...

    $29 (Avg Bid)
    $29 Сер. заявка
    66 заявки

    On my Wordpress website, I've encountered a distressing PHP error every time the site is visited. I'd need skilled assistance to rectify this complication and get the website running smoothly again. Specifically, I am looking for a freelancer with: - Expertise in PHP, understanding its nuances and potential issues. - Proficient with Wordpress platform, having effectively resolved similar matters before. - Ability to decipher and resolve complex PHP error messages. Note that I only require help with addressing the PHP error for now. Once this error is addressed appropriately, no additional functionalities or enhancements are needed on the site. Your focused attention on this particular issue will be highly appreciated. The error is displayed on the f...

    $24 (Avg Bid)
    $24 Сер. заявка
    33 заявки
    PHP to WordPress Website Migration 3 дні(-в) left
    ПІДТВЕРДЖЕНО

    I am looking for a professional who can transition my existing PHP website to WordPress. One of the main reasons for the transition is to have an easier platform for content management: - You will be particularly tasked with ensuring that user profiles and account management functions are maintained. Knowledge and experience with APIs and database queries for stats is also crucial. - While I am open to design suggestions and improvements, the main goal is functionality. Experienced web designers with a keen eye for aesthetic and user-friendly interfaces are preferred. The ideal candidate should have a background in both PHP and WordPress, previous experience in website migration, and proficiency in SEO. Your input on design improvements will also be highly valuable.

    $672 (Avg Bid)
    $672 Сер. заявка
    103 заявки

    I'm seeking an experienced PHP developer with an eye for detail and a knack for optimization. Key Requirements * Proficiency in PHP is crucial as my project is developed with it. * A deep understanding of code debugging is preferred, since the updates are unspecified. * Knowledge in best practices for performance optimization will be beneficial, given that no specific areas for enhancement have been highlighted. Your responsibility will be to scan through the existing PHP code, identify areas that need improvement, correct any bugs, optimize inefficient parts of the code, and enhance overall functionality. Given that no specific areas or functions have been named, your assessment and understanding of the project will be pivotal. Please include any past P...

    $31 (Avg Bid)
    $31 Сер. заявка
    28 заявки

    I am seeking a proficient PHP developer knowledgeable in debugging and performance optimization for an existing app. The areas requiring attention include: - Troubleshooting of user interface issues - Resolution of database errors The ideal candidate should have a strong background in PHP development and a proven track record in improving app performance and user experience. Please note that no new features or functionalities need to be added at this time. The focus is strictly on refining the existing code base to improve performance and remedy bugs.

    $452 (Avg Bid)
    $452 Сер. заявка
    31 заявки

    fix a php website issue refer to the video front end working admin not working is because the script is old and server is new php version task 1: i need you be here, and change to 8.3 task 1.a make the front end working task 1.b make the admin working "for all the pages inside" and provide me the username and password after get from db.

    $22 (Avg Bid)
    $22 Сер. заявка
    22 заявки
    Enhancing PHP Scripts and AWS Deployment 3 дні(-в) left
    ПІДТВЕРДЖЕНО

    I am in need of a skilled PHP developer to enhance various PHP scripts for general tasks. The scripts to be enhanced include Wowonder, a popular social network PHP Larawel script with mobile apps; Riverr, a freelance marketplace; Perfex Open Source CRM; MailWizz, an email marketing platform and Academy LMS. The required tasks: - Feature enhancements of these scripts - Integrating input and output - Deploying these scripts on Amazon AWS - Documenting changes in a PDF file - Testing the final product after deployment Ideal skills and Experiences: - Proficient in PHP and Laravel framework - Experience with the specific scripts mentioned - Strong experience with Amazon AWS - Proven skill in debugging, enhancement and testing - Capability to write clear and comp...

    $318 (Avg Bid)
    $318 Сер. заявка
    83 заявки

    I need some immediate assistance with my PHP WordPress website. The job involves: - Enhancing current features: The existing elements of the site, while functional, could use an upgrade for improved performance or usability. Experience with creative WordPress development will be beneficial for this. - Resolving bugs or issues: There are a few nagging issues that have impacted user experience and need immediate attention. An eye for detail and experience in troubleshooting WordPress sites are crucial for this part of the task. I'm seeking a skilled WordPress developer familiar with PHP. Experience handling similar tasks is a definite plus. Need this done ASAP, so a prompt response will be appreciated.

    $22 (Avg Bid)
    $22 Сер. заявка
    13 заявки

    ...representation of some tables on my website due to JQuery clashing with the Bootstrap library. As a result, data isn't displaying as it should be, leading to functionality issues. Key Tasks: - Identifying the root cause of the conflicts between JQuery and Bootstrap - Successfully resolving the dispute so the tables display properly Ideal Skills and Experience: 1. Comprehensive knowledge of JQuery, PHP, and Cpanel 2. Proficient in bug fixes in complex environments 3. Experience troubleshooting Bootstrap and JQuery interactions will be invaluable 4. Demonstrated experience in resolving widget or module conflicts The problem requires a swift resolution as it's impacting the site's functionality, so I'm particularly interested in freelancers who can dedicate t...

    $26 (Avg Bid)
    $26 Сер. заявка
    35 заявки

    I am in need of a professional PHP developer to embed a small function into my existing PHP script. This function will specifically enable users to upload documents which will then be stored in the database. Key Requirements: - Proficient in PHP - Experience in database management - Knowledge in secure file upload techniques - Familiarity with handling document file types This project requires a quick turnaround and provides the developer room for creativity with a clear and focused requirement. It is important to me that my users have a seamless experience whilst maintaining data security.

    $26 (Avg Bid)
    $26 Сер. заявка
    12 заявки