筛选

我最近的搜索
筛选项:
预算
类型
技能
语言
    工作状态
    5,000 php 份搜到的工作,货币单位为 USD

    We are experiencing issues with our proprietary reservation system and need professional help to resolve them. Our guests are currently able to make reservations but there is no on-screen or email confirmation We're looking for an expert with in-depth experience in reservation systems or similar platforms. Your role will entail: - Fixing the current error messages to ensure smooth reservati...their confirmation number post-reservation The ideal candidate will have strong problem-solving skills and a proven track record of fixing similar issues. Experience in software development, debugging, and user interface optimization will be highly valued. Please note, this is a high priority project. The sooner these issues are resolved, the better for our guest experience. this was built wi...

    $488 (Avg Bid)
    $488 平均报价
    110 个竞标

    I am in need of an experienced Android developer with PHP knowledge to integrate a unique feature into our existing app. This skilled individual should excel in: - Writing efficient and clean code. - Implementing and testing new app features. - Having a deep understanding of Android development tools. Specific tasks you will undertake include: - Developing and adding a match score calculator. Whilst this is not a standard cricket, basketball or football calculator, further details will be shared up-front before beginning any work. Experience in the following is also a must: - UI/UX design. - Debugging and bug fixing. - Integrating new app functions. Having an interest or background in sports could be beneficial as it might assist with understanding the score calculator's r...

    $19 (Avg Bid)
    $19 平均报价
    6 个竞标

    ...the Teamspeak 3 PHP Framework. Your insight and skillset will be utilized to deliver several features, including: - User Authentication: The platform requires a secure and reliable user authentication process. - Channel Management: Design an efficient and user-friendly channel management system. - Permissions Management: Construct a permissions management scheme to regulate user activities and access. Your task also involves integrating the Teamspeak 3 PHP Framework into our project. Moreover, please align your work with a minimalistic design aesthetic. It’s vital to ensure the interface remains clean, clear and highly usable. The perfect candidate for this project is familiar with the Teamspeak 3 PHP framework and has a keen eye for minimalistic design....

    $17 / hr (Avg Bid)
    $17 / hr 平均报价
    60 个竞标

    Software Web html5, javascript, php Para leer desde la camara del celular o webcam el código de barras PDF417 de la cedula colombiana y obtenga todos los datos de la cédula y almacenarlos en una tabla de Mysql.

    $19 / hr (Avg Bid)
    $19 / hr 平均报价
    23 个竞标

    We are currently seeking entry-level developer to assist in the on going development of our dynamic web application. Aside from front and back end work on our current project its indispensable that the developer be proficient with woocommerce. Details of our current project can be seen here -> We will continue to use this projects .NET API and also add functionalities to it as well transfering most of our administrative app functions to the woocommerce environment. Our core business is international eSIM phone plan sales. We have a working shopify store but would like to migrate everything to Woocommerce and also move our current administrative app and reports from Angular and to woocommerce to centralize our entire system on `WP/Woocommerce platform. Woocommerce will be the...

    $10 / hr (Avg Bid)
    $10 / hr 平均报价
    46 个竞标

    I'm in need of an experienced web developer who is proficient in HTML/CSS, JavaScript, and PHP. These skills are necessary to build customizable web templates for presentations to various clients. On approval, you will also be tasked with adjusting and customizing the webpages as per the client's requests. The customization options needed encompass: - Colors and styles - Layout and structure - Content and imagery - Payment gateway integration when a client wishes to incorporate online sales on their webpage. Furthermore, it is important for you to be well-versed with WordPress as it's our chosen content management system (CMS). Being able to work efficiently and effectively within this platform will be crucial. Understanding of the WordPress themes and plugins may ...

    $629 (Avg Bid)
    $629 平均报价
    143 个竞标
    PHP 5.3 to 7.4 Upgrade 已经结束 left

    I'm looking for a qualified developer to guide the upgrade of my site from PHP 5.3 to PHP 7.4. My site needs improvements in terms of functionality, speed and design. Specifically, - Ensuring Smooth Operation: My major concern during this upgrade is maintaining overall website operation, so experience working with comprehensive website systems is key. Ideal candidate should have: - Extensive experience in PHP, specifically upgrading from older versions to latest PHP - Previous eCommerce website experience - Proven track record in improving website speed - Strong problem-solving skills to ensure smooth website operation during and after the upgrade.

    $209 (Avg Bid)
    $209 平均报价
    111 个竞标

    ...WINS ALL the items from the battle and will show the winner at the end of the battle as a nice popup and some text links on there such as 'create same battle', ' sell all winnings', 'go to inventory' which will take users their inventory page. Which will show the items they have opened during a case opening or case battle. $200 Milestone 8 - $200 9. User deposit and withdraw - We have bought a php script from code canyon which acts like a crypto payment gateway for us and works with so we need to use this. So when users deposits crypto once its fully confirmed 100% then the amount is credited to their onsite balance. Deposits and withdraws will have their own history /transaction page with live status. with notifications and status on the state...

    $165 (Avg Bid)
    $165 平均报价
    22 个竞标
    Project for Webwised 已经结束 left

    Hi Webwised, i have a website in woocomerce which needs upgrade to php 8.

    $218 (Avg Bid)
    $218 平均报价
    1 个竞标

    I'm looking for someone proficient in PHP to develop a script that will operate on an Apache server for a simple yet important task. The functionality I want is for anyone, without needing to register, to be able to upload multiple photographs directly from their phones. The script should operate smoothly and support unlimited image size uploads. The stored images must be archived according to a specific naming scheme, namely, the timestamp followed by their original name. Note that the script is purely for upload; no viewing features are required. Proficiency in server-side scripting and understanding of user-interface designs would be beneficial for this project. This is for a public event to collect images contributed by attendees. They do NOT need to be indexed and shoul...

    $128 (Avg Bid)
    $128 平均报价
    54 个竞标

    I am seeking a skilled Web Developer to create a website mirroring some functionalities of , specifically the Property Search feature. The website must be completed within 7 days. Key...Search Feature: This is the crux of the project. The functionality must allow users to search for there property so we have accurate address Display of Search Results: - The search results should be displayed in a list format. Ideal Skills and Experience: - Proven experience in Web development - Specific experience building property search features is highly desirable - Proficiency in JavaScript, PHP, and web programming skills - Familiarity with UI/UX design would be an advantage - Be able to meet the tight deadline Please bid judiciously considering specification and time frame.

    $245 (Avg Bid)
    $245 平均报价
    127 个竞标
    Quick CSS job 已经结束 left

    Hi Freelancer I create children in the taxonomy using the following code in Wordpress: <?php $taxonomy_name = get_queried_object()->taxonomy; // Get the name of the taxonomy $term_id = get_queried_object_id(); // Get the id of the taxonomy $termchildren = get_term_children( $term_id, $taxonomy_name ); // Get the children of said taxonomy // Display the children echo '<ul class="group-list-immobilien">'; foreach ( $termchildren as $child ) { $term = get_term_by( 'id', $child, $taxonomy_name ); echo '<li class="group-list-ortschaften"><a href="' . get_term_link( $term->name, $taxonomy_name ) . '">' . $term->name . '</a></li>'; } echo '</ul>'; ...

    $18 (Avg Bid)
    $18 平均报价
    40 个竞标

    I'm experiencing a specific error with my WordPress Website when trying to make a booking using Safari on iPhone. The issue arises...to fix this issue. Issue occurs when iPhone has larger text enabled. (Screes shot enclosed) Website • Key Tasks: - Investigate the root of the error in the Safari iPhone booking system - Address and fix the conflicting date/time selection - Ensure smooth and proper functioning of the booking form without triggering error Ideal candidate should have experience with WordPress, PHP, and JavaScript, combined with the ability to troubleshoot and resolve plugin conflicts. An understanding of different browsers and how they interact with WordPress is also essential. Being detail-oriented and persistent to solve complex errors is much appreciat...

    $139 (Avg Bid)
    $139 平均报价
    28 个竞标

    We need you to create a PHP script utilizing the mpdf library () to generate a PDF that precisely mirrors the provided HTML. Please include both the source code and the mpdf library code. Our current implementation with mpdf is causing issues, as evidenced by the problematic output in the file. As we are uncertain about the root cause, we request your assistance in promptly crafting a concise PHP script or making essential adjustments to the HTML to ensure compatibility with mpdf and generate a correctly formatted PDF.

    $30 (Avg Bid)
    $30 平均报价
    19 个竞标

    i need one familiar with DATABLES Site, I have Report need Fix Total browser & Total Print Page All of Them Not Wrong total.

    $217 (Avg Bid)
    $217 平均报价
    36 个竞标

    need PHP expert to enhance script

    $21 (Avg Bid)
    $21 平均报价
    31 个竞标

    I need immediate assistance with my Prestashop 1.7 backed. I am experiencing persistent ContextErrorException PHP error messages, making it impossible to access the back office even in debug mode. However, the storefront is still live and functional. Key tasks include: • Investigating the root cause of the PHP ContextErrorException messages • Fixing the aforementioned errors to restore normal back office operations The ideal professional should: • Possess extensive Prestashop 1.7 experience • Have exceptional problem-solving skills • Be proficient in PHP, specifically adept in debugging ContextErrorException • Be available immediately, due to the urgency of this task Those capable of sorting these issues swiftly and effici...

    $497 (Avg Bid)
    $497 平均报价
    42 个竞标

    I'm looking for an independent website designer with a low budget of 2.5k Indian rupees on a monthly basis. It's long-term work, and I need to make changes to my astrology website from scratch with the help of a reference website.

    $33 (Avg Bid)
    $33 平均报价
    7 个竞标

    Please read entire description before you make a BID. I`m looking for a ChatGPT/linux/PHP/HTML specialist for the following project: - I want to run ChatGPT from local linux server (any distribution) - when interact with it, I want to give answers, ONLY from specific legit sources that I will provide (I DO NOT WANT TO USE ALL WORLD WIDE WEB). For example couple of website or local database. - on top of this I need the GUI interface to be in HTML/PHP. So the end user will interact with ChatGPT thru this GUI. I need a quote for this and a time to finish. I do not have a strict deadline for this project, but I am hoping to have it done in a timely manner. I look forward to hearing from you. PS: IF YOU BID AN AMOUNT (ANY) IT MEANS YOU ARE AGREE WHIT THAT BID AMOUNT, DO NOT ...

    $176 (Avg Bid)
    $176 平均报价
    24 个竞标

    I'm in need of an experienced PHP developer with a specialty in eLearning platforms. Due to many issues I'm facing with my website, especially in improving the loading speed, fixing login and registration problems, as well as addressing error messages or bugs. Although specific functionalities were not provided, given the nature of eLearning sites, proficiency with course management systems, user progress tracking, and discussion forums would be highly desirable. Interested freelancers should please include their past work and experience in their applications. Additionally, a detailed project proposal would be highly appreciated.

    $193 (Avg Bid)
    $193 平均报价
    66 个竞标

    I am seeking a proficient WHM SQL PHP developer with expertise in creating browser-based database management solutions. The work will require deep understanding of: - Database management: The core requirement is to develop an efficient database management system for handling our customer data. - Customer data focus: The project is specifically aligned towards managing customer data, hence any expertise in CRM systems would be a real advantage. - Customer registration: A key feature of the project will be to develop a customer registration system. A developer with a background in WHM SQL PHP, Customer Data Management, and Customer Registration Systems will be perfectly suited to meet this project's needs. Yours should be a solution that is efficient, user-friendly,...

    $137 (Avg Bid)
    $137 平均报价
    30 个竞标

    ...dedicated team ore professional business that can develop and do implementation of CSS in our projects. We are searching for experienced developer’s that get the job done! We have moto for all our work on solutions: - “Front end”: “Human-first-design” and innovated solutions that fits the customer needs - “Back end”: User friendly and intuitive. -” Less is best” QUALITIES TAGS WE ARE SEACHING FOR - PHP, CSS, CMS, Wordpress, MySQL, Responsive design, SVG, SMTP QUALITIES WE SEARCH FOR IN BUSINESS RELATIONSHIPS - Implementation of wordpress - Long experience with Elementor - Have customizing skills to change the design in CSS - Has experience with SVG layouts/setup - Good planning and project skills - On time/on budget ...

    $1113 (Avg Bid)
    $1113 平均报价
    126 个竞标

    I'm urgently seeking an experienced Laravel developer who can create a dynamic website within a week. Your primary task is to develop a user-friendly login system. Though the specific features for this system were not mentioned, a thorough understanding and experience in this area will be beneficial. Skills and expertise in the following areas would be ideal: 1. Laravel PHP Framework 2. User Login Development 3. Fast-paced Development and Delivery Please note that this project is of an urgent nature, necessitating quick turnaround times. You will have one week to complete the project. It's important to me that you're able to adhere to this timeline and consistently meet deadlines.

    $484 (Avg Bid)
    $484 平均报价
    130 个竞标

    I am seeking a skilled PHP developer to implement social logins into my existing website using Auth0, enabling users to log in via their Facebook, Google, or Twitter accounts. Your role will primarily involve the installation and testing of the auth0 application. Key Responsibilities: - Enable social login feature via Facebook, Google, and Twitter - Ensure secure and smooth login process - Carry out necessary testing for functionality Applicants should provide: - Examples of past work, specifically highlighting experience in integrating social logins or using Auth0 No further modifications or additions to the website are necessary at this time. Ideal Skills: - PHP Development - Experience with auth0 Please only apply if you have relevant past work to showcase.

    $40 (Avg Bid)
    $40 平均报价
    27 个竞标

    ...form for demonstration sessions. Specific features the form must include: * A feature to collect the following information from the user: Name, Email, Phone number, Address of demonstration, and a Date Selector. * An availability calendar or a similar feature, allowing users to book available time slots for demonstration sessions. Ideal skills needed for this project: * Proficient in WordPress & PHP * Experience configuring online booking systems * A strong understanding of best practices in UX design * Knowledge about SSL to ensure user data protection This project will require the chosen freelancer to create a functional, aesthetically pleasing, and user-friendly booking form on WordPress that can securely gather all the mentioned user information. Achieving this with ...

    $150 (Avg Bid)
    $150 平均报价
    166 个竞标

    ...Design: Ensuring your site looks great and functions flawlessly on all devices. - Frontend and Backend Development: From sleek interfaces to robust server-side functionalities. - E-commerce Solutions: Building secure and user-friendly online stores. - CMS Integration: Easy content management with platforms like WordPress, Joomla, or others. ?️ **Tech Stack:** - Languages: HTML, CSS, JavaScript, PHP, Python - Frameworks: React, Angular, Laravel, Django - Databases: MySQL, MongoDB - Version Control: Git ? **Why Choose Me:** - Proven Track Record: Successfully delivered [X] projects with satisfied clients. - Communication: Clear and prompt communication throughout the project. - Attention to Detail: Meticulous coding and design to ensure a polished final product. - Deadline-Orient...

    $27 (Avg Bid)
    $27 平均报价
    19 个竞标

    ...for custom metrics when needed and represent the data in grafana dashboards. Grafana should be embeded in the existing web app either as public dashboards or iframes. Security concerns are a MUST. Things to monitor: system stats (node exporter): cpu, ram , disk, network... usual processes like sshd, cron, systemd-timesyncd, rsyslog... solution specific: mysql, nginx, kamailio, asterisk,nodejs, php-fpm, redis-server... Own developed services need some custom metrics. We can provide scripts that will return the data when executed. Data is meant to be presented to non-it people as well as it people. Meant to be visually atractive and easy to understand. Less easier graphs rather than many complicated ones The deployment in the product must be via configuration files. Reproducibl...

    $1331 (Avg Bid)
    $1331 平均报价
    11 个竞标

    I'm looking for a seasoned PHP developer to create a custom website for my e-commerce business. The site will focus on the sale of physical products. - Purpose: The site will be primarily for e-commerce, specifically focusing on selling physical products. Being a business platform, it requires top-notch functionality to ensure flawless transactions. - Product Listing: The site will not be very heavy in terms of product quantity. I estimate we will have less than 100 products listed so high-quality display and easy navigation are critical. The ideal freelancer should be experienced in PHP and e-commerce website development. Skills in online payment system integration and website security will also be highly valued.

    $391 (Avg Bid)
    $391 平均报价
    67 个竞标

    I am seeking assistance to develop a versatile ecommerce website capable of vending both physical and digital products. The platform that I prefer for this ecommerce project is PHP. Proficiency in PHP is absolutely essential for this project. Alongside this, I am seeking for the ability to cater to a multilingual customer base. Hence, your ability in webpage creation and fluency in multiple languages will be crucial in determining the success of this project. A comprehensive understanding of SEO and digital marketing strategies is highly preferred. In all, your skills should be: - Expertise in PHP - Proficiency in multiple languages - Experience in building a bilingual ecommerce website - Knowledge in SEO and digital marketing strategies.

    $867 (Avg Bid)
    $867 平均报价
    59 个竞标
    Busco experto en PHP 已经结束 left

    Busco experto en PHP para realizar cambios en API. Imprescindible hablar español. Gracias.

    $26 (Avg Bid)
    $26 平均报价
    8 个竞标

    As an entrepreneur, I'm seeking an experienced developer capable of creating a modern, PHP-based e-commerce website. The developer should ideally be proficient in PHP, HTML, and CSS. Key Functionalities: - Product search and filtering: The online store will need a dynamic search function that includes smart filters for an effortless shopping experience. - Shopping cart and Checkout: Customers should be able to place items in a shopping cart and proceed to check out seamlessly. - User registration and Login: User accounts need to be created securely for personalized recommendations and faster checkouts. Design Preference: The design aesthetics should be modernly appealing with a solid UX/UI that resonates with the evolving e-commerce landscape. An attractive design t...

    $452 - $905
    加封
    $452 - $905
    88 个竞标

    I am in need of a proficient PHP developer to work on form activation. The task involves meticulous development work that centers around PHP and specifically: - Proficiency in Database integration, Front-end development, and API integration. - Activating a form submission function. - The desired actions after form submission include sending automated emails. The applicant should have a strong understanding of PHP development and experience in database integration, API interfacing, and front-end development will be highly regarded. Experience in setting up automated email systems is also preferred.

    $132 (Avg Bid)
    $132 平均报价
    37 个竞标

    ...feedback. Admin will be able to see all the feedback in this section which should be approve by admin before it goes live. • NEWS LETTER • It will give you a feature to write the TEXT for newsletter, it will send the content to all users which are registered under NEWSLETTER as well as the normal registered user. Web Technology SR. Technology Options 1 Database Server MY SQL 2 Client Side Environment PHP 3 Application Environment Linux 4 Server OS Platform Centos 6.0 5 Browser Compatibility IE-8 onwards, Latest version of Mozilla, Safari and Google Chrome Project Plan...

    $2633 (Avg Bid)
    $2633 平均报价
    118 个竞标

    I'm in need of an expert in building Facebook bot with capabilities in automated, Key things you'll want to bring to this job: - Proficiency in Python, JavaScript, and PHP - A knack for understanding marketing concepts and applying them to social media - Experience building and optimizing Facebook bots for automated marketing Bring your technical dexterity and creative mind to help our business keep up in the digital world.

    $322 (Avg Bid)
    $322 平均报价
    22 个竞标

    As a passionate enthusiast of data and numbers, I'm looking for a PHP and Javascript expert. Your key task is: - Website development: Specifically, I require a numerical data website. It should possess the following features: - Real-time data updates: This is crucial as the data I will be dealing with is very fluid and changes quickly. As for who I'm looking for; - Must have extensive knowledge in PHP and Javascript. - An understanding of website data handling and real-time updates is also critical. - Prior experience in building a similar data-focused website will go in your favor. Let's turn complex data into something digestible and user-friendly together.

    $20 - $165
    加封
    $20 - $165
    98 个竞标

    I'm searching for a talented developer to create a SaaS platform that leverages AI. It's meant to be a SaaS where customers can create WordPress/WooCommerce websites using AI (design + content), both self-hosted and hosted version. Ideal Experience and Skills: • Strong proficiency in PHP and WordPress • Experience building SaaS platforms • Expertise in AI This project entails a comprehensive understanding of AI, its capabilities, and its application to a SaaS platform. Interested bidders should have demonstrable experience in the above areas and provide examples of prior related work. I'll be providing a similar website to take example from.

    $1276 (Avg Bid)
    $1276 平均报价
    121 个竞标
    New wordpress needed 已经结束 left

    We need to move and test a new website to another server. Reason is: old server don't support newest php etc. we had a website that is running right now. We need to move all pages, images, design(html and CSS), contact forms, slider etc. to a domain where we can test it first. We need that you block so google and other search engine not visit the site. Thats important. The site is very simple. After you have copy all pages, All URLs ( the exact same url as we have today) to the new server we will test every pages one by and approve that all is 100% identical. If you migrate the exciting site, with all plugins you have not done the job correct, because we have lot of plugins which not is used anymore and they are a potential security lack.

    $47 (Avg Bid)
    $47 平均报价
    127 个竞标

    I'm urgently seeking a PHP/web app professional to troubleshoot and fix issues related to my platform. Required Tasks: - Repair application loading issues - Rectify website errors - Restore database connection -allow users to sign up (then store details in database in sql) - users login and allows them to go to user dashboard -users are allowed to comment on blogs (pending approval of post) -admin login which allows them to use the admin featured eg delete users, make inactive and approve pending comments The perfect candidate for this job would be someone capable of: - Debugging PHP and/or web app issues - Implementing secure database connections - Running necessary tests to ensure the functionality before and after the fixes The aim is to have these issues ad...

    $214 (Avg Bid)
    $214 平均报价
    162 个竞标

    I am seeking an experienced PHP Developer with strong proficiency in HTML, CSS, and JavaScript. Your core responsibilities will revolve around front end and back end development. I expect you to be very comfortable with these tasks and to apply them skillfully in our project. Key skills required: - Mastery of PHP, HTML, CSS and JavaScript - Extensive experience with WordPress, Laravel, and CodeIgniter Your role would be vital to the success of our project, so your deep understanding and knowledge of these skills are crucial. I am looking forward to receiving bids from competent professionals with a proven track record.

    $22 / hr (Avg Bid)
    $22 / hr 平均报价
    101 个竞标

    ...integrate a custom payment method into WooCommerce. I've successfully added the backend option to enable or disable it, but I can't seem to get the custom payment method to appear on the checkout page. I've attached a screenshot of both my admin panel and the frontend checkout page for your reference. Please take a look as I've attempted various solutions but have been unable to resolve the issue. <?php /* Plugin Name: SecureNet Payment Gateway Version: 1.0 Description: Add SecureNet Payment as a payment option in WooCommerce. Author: Your Name */ // Define the custom payment gateway class function custom_payment_gateway_init() { class Custom_Payment_Gateway extends WC_Payment_Gateway { public function __construct() { $this->id ...

    $53 (Avg Bid)
    $53 平均报价
    33 个竞标

    In search of a seasoned PHP Developer with practical knowledge of ANPR cameras and Fastag. A strong background using PHP, JavaScript, and MYSQL is vital. It's a plus if you have: - An understanding of Laravel and CodeIgniter libraries and frameworks Your role will include: - Incorporating a Payment Gateway into the system - Sourcing and integrating an ANPR camera into the system Having experience in these areas will make you an excellent candidate for this project. Ensure you can demonstrate your competency and relevance for this role in your bid proposal.

    $241 (Avg Bid)
    $241 平均报价
    27 个竞标

    I am seeking a professional with the requisite skills and experience to install and configure environment of Moodle on a Windows system. The following components are required to work: 1. Apache 2. PHP 3. SQL 4. Moodle - Experience installing and configuring Moodle on a Windows environment. - Knowledge of best practices for securing e-learning platforms. Deliverables: 1. Working Moodle system on in house server accessible on local network

    $85 (Avg Bid)
    $85 平均报价
    24 个竞标

    I need a developer with expertise in PHP and page speed optimization to boost the performance of my website's homepage. I'm aiming to significantly improve the Core Web Vitals score. The assignment involves: - Primarily concentrating on the homepage speed optimization. - Striving for an improved score on Google PageSpeed Insights. - Note, there are specific functions such as fonts and javascript that are crucial and could impact speed, these need to be optimized without removing them. Ideal candidates would: - Have proven experience in PHP. - Possess deep knowledge of Core Web Vitals. - Remain conversant with speed measuring tools like Google PageSpeed Insights. - Demonstrate an ability to optimize fonts and JavaScript for speed without compromising functionality.

    $32 (Avg Bid)
    $32 平均报价
    17 个竞标

    ...troubleshoot backend functionalities utilising PHP, MySQL, and Redis. The goal is to create a travel service-promoting website. An essential part of the task is to ensure smooth and precise search functionality, glitch rectification, and updating the site's services description page. Time efficiency, excellent communication, and proficiency in the listed skills are paramount for this project. Prior experience in similar projects will be highly appreciated. Goal is to go live asap. We use Angular so must be EXTREMELY proficient and can get up and running very quickly, work efficiently with good communication. Also must know the following for our APIs -- we use PHP, Mysql and Redis Other good to know For our separate dashboard -- HTML, CSS, JQuery, Mysql , PH...

    $532 (Avg Bid)
    $532 平均报价
    253 个竞标

    I want to create tables and develop a simple frontend for a MySQL database hosted on a web server. I already have an ER diagram for the database design. The frontend should use PHP, and enable us to add, view and modify entries, as well as run custom SQL queries. Ideal candidates should have: - Strong background in MySQL database systems with php backend - Demonstrated experience in web frontend design and development. Your proposal will be of high interest if it includes similar projects you've successfully executed.

    $93 (Avg Bid)
    $93 平均报价
    30 个竞标

    ...*There should be 2 language categories Source Language and Target Language *Invoice pdf not show in one page *Email Template in other place now have only order *Translation form design issues. *Order summary redesign. *Unauthenticated client order detail print design. and all other duties to complete the CRM and ready it for launch. As an experienced professional with a deep understanding of PHP and Laravel, you have the chance to lend your expertise to a dynamic, multi-faceted project. Your work will cover several essential areas: - Backend Development: I need you to create a robust architecture for seamless user authentication. This involves enabling our system to securely verify users' identities. - API Integration: This project requires integrating several APIs ...

    $562 (Avg Bid)
    $562 平均报价
    163 个竞标

    I am looking for a seasoned web developer to create an eCommerce website for delivering Quality Assurance (QA) and Testing services. This website's design should focus on serving businesses requiring quality assurance services. Prefer PHP on Laravel framework OR. net Expectation is for the end product to be hosted online Key Features Needed: - A robust shopping cart and streamlined checkout system - Advanced product search and filtering capabilities - A comprehensive system for customer reviews and ratings Additionally, one important element is a system that allows customers to rent cloud-based tools for testing and secure allocated cloud-based devices directly through the website. Ideal Candidate: - Has a proven track record in eCommerce website development...

    $2472 (Avg Bid)
    $2472 平均报价
    88 个竞标

    ...whoever handles this project. This php script displays a list of files from a foldername on a domain server - defined at line 3 in script as so: define("FOLDERNAME", "files"); To the left of each filename is a radio button. There's also a [ShowMsg] butn which if clicked shows a msg saying "Filename is (?filename?)" I would like to have an app for windows, also with define stmnt stating folder path, also with [ShowMsg] butn like I described. i.e. I want a C++ app similar to but written to run on my windows machine. Other relevant 'reference code' I have to share is in C++. I have a working C++ app that runs on windows and uses radio buttons in its form. This project is ideal for someone with a decent working knowledge of both PH...

    $25 (Avg Bid)
    $25 平均报价
    11 个竞标

    ...requiring a final phase of implementation for Imbachat. Specifically, I need set up of a backend functionality encompassing chatroom creation with particular emphasis on private chatrooms. For this job, you will need strong expertise in PHP and Imbachat integration, with a focus on establishing private chat interfaces. Key Project Features: - Set up private chatroom creation for Imbachat in the backend - Ensure only administrators have the privilege to establish these chatrooms The ideal candidate would have: - In-depth knowledge and experience with PHP and Imbachat - Past experience in setting up chatroom functionalities - Good understanding and respect for user privacy and secure chat environments. With these in place, we can create a more engaging, interactive plat...

    $38 (Avg Bid)
    $38 平均报价
    26 个竞标

    I'm looking for a skilled web dev...development to ensure seamless user experiences. You should be adept at HTML, CSS, JavaScript, and be able to create a responsive design that works across all devices and browsers. - Back-end Development: A solid background in back-end development is also a necessity. You should be comfortable with server-side programming and database management, plus be familiar with key WooCommerce plugins and PHP. Essentially, I'm looking for someone who can handle the entire process, from design to development, to create an e-commerce site capable of driving sales. Experience with WooCommerce is a must. Knowledge of SEO best practices would be a bonus. Let's create a website that not only looks good but also performs well in today’s comp...

    $20 / hr (Avg Bid)
    $20 / hr 平均报价
    118 个竞标

    精选php社区文章