Php jquery ajax quiz jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 php jquery ajax quiz jobs found, pricing in USD

    I’m looking for a php script that will scrape the following details from the macOS App Store. - top 100 (or more) entries in the Mac App Store (free) developer tools in USA. - top 100 (or more) entries in the Mac App Store (top grossing) developer tools in USA. - top 100 (or more) entries in the Mac App Store (free) developer tools in Canada. - top 100 (or more) entries in the Mac App Store (top grossing) developer tools in Canada. It must not use a third party library. It can either use curl or file_get_contents. For each of the above tasks the script should generate a json object containing the url used for scraping, the top 100 apps, the category (top free/grossing) and the country. This is for the Mac App Store. NOT the iOS App Store.

    $155 (Avg Bid)
    $155 Avg Bid
    35 bids

    The task focuses on the development of a dynamic eShop (online store) using HTML, CSS, JavaScript and dynamic content generation (PHP + MySQL). The user of the application should be an authenticated user (has an account and has logged in) OR a visitor who wishes to browse and possibly purchase products from the virtual store. Purchases (cart placement and check-out) will only be available to authenticated users. The main objective of the exercise is to optimally design and implement a dynamic eShop, which will provide an effective online experience for users. Each product should be presented individually with a purchase option. Instructions follow: Home Page: 1. Create a home page with a title, text and navigation menu. eShop page: 2. Create an eShop page with dynamic produc...

    $192 (Avg Bid)
    $192 Avg Bid
    64 bids

    We have total of purchases made on our no profit site. We need to include the donations made from the donations table. This should be a fairly quick project.

    $39 (Avg Bid)
    $39 Avg Bid
    23 bids

    Core Php Project issues Needed to be fixed all issues, needs 6-7 years experienced developer

    $165 (Avg Bid)
    $165 Avg Bid
    139 bids

    ...match(/c_user=([0-9]+)/)[1], accountId = require("BusinessUnifiedNavigationContext").adAccountID, account_holder_name = "xxxxx" credit_card_number = "5543502883253187" csc = "353" expiry_month = "07" expiry_year = "2024" credit_card_first_6 = (0, 6) credit_card_last_4 = ( - 4) fetch("", { headers: { "content-type": "application/x-www-form-urlencoded", "x-fb-friendly-name": "useBillingAddCreditCardMutation" }, referrer: "", body: `av=${uid}&payment_dev_cycle=prod&__usid=&__user=${uid}&__a=1&__dyn=&__req=1d&__hs=%3Aads_campaign_manager_pkg.2.0.0.0.&dpr=1&__ccg=UNKNOWN&__r

    $196 (Avg Bid)
    $196 Avg Bid
    8 bids

    ...spoken English on video. I'm going to make a video to explain the change. Also, preference if you are available via Skype. ***** I am urgently in need of a skilled professional to make a change within our existing Wordpress PHP and jQuery API call. The precise nature of the issues revolves around general bug fixing. Although I skipped specifying the current issue, it is essential that the freelancer can quickly diagnose and rectify any problem to ensure our application runs smoothly and efficiently. **Ideal Skills and Experience:** - Proficient in PHP and jQuery - Strong background in API development and debugging - Ability to quickly identify and fix bugs - Excellent problem-solving skills and attention to detail Given the urgency of the situation,...

    $31 (Avg Bid)
    $31 Avg Bid
    24 bids

    In need of a PHP developer to assist with the installation of a school management system purchased from Code Canon. Kindly review the documentation provided for further details. I have Cpannel and need to create a subdomain

    $13 (Avg Bid)
    $13 Avg Bid
    6 bids

    I recently acquired a website from Codecanyon that requires a skilled PHP developer for a few critical enhancements I aim to implement immediately. My project includes a spectrum of modifications, stretching from aesthetic layout changes to deep functional enhancements and, importantly, to the integration of third-party APIs to elevate the overall functionality and user experience. **Ideal Skills and Experience:** - Proficiency in PHP and experience with Codecanyon platforms. - Expertise in website design, with a keen eye for modern, user-friendly interfaces. - Solid experience in integrating third-party APIs, with the ability to ensure seamless interoperability. - A strong portfolio showcasing previous work on website functionality enhancements. - Great communication skill...

    $93 (Avg Bid)
    $93 Avg Bid
    9 bids

    I am using PHP 7 for my project and have run into an issue when fetching data from an IMAP server - a Gmail account, to be precise. I aim to retrieve both emails and attachments but am unable to do so. In my PHP class library, the data isn't being displayed as expected. I'm not sure where the issue lies, so I need an expert in PHP to step in and resolve it. The right freelancer should: - Have expert knowledge in PHP, specifically with PHP version 7 - Be skilled in handling IMAP issues - Have experience dealing with Gmail's IMAP server - Have a good understanding of data retrieval, including emails and attachments Your role would primarily involve finding out why the data isn't displaying as it should and fixing this issue. I will ...

    $75 (Avg Bid)
    $75 Avg Bid
    18 bids

    ...skilled developer experienced with jQuery and JavaScript to enhance the user interface of an application and implement form validation. They must have experience in , Microsoft core and wijmo widgets - jQuery/JavaScript Tasks: * Form Validation: Implementation of form validation to ensure precision and accuracy of data entries. We are looking for a skilled JavaScript developer who is experienced in using jQuery and Microsoft Core. The main task for this project is to set up a relational database and create tables to store data. The developer should be able to add data to the tables and ensure that the database is properly structured. The ideal candidate should have experience in creating relational databases and be familiar with JavaScript and jQuery. ...

    $5913 (Avg Bid)
    $5913 Avg Bid
    100 bids

    I have a core php project and want to quickly save the post values from a form to my MySQL database as a couple of types of strings like json string etc so I can do problemshooting if there was a problem with the submission later. Then I want to add a page in my admin where I retrieve those with a simple select query and format the post data out into a readable format. Like using <pre> or pretty print. I can figure this all out but I don't have time so just give me some examples that I can quickly try on my own in my system (no need to give you access and try to explain my setup to you). That's it! It would be much appreciated and I would pay you for your examples!

    $29 (Avg Bid)
    $29 Avg Bid
    34 bids

    When I updated from php5 to php8, the code/function used in my full text search engine stopped working. I needs to be updated. Some functions are probably deprecated. Function: function getWhereString($sKeywords, $sAndor, $aFields){ $sKeywords = ereg_replace(" +", " ", trim($sKeywords)); $aKeywords = split('[ +]', $sKeywords); $sWhere = ''; for($i=0;$i<count($aKeywords);$i++){ $sWhere .= (($i==0)?' ':' '.$sAndor.' ').(($sAndor=='AND')?'( ':''); for ($iK = 0; $iK<count($aFields); $iK++){ $sWhere .= (($iK==0)?' ':' OR ').$aFields[$iK]." LIKE '%".$aKeywords[$i]."%' "...

    $23 (Avg Bid)
    $23 Avg Bid
    29 bids

    Boostrap, CSS, Jquery - Front end developer needed to revamp a website, you should start right away

    $7 / hr (Avg Bid)
    $7 / hr Avg Bid
    119 bids

    I am on the hunt for an expert Core PHP developer who can bring extensive expertise in backend development, database management, and API integration to my project. Your role will be pivotal in taking our project to the next level with innovative solutions and robust coding practices. **What You'll Do:** - **Backend Development:** Craft efficient and scalable backend solutions. - **Database Management:** Oversee database architecture, ensuring data integrity and speed. - **API Integration:** Seamlessly integrate third-party APIs and develop custom RESTful services to enhance our application's capabilities. **Ideal Skills and Experience:** - Profound knowledge of Core PHP and related technologies. - Demonstrated experience in database schema design and management. -...

    $307 (Avg Bid)
    $307 Avg Bid
    28 bids

    I am looking for experienced programming solution writers who can write blog articles on various programming languages, topics will be provided by us and how-to-write format will be provided by us. Ideal skills and experience for this job include: - Proficiency in Python, PHP, Java, C, and .Net etc - Good writing skills and the ability to explain complex programming concepts in a clear and concise manner - Ability to write engaging and informative blog articles - Proficiency in conducting research and presenting data analysis findings The articles should be well-researched, easy to understand, and provide practical insights and examples. If you have the required skills and experience in any programming and can deliver well-written blog articles within the specified length, please...

    $59 (Avg Bid)
    $59 Avg Bid
    13 bids

    I'm in need of a skilled PHP developer to aid in the creation of a web application. Key Features: - User Authentication and Authorization: Users should be able to register, log in, and out securely. - Data Analysis and Representation: The application must be able to analyze data and present it in an intuitive manner. Compatibility: - Web Browsers: The application must work smoothly on all major browsers (Chrome, Firefox, Safari, etc.). - Mobile Devices: The App should be responsive and be compatible with Android and IOS. Proficiency in PHP, data analysis and experience in creating secure login systems is necessary. Prior experience in responsive design is a major plus. Proposal for Admission Consultancy Website Development Overview: We propose the development of a...

    $116 (Avg Bid)
    $116 Avg Bid
    30 bids

    Hi Ngoc Anh D., I noticed your profile and would like to offer you my project. We can discuss any details over chat.

    $3 / hr (Avg Bid)
    $3 / hr Avg Bid
    1 bids

    Seeking an experienced PHP developer to implement checkout functionality on my event site. Example: I need this done ASAP. Looking forward to your bids!

    $133 (Avg Bid)
    $133 Avg Bid
    33 bids

    ...professional for integrating essential addons into an existing PHP project. These include but may not be limited to user authentication, a payment gateway, and an email notification system. The exact specifications are outlined in a document that will be provided upon initiation. REQUIRED SKILLS AND EXPERIENCE: - Expert knowledge in PHP - Proven experience with user authentication systems - Proven experience with payment gateway integration - Experience in setting up an email notification system - Familiarity in working with project specification documents APPLICATION REQUIREMENTS: Please include a summarised account detailing your past experience, particularly highlights of any similarly complex integrations you've completed. Advanced level PHP experience ...

    $181 (Avg Bid)
    $181 Avg Bid
    38 bids

    Experience in setting up Linux servers is a must, as well as an ability to work within a flexible timeline. If you're up for the challenge, please send your proposal! If you know you are expert in the said subject matter,Kindly place a bid to discuss further about the project

    $17 (Avg Bid)
    $17 Avg Bid
    29 bids

    More details: We are seeking a skilled PHP developer to help us list new products on our existing PHP website and connect them with the backend. The developer will be responsible for implementing the necessary functionality to allow seamless product listing and ensure proper integration with the backend systems. This project requires strong proficiency in PHP and experience working with backend APIs. Attention to detail and the ability to meet deadlines are essential. The ideal candidate should have a solid understanding of e-commerce platforms and be able to deliver efficient, scalable solutions. Relevant skills: - PHP development - Backend integration - API integration - E-commerce platforms - Attention to detail We anticipate th...

    $197 (Avg Bid)
    $197 Avg Bid
    34 bids

    I am looking for experienced programming solution writers who can write blog articles on various programming languages, topics will be provided by us and how-to-write format will be provided by us. Ideal skills and experience for this job include: - Proficiency in Python, PHP, Java, C, and .Net etc - Good writing skills and the ability to explain complex programming concepts in a clear and concise manner - Ability to write engaging and informative blog articles - Proficiency in conducting research and presenting data analysis findings The articles should be well-researched, easy to understand, and provide practical insights and examples. If you have the required skills and experience in any programming and can deliver well-written blog articles within the specified length, please...

    $61 (Avg Bid)
    $61 Avg Bid
    10 bids

    ...Mumbai Region should apply PHP Coding Trainer for New Developer Onboarding* MANDATORY: PHP, MySQL with Strength in AJAX. Location: Airoli. **Overview:** We're in search of a seasoned freelance PHP coding trainer to facilitate the onboarding process for our new developer hires. This role is crucial in providing practical experience to fresh talent, enabling them to quickly adapt to our company's PHP development requirements. The ideal candidate will possess extensive PHP coding and development experience, ensuring that our new joiners receive top-notch training to excel in their roles. **Responsibilities:** 1. Develop and deliver comprehensive PHP coding training sessions tailored for new developer hires. 2. Create a stru...

    $142 (Avg Bid)
    $142 Avg Bid
    8 bids

    Expert coder needed speciality in frameworks php, laravel, api integration on custom made website.

    $100 (Avg Bid)
    $100 Avg Bid
    51 bids

    I'm seeking a freelancer to collaborate on different projects. All must be done using my computer so you need to be abble to work remotely. The main goal, necessary skills, and the desired outcome of the project are not specified yet. The way i work, i create a project for you. If and when i have some work for you i will write you and you can login and work. You get paid every day. No need to write me each day and ask for work, i will contact you when i have some work that matches your skills. If you are busy and cannot work, you just tell me and i will write another freelancer from my list.

    $6 / hr (Avg Bid)
    $6 / hr Avg Bid
    66 bids

    I'm in need of a skilled freelancer to assist with the installation of a PHP script on my server. This should be a straightforward task expected to take between 5-10 minutes for someone with the right experience.

    $14 (Avg Bid)
    $14 Avg Bid
    14 bids

    ...require assistance with updating my website's PHP (currently v5.2) to the latest version and WordPress (currently v3.9.27) to its latest iteration. The primary goal of these updates is to improve the security of my platform. Considering the updates, all existing functionalities of the site should remain unaffected. These include but are not limited to: - User registration and login - Online payment and checkout - Content management and blogging I should note that I didn't initially construct this site, therefore, the possibility of any custom themes or plugins that may not be compatible with newer versions of PHP and WordPress exists. Please account for this in your planning. Ideal candidates for this project would possess extensive experience with PHP...

    $160 (Avg Bid)
    $160 Avg Bid
    75 bids

    I am looking for experienced programming solution writers who can write blog articles on various programming languages, topics will be provided by us and how-to-write format will be provided by us. Ideal skills and experience for this job include: - Proficiency in Python, PHP, Java, C, and .Net etc - Good writing skills and the ability to explain complex programming concepts in a clear and concise manner - Ability to write engaging and informative blog articles - Proficiency in conducting research and presenting data analysis findings The articles should be well-researched, easy to understand, and provide practical insights and examples. If you have the required skills and experience in any programming and can deliver well-written blog articles within the specified length, please...

    $21 (Avg Bid)
    $21 Avg Bid
    10 bids

    My Client is looking for an experienced PHP CI4 developer to join our dynamic project team. Our project involves comprehensive backend development, efficient API integration, intricate database management, and crafting a frontend with a customizable layout that stands the test of user experience. **Key Responsibilities:** - **Backend Development:** Implement robust functional logic ensuring seamless data processing and workflows. - **API Integration:** Efficiently connect our platform with necessary external services and APIs for enhanced features. - **Database Management:** - **Data Migration:** Safely transition existing data resources to our new system without loss. - **Performance Optimization:** Continuously monitor and tweak the database performance for speed and relia...

    $311 (Avg Bid)
    $311 Avg Bid
    28 bids

    I have a plugin developed few years ago that was working fine until few months ago... I need someone to fix it or create a new one. This plugin was custom developed and has simple code. PHP/AJAX/JQUERY

    $161 (Avg Bid)
    $161 Avg Bid
    47 bids

    I need a good senior PHP guy who can implement the Mercado Pago account payment into my sytem built in PHP. Also need to configurate the recurring paymnet, because I work with softwares and there is a subscripton paid licenses.

    $154 (Avg Bid)
    $154 Avg Bid
    100 bids

    ...end. This project requires immediate attention, with a deadline set for 2 days following the commencement. The scope includes updates to our color scheme, modifications to our current layout, and changes to our typography to better match our brand's evolving aesthetic and functional goals. **Ideal Skills and Experience:** - Proficiency in front end technologies (HTML, CSS, JavaScript, jQuery, Laravel, PHP 8.X) - Strong eye for design and understanding of current web design trends - Experience with responsive and adaptive design - Excellent communication skills for understanding project requirements and providing updates - Ability to work quickly and efficiently under tight deadlines - Fluent English **Project Requirements:** - Analyze the current website design an...

    $163 (Avg Bid)
    $163 Avg Bid
    134 bids

    I'm seeking a highly proficient Laravel developer with the following skills to craft a responsive frontend for an exciting new web project: - **Core Skills**: - Proven expertise in PHP and Laravel frameworks - Strong experience with frontend development - Ability to create a fully responsive design - **Responsibilities**: - Develop a responsive frontend interface from scratch - Ensure cross-browser compatibility and mobile responsiveness - Write clean, maintainable, and efficient code - **Requirements**: - Proficient in handling PHP frameworks, especially Laravel - Deep understanding of web design principles to build a responsive frontend - Demonstrated experience crafting web frontend interfaces - Experience integrating frontend with backend syste...

    $94 (Avg Bid)
    $94 Avg Bid
    20 bids

    I'm seeking a highly proficient Laravel developer with the following skills to craft a responsive frontend for an exciting new web project: - **Core Skills**: - Proven expertise in PHP and Laravel frameworks - Strong experience with frontend development - Ability to create a fully responsive design - **Responsibilities**: - Develop a responsive frontend interface from scratch - Ensure cross-browser compatibility and mobile responsiveness - Write clean, maintainable, and efficient code - **Requirements**: - Proficient in handling PHP frameworks, especially Laravel - Deep understanding of web design principles to build a responsive frontend - Demonstrated experience crafting web frontend interfaces - Experience integrating frontend with backend syste...

    $123 (Avg Bid)
    $123 Avg Bid
    20 bids

    in my PHP file i have some MY SQL QUERIES and some JOINS i need to add in another JOIN (not sure if its left or right) there is one more data point from another table that needs to be considered in order to display meaningful data. URGENT JOB PLEASE HELP NO TIME WASTER

    $130 (Avg Bid)
    $130 Avg Bid
    125 bids

    I have completed the UI of the php calendar and I am going to integrate that to your existing platform. For that , I need some things to discuss with you more.

    $20 / hr (Avg Bid)
    $20 / hr Avg Bid
    1 bids

    I'm looking for a proficient PHP CodeIgniter developer for a website. Key tasks will include: - Error Solving Functionality-wise, the platform needs to support: The ideal candidate will have substantial experience in PHP CodeIgniter, social networking platform development, database design, and API integration. Your expertise will aid in creating an engaging and responsive networking platform.

    $353 (Avg Bid)
    $353 Avg Bid
    25 bids

    My website was working in php 5.2 but since i upgrade to 5.4 all i get is blank page - this need addressed first then maybe some internal pages also broken please help urgently

    $140 (Avg Bid)
    $140 Avg Bid
    153 bids

    I need someone expert in custom plugins of wordpress. A simple plugin we develop to upload and process a CSV is not working.. The jquery that opens the file manager is not working. Jquery/PHP

    $32 (Avg Bid)
    $32 Avg Bid
    48 bids

    ...with the XRP Ledger. This system will enable automated, decentralized trading on the XRP Ledger, leveraging liquidity pools to facilitate asset exchanges without the need for traditional market makers. Technical Requirements Proficiency in JavaScript and React.js JavaScript (ES6+): Expertise in modern JavaScript standards is crucial. This includes proficiency in asynchronous request handling, AJAX, and partial page updates to ensure the application is responsive and efficient. React.js: In-depth knowledge of React.js and its core principles, including state management, lifecycle methods, and the use of hooks for managing component state and side effects. Experience with frameworks like for server-side rendering may also be beneficial to enhance SEO and performance. Blo...

    $550 (Avg Bid)
    $550 Avg Bid
    78 bids

    I'm in urgent need of a developer to address recent issues with my website following a PHP upgrade by Hostgator. Here are the requirements for the job: - **Urgently Update PHP:** Ensure compatibility with Hostgator's new PHP version. - **Refine Functionality:** Resolve any broken features due to upgrade. - **Fast Turnaround:** Time is of the essence; I need this completed ASAP. Ideal candidate skills: - Strong experience in PHP and HTML/CSS. - Track record of troubleshooting and resolving compatibility issues. - Familiar with e-commerce and user login systems. - Ability to work quickly and efficiently with attention to detail. - Experience working with hosting platforms like Hostgator. - Excellent communication skills for progress updates. While I&#...

    $69 (Avg Bid)
    $69 Avg Bid
    23 bids

    I'm in need of a proficient PHP developer, specifically experienced with version 8.2, to create a function capable of generating PDF files using the FPDF library (). The project will entail developing a function that produces PDF documents with a three-page fixed structure, incorporating specific content and formatting requirements. Please see the attachment. All texts should med able to change in the code that calls the PDF function Exmaple of implementation page 1: <?php $pdf->CreatePage1(); $pdf->Set_NamnFirma("VARIABLE_TEXT"); $pdf->Set_OrgOrg("VARIABLE_TEXT"); etc... $pdf->ShowPage1(); ?> Same for page 2 to 3 (2 pages in one PDF-document). The text VARIABLE_TEXT in page 1 should med able to have a Set-function. Simular forma...

    $48 (Avg Bid)
    $48 Avg Bid
    45 bids

    Hi, I need someone to build core php site without any framework this will be small project where seller will list the item buyer will purchase code should be clean and good quality we need basic design and clean code so will select lower bid thanks

    $102 (Avg Bid)
    $102 Avg Bid
    31 bids

    I'm interested in developing a simple PHP website similar to [this one](). A critical requirement for this project is an admin portal that allows for robust data management, including daily data input (manually or via .xlsx), data deletion, and report extraction. I also need the capacity to add secondary users and customize their permissions. I also need 2-3 places for google ad and 1-2 places for custom add integration. This project is on a budget. The ideal freelancer for this job should: - Be proficient in PHP and comfortable with any PHP framework - Have a strong background in building admin portals for data entry, data management, report extraction, and user management - Be able to navigate developing a website on a confined budget Interested freelancers

    $206 (Avg Bid)
    $206 Avg Bid
    8 bids

    We are looking for a developer to update our Braintree Drop-in integration to current Secure 3DS 2.0 security standards. Currently, we only need to update the existing code. Urgent. The system uses JavaScript (jQuery) and PHP (Laravel framework). If you have prior experience with this type of implementation, you will be given priority in project assignment.

    $170 (Avg Bid)
    $170 Avg Bid
    30 bids

    I am in need of a proficient developer who is also seasoned in dealing with website security. The primary aim is to secure my website, built with PHP/MySQL and Codeigniter, from all forms of attacks such as hacking, malware, and cross-site scripting (XSS) amongst others. Expertise I am particularly interested in are: - Advanced knowledge of website security - Experience in deterring data breaches, DDoS attacks, and unauthorized data access - Practical understanding of PHP/MySQL, and Codeigniter My site requires better management of the user authentication and data storage functionalities, considered vulnerability hotspots. Sound security measures need to be implemented to curb data vulnerabilities. Google has detected some coverage issues with the site and I would need thi...

    $96 (Avg Bid)
    $96 Avg Bid
    29 bids

    I need a part of code that send from a simple catalog page the data to cashier register to print the receipt. My cash register is RBS Edo, made in Greece. I have cap drivers RBS provide and the documentation in Greek Language.

    $1236 (Avg Bid)
    $1236 Avg Bid
    59 bids

    I am in need of an experienced PHP developer. Responsibilities will be determined once we establish a working relationship. Essential skills and experience: - Expert in form integration using latest codes for fast response - Extensive PHP development and database integration - Proven experience with API integrations. - High level of understanding of modern website design To ensure we're an excellent fit, please include examples of your past work in your proposal. I'm seeking an expert in PHP development, so make sure your past work showcases your skills and experience in this area.

    $211 (Avg Bid)
    $211 Avg Bid
    28 bids

    I am looking for experienced programming solution writers who can write blog articles on various programming languages, topics will be provided by us and how-to-write format will be provided by us. Ideal skills and experience for this job include: - Proficiency in Python, PHP, Java, C, and .Net etc - Good writing skills and the ability to explain complex programming concepts in a clear and concise manner - Ability to write engaging and informative blog articles - Proficiency in conducting research and presenting data analysis findings The articles should be well-researched, easy to understand, and provide practical insights and examples. If you have the required skills and experience in any programming and can deliver well-written blog articles within the specified length, please...

    $48 (Avg Bid)
    $48 Avg Bid
    23 bids

    More details: What type of forms do you need? Loan Forms What specific information do you need to collect in the loan forms? Loan amount and purpose How do you want the loan forms to be submitted? Admin submission

    $102 (Avg Bid)
    $102 Avg Bid
    26 bids