Php mysql form database free webmasterpekerjaan

Tapis

Carian terbaru saya
Tapis mengikut:
Bajet
hingga
hingga
hingga
Jenis
Kemahiran
Bahasa
    Status Pekerjaan
    2,000 php mysql form database free webmaster tugasan ditemui, harga dalam USD

    I'm searching for a proficient developer to design and implement a voting system for elections. The mechanism should be developed on PHP/MySQL and integrated into an existing portal where members login. Key Responsibilities: - Fabricate a robust and secure voting system. - Ensure the system supports voting for an array of different votes related to elections. - Integrate the voting system securely with an existing members’ login portal. Ideal skills and experience: - Proficient in PHP and MySQL, with previous experience building and integrating systems. - Familiarity with voting/polling systems. - Solid understanding of system integration and experienced with user authentication systems. - Knowledge of secure coding standards and practices. Feature...

    $221 (Avg Bid)
    $221 Avg Bida
    28 bida

    We bought Cloud Management script and AI script for that cloud to add on the features like Smart Data Generation. We are having issues with the Login to Cloud's user side through social media, admin can work very good. Please let me know if you are available to take up this task as a HIGH priority

    $72 (Avg Bid)
    $72 Avg Bida
    7 bida

    ...I'm looking for: My website is The blog was hosted on WordPress with a redirect **Issues Faced:** - The blog page is not loading at all. - No specific error messages have been identified, as it's simply down. **Ideal Experience and Skills for the Job:** 1. **Expertise in PHP:** Given the nature of the problem, a deep understanding of PHP is crucial for navigating and resolving the underlying issues. 2. **Problem-Solving Skills:** Ability to diagnose and fix issues related to database connections, broken links, or other potential server-side problems. 3. **Experience with CMS Platforms:** Familiarity with popular content management systems, assuming my blog uses one, could be beneficial for quicker diagnosis. 4. **Communication:** I'm looking for...

    $16 / hr (Avg Bid)
    $16 / hr Avg Bida
    95 bida

    Gradeco has an intranet called GRADENET, and its created in php/mysql platform. Please look at uploaded file for the requirements. Feel free to ask questions.

    $34 (Avg Bid)
    $34 Avg Bida
    13 bida

    As the client, I need assistance in creating a PHP website. However, I have not yet specified the required features, the information freelancers should include in their application, or the website's intended purpose. Key Requirements: - Familiarity with PHP and MySQL - Versatility in dealing with various website types and functionalities, as the specifics are currently undecided - Eagerness to adapt to new requests and changes Ideal Application: Freelancers interested in this project should lay out their experience and past work, particularly in PHP. Please submit a detailed proposal for the project, even though the requirements are currently vague, I am open to suggestions.

    $171 (Avg Bid)
    $171 Avg Bida
    57 bida

    Me encuentro en la búsqueda de un Administrador de Bases de Datos (DBA) para ayudarme a resolver dudas sobre bases de Datos en MySQL. Se requiere experiencia avanzada en gestión y optimización de bases de datos. El proyecto implica desafíos específicos, como la migración de datos, la gestión de grandes volúmenes de registros, y la implementación de estrategias eficaces para el manejo de datos a gran escala. Las dudas a resolver son las siguientes: - Migración Selectiva de Datos: Explorar la posibilidad de trasladar datos seleccionados de una base de datos existente a una nueva. - Migración Completa de Registros: Migrar todos los datos asociados a registros específicos. - Gestión de Registros...

    $30 / hr (Avg Bid)
    $30 / hr Avg Bida
    18 bida

    ...proficient in PHP to create an API that interfaces with Google Drive to perform a variety of operations. This project requires a robust understanding of Google Drive's API and exceptional PHP coding skills. **Required Operations:** - Uploading files with support for multiple file formats. - Creating folders within the Google Drive structure. - Renaming existing files to maintain organization. - Generating new files within Google Drive. **Ideal Skills and Experience:** - Extensive experience with PHP programming. - Prior work with Google Drive API or similar cloud storage services. - Ability to support multiple file formats in upload functionality. - Strong understanding of file management and manipulation within cloud environments. **Key Requirements:** - D...

    $51 (Avg Bid)
    $51 Avg Bida
    19 bida

    I'm seeking a professional well-versed in Google For...well-versed in Google Forms, skilled in creating forms with open-ended text responses. No need for any conditional logic jumps. Ideal Skills needed: - Google Forms expertise - Understanding of form functionalities for open-ended responses - Attention to detail with user-friendly design The purpose of this project is to create a Google form specifically for collecting customer feedback effectively. Since we aim to have only open-ended text responses, the freelancer has to ensure forms are designed in such a way that they allow users to freely express their views and thoughts. I have the current form which is in a Word version If there is an on-line product which allows me to save completed forms into folder...

    $363 (Avg Bid)
    $363 Avg Bida
    40 bida

    I'm looking for a professional who can help me reshape my SQL database into Excel report form, enabling me to manage and run these reports independently in the future. The ideal freelancer should: - Be proficient in SQL and Excel - Have a firm grasp of database reporting and transformations - Understand how to tease out meaningful metrics and data details for presentation The resultant report should include: Access our Autotask backend database using Data Warehouse. (Link Below) I want to be able to take that database and convert it into a nice report that I can send to our customers on tickets. Whats the common issues and similar. I have a Simliar report currently through Bright Guage but Im looking

    $463 (Avg Bid)
    $463 Avg Bida
    68 bida

    Current site is built on core PHP and running on PHP 5.6. Need immediate update to latest PHP version. Site have the following functionalities: - User registration and login; - E-commerce capabilities; - CMS; - CRM; - Front end customer panel and admin panel; - Cronjobs. At stage one the only requirement is to update the site to latest PHP. Future work will include complete conversion to WP and turning existing PHP code into custom plugins

    $1039 (Avg Bid)
    $1039 Avg Bida
    326 bida

    I'm looking to hire a proficient PHP/MySQL freelancer to tackle a couple of issues that have cropped up with our current software. Despite not specifying which bugs need attention, I can provide detailed insights into the issues once we engage in conversation, ensuring you understand the scope and specifics of what needs to be corrected. ### Ideal Skills and Experience: - Proficient in PHP and MySQL - Strong debugging and problem-solving skills - Experience with both front-end and back-end development - Familiarity with software testing and quality assurance - Excellent communication skills to report on progress and findings ### Testing Requirements: - All fixes must undergo thorough **Manual Testing** to guarantee they resolve the issues without introduc...

    $24 (Avg Bid)
    $24 Avg Bida
    30 bida

    i have a php script with some mysql queries and joins by DEFAULT there is no filter or condition on the STORE ID as when the script is loaded the first time no store id is selected so ALL data will be loaded for all stores now to filter the data for a specific store i added a WHERE clause to my query where o.orders_stores_id = '" . (int)$_GET['store_id_dd'] . "' '" . (int)$_GET['store_id_dd'] . "' is determined once i select a store from the dropdown filter. then it registers once i press submit however this only works if i add that WHERE clause the issue with that WHERE CLAUSE is that the DEFAULT or NULL case will not work and nothing will be returned as the code is treating it as NOTHING i.e its expecting a s...

    $25 (Avg Bid)
    $25 Avg Bida
    45 bida

    We have a developed application uploaded to the platforms, we want to improve it, and more importantly, we want to add a monetization module already defined. That is to say, the screens are designed and the scheme is already defined, the implementation is missing. If everything goes well, the hired person will stay to work on the following modules or functionalities of the application, apart from monetization, which is the first thing we need. I need a developer with a lot of experience in : * React Native * Laravel With completed projects that are: * Mobile applications for Android and IOS * Monetization Wanted: * Good understanding of a project already written and developed. * Creativity * Ability to work alone and in a team * Ability to work alone and as part of a team. * Estim...

    $32 / hr (Avg Bid)
    $32 / hr Avg Bida
    210 bida

    I'm in need of an Excel form for some streamlined data entry. Aside from typical data fields such as Name, Age and Email, I'm also interested in adding "Bank Name" and "LG Type". These two fields should be in the form of a dropdown menu, with pre-set options readily available. Here are some more specifics: - Fields: Bank Name (dropdown) and LG Type (dropdown) - Options for Bank Name: Please provide a list of bank names that will be determined later. - Options for LG Type: Please refer to various LG product types. Ideal candidates should be adept at constructing Excel forms with specific requirements. Prior experience with financial or tech-related forms is a big plus. Lastly, an understanding of dropdown field functionality with broad sets ...

    $19 (Avg Bid)
    $19 Avg Bida
    40 bida

    Hi Azfar Ullah K., This project is based on the task discussed.

    $7 (Avg Bid)
    $7 Avg Bida
    1 bida

    I'm looking for an experienced web developer or cybersecurity expert who can resolve an ongoing issue that is severely affecting two of my websites. Our ads have been blocked by Google, decreasing our revenue and negatively impacting page load time. Although previously removed, the malware has returned, indicating a persistent vulnerability. **Key Challenges to Address:** - **Malware Removal:...to safeguard against similar issues. If you have a successful track record in rescuing websites from such predicaments and can provide actionable insights on preventing future malware attacks, I would be eager to work with you. Please note that this project will only be finalized and the full payment released 1 month after the Google ads are reactivated and the server is confirmed to be malwa...

    $151 (Avg Bid)
    $151 Avg Bida
    82 bida

    I'm seeking a skilled freelancer to compile a detailed and comprehensive database focusing on local businesses, specifically including their phone numbers, business names, addresses, and photos. This project will require thorough internet research to gather and verify the necessary information. **Requirements:** - **Research Skills:** Proficient in conducting internet searches to locate accurate and up-to-date information. - **Data Entry:** Capable of meticulously inputting collected data into a structured database format. - **Photo Gathering:** Ability to source high-quality images relevant to each business for inclusion in the database. - **Attention to Detail:** Ensuring the correctness of all details, including spelling of business names and accuracy of addre...

    $63 (Avg Bid)
    $63 Avg Bida
    24 bida

    I'm in immediate need of an expert in Excel spreadsheet formatting. The task at hand primarily involves: Creating a form for s simple mathematic calulation.

    $18 (Avg Bid)
    $18 Avg Bida
    79 bida

    I have existing Sass project for a Laravel-based web application with the aim of developing my business website. I need to some change this for our business. - **Skills Required** - Expertise in Laravel Framework, livewire - Strong background in PHP and MySQL - Experience in Frontend Technologies such as HTML, CSS and JavaScript - Understanding in creating database schemas Ideal developers should have extensive experience in building a wide range of business websites using Laravel.

    $173 (Avg Bid)
    $173 Avg Bida
    53 bida

    ...this project is approximately 1.5 lacs INR, and the inclusion of the mandatory floating widget is non-negotiable. Technology Stack: Mobile App Development: Native (iOS and Android) or Cross-platform (React Native, Flutter). Backend: Node.js, Django, Ruby on Rails, or any preferred backend technology. Database: MongoDB, MySQL, or PostgreSQL. Cloud Services: AWS, Google Cloud, or Azure. Monetization Strategies: Advertisements: Banner ads and interstitial ads. Premium Subscription: Offer an ad-free experience and additional features. In-App Purchases: Introduce exclusive content or features for users. We invite qualified developers to submit detailed proposals by 28th Feb 2024. We look forward to reviewing your proposals and embarking on this exciting project togeth...

    $1512 (Avg Bid)
    $1512 Avg Bida
    33 bida

    Technicien Support Confirmé (Freelance, 35h/semaine) Je suis à la recherche d'un Technicien Support Confirmé en freelance pour rejoindre l'équipe de mon entreprise d'hébergement web LWS.FR. Mes attentes : Fournir un support technique de qualité à nos clients. Diagnostiquer et résoudre les problèmes techniques liés à FTP, MySQL, IMAP, POP, SMTP. Gérer et entretenir des sites sous WordPress. Être à l'aise avec l'utilisation de cPanel ou de systèmes équivalents. Expérience requise : Au moins 3 ans d'expérience dans un rôle similaire. Nature du contrat : Poste en freelance, avec un engagement de 35 heures par semaine. Prof...

    $10 / hr (Avg Bid)
    $10 / hr Avg Bida
    17 bida
    php correction Tamat left

    2 really little tasks for developer with php skills: 1. On my homepage is a language switcher where an error is regarding opening the right language page 2. Map a contact form with right language. Please contact only with "good php skills". Fixprice 10€ !!!

    $20 (Avg Bid)
    $20 Avg Bida
    64 bida

    I’m seeking an experienced PHP developer well-versed in MySQL to build a robust user authentication and database integration system for my project. Here are the key functionalities and requirements for the job: **Functionalities Required:** - **User Authentication:** Ability to support users registering and logging in to access specific features. - **Database Integration:** Seamlessly integrate user data with our MySQL database. - **Security:** Implementing regular security audits to ensure user data is safeguarded effectively. **Ideal Skills and Experience:** - Proficient in PHP and MySQL. - Experience in building secure user authentication systems. - Knowledgeable in conducting and implementing security audit recommendation...

    $594 (Avg Bid)
    $594 Avg Bida
    91 bida

    I have asp.net and dojo pages that need to have a new frame added with a spreadsheet view of some database fields I also have a need to create a new database table to organize some concepts

    $166 (Avg Bid)
    $166 Avg Bida
    32 bida

    I'm looking for a skilled Drupal developer to create a sophisticated contact form(total 6 in number)on my Drupal website. This form is a critical component for engaging with our site's visitors by allowing them to easily get in touch with us, so it should be both functional and user-friendly. This forms should be in such a manner that if we are creating a page/blog page/product and selecting category, automatically those category webform should be attached with that new page All categories are already at our website and fully functional. ### The form must include: - **Fields for user input:** There should be dedicated fields for a Name, Email, Phone Number, Main Category, Sub-category of the Main Category, and a Description box. - **File Upload Option:** U...

    $26 (Avg Bid)
    $26 Avg Bida
    9 bida

    Requirements - proficient in PHP/MySQL/CSS LAMP I need someone with strong PHP/MySQL skills to put some filters/sort links on a few pages for me (max 4), so when a user clicks on a link, they get the relevant results from database. It's a Movie/Books site. I want 2 rows of clickable filters on the page(s) like so - Latest Releases | Highest Rated | Coming Soon | Recently Added then below that I will have some clickable image logos of - Netflix | Amazon | Apple tv Functionality wanted - Users of the site to be able to click any of the top row of links and get relevant results (e.g Latest releases) and also be able to click one of the bottom images (netflix, amazon etc) so they could choose to see - Highest Rated on Netflix etc. All data is...

    $172 (Avg Bid)
    $172 Avg Bida
    109 bida

    ...seeking a talented developer to help me transition away from the Google Places API and establish our database. You'll be expected to source or develop a new API that meets our needs for Location search, Nearby search, and Place details. Concurrently, you'll be setting up a high-functioning database to store and manage Business Listings, User Reviews, and Geographical Coordinates. I would like the database to support: - Data Filtering: To sift through data and retrieve only what is needed. - Data Sorting: To arrange the stored data in a meaningful order. - Data Querying: To extract specific information from the database on-demand. Ideal applicants should have experience in API development, database construction, and management, and should be...

    $241 (Avg Bid)
    $241 Avg Bida
    71 bida

    I'm in need of a comprehensive email database aimed at tech startups for marketing campaigns. A firm understanding of the tech startup landscape and precision in data-gathering is vital for this task. Key Requirements: Only source company emails, not generic email ids. Here is the criteria as mentioned below. Designation: Chief Executive Officer (CEO) Chief Marketing Officer (CMO) Marketing Manager Sales Director Business Development Manager Digital Marketing Manager Founder Industries: (Small to medium enterprises: Revenue less than less than $1Mn) E-commerce Technology/Software Marketing and Advertising Retail Manufacturing Finance and Banking Health and Wellness Hospitality Consulting Education Geography: United States United Kingdom Canada India Number of columns: Co...

    $151 (Avg Bid)
    $151 Avg Bida
    19 bida
    DB Architect: Tamat left

    Requirement is very clear I need DB Architect: Start Date – Immediate Work Mode – Remote Work Hours : 11.30 AM to 8.30 PM ( May stretch depending on deliverables) Exp: 12 YRS (Minimum) ü Proven expert at writing SQL code with at least 10 years of experience. ü Must have 5+ years of experience working with large data ...have business-oriented thought process. ü Proven expert at setting up standards and coding process ü Must have worked with Source Code Control tools like Bitbucket/GIT. ü Must have done code reviews for the team. Desirable: Ø Prior experience working in utility domain. Ø Any DB/DW certifications from Microsoft or equivalent. Ø Any knowledge of Data Science and Statistics is a plus Ø Tools used: MySQL...

    $1534 (Avg Bid)
    $1534 Avg Bida
    15 bida

    I am seeking one or more senior PHP developers for various tasks on a contract basis for 3 to 6 months. . The projects you will be working on include: - Backend development - API integration - Website maintenance Furthermore, these tasks span across multiple projects such as: - E-commerce website development - CRM system customization - Integration of a payment gateway - CQRS - Domain Drive Design Although I don't have any specific design preferences for the e-commerce website, it is crucial that you have a serious expertise in PHP, a keen eye for optimising backend operations and a proven track record in integrating diverse APIs. Prior experience with e-commerce websites and CRM system customisation will be a major plus. Note:- Our budget is 1L per month Non Negoti...

    $1264 (Avg Bid)
    $1264 Avg Bida
    74 bida

    We are seeking a skilled freelancer to develop a simple PHP script focused on data visualization, specifically catering to planetary hours. While the script's core functionality can be achieved through ChatGPT, we believe an experienced individual can deliver efficient results promptly. Description: We require a straightforward script to display planetary hours based on location and date input. Key Functions: The script will closely resemble the functionality of this sample site, with additional features: - Integration of Islamic (Hijri Date) display alongside the conventional calendar. - Option for users to select their location, with the flexibility to change it as needed. - Enhanced visualization by displaying the names of planetary rulers alongside logos. - Addition of ...

    $28 (Avg Bid)
    $28 Avg Bida
    16 bida

    ...to install PHP 7.4 on my cPanel that is running Almalinux 9. The primary purpose of this setup is to support a web application I'm developing, which means efficiency and reliability are crucial. **Key Requirements:** - Perform a seamless installation of PHP 7.4, ensuring compatibility with Almalinux 9. - Configure all necessary PHP extensions including PDO MySQL, cURL, and GD to support the functionality of my web app. - Guarantee that the installation and configuration will not disrupt the current server environment and other hosted applications. **Ideal Skills and Experience:** - Proficient in server management, specifically with cPanel and Almalinux 9. - Experienced in PHP installations, with a focus on PHP 7.4, and understand its nua...

    $21 (Avg Bid)
    $21 Avg Bida
    15 bida

    This project involves carrying out small redesign tasks to amplify the functionality of the existing PHP booking pages. - PHP Development: Specifically, you should possess a solid background in modifying and optimizing PHP booking pages. - Layout Design: It's crucial you have a keen sense of aesthetics and layout design, with ample experience in redesigning web layouts. Creativity and an eye for detail will allow you to effectively rearrange the layout of the booking page(s). - Custom Parameter Integration: Your job will involve incorporating an extra parameter – the 'Practitioner Selection' – into the appointment display. I anticipate you'll understand the significance of this parameter in boosting our system’s efficiency. In es...

    $493 (Avg Bid)
    $493 Avg Bida
    212 bida

    More details: What type of work do you want to do from home? Data entry What software or tools do you expect to be used for data entry? Microsoft Excel How complex is the data entry work? Data sorting and basic formulas

    $6 / hr (Avg Bid)
    $6 / hr Avg Bida
    37 bida

    Additional Details: - The finalized documentation should be in open API (Swagger Interface) format. - Previous experience in creating API documentation for internal use is required. - Proficiency in Swagger, MySql, and NodeJS is mandatory. Ideal Skills: - Strong knowledge and experience in NodeJS - Demonstrable experience working with Swagger - Familiarity with API documentation for internal use

    $35 (Avg Bid)
    $35 Avg Bida
    29 bida

    I'm looking for an experienced developer to create a specialized online database for managing profiles of models and actors we represent. This tool will serve as a centralized platform to efficiently store, access, and manage detailed information about each individual we work with. We have already a database online but we need to divide it in 2 one for adults and one for kids on 2 different websites and make changes **Key Features Required:** - **Data Entry Interface:** A secure, user-friendly interface for our agency staff to manually input personal and professional details of models and actors. - **Comprehensive Data Fields:** Include fields for personal details (e.g., name, age, contact information), physical attributes (e.g., height, weight, eye color), and portfo...

    $179 (Avg Bid)
    $179 Avg Bida
    34 bida

    I'm seeking a skilled PHP developer to create a script tailored to my specific needs for managing XML data efficiently. This script will play a crucial role in the operation of my e-commerce platform, ensuring up-to-date product listings and accurate inventory management. **Key Requirements:** - Develop a PHP script to parse XML files. - The script must extract specific data elements: Product Names, Prices, Descriptions, and Stock Levels. - Import parsed data into a MySQL database. - This process needs to be automated to run on an hourly basis without fail. **Ideal Skills and Experience:** - Proficient in PHP with a strong understanding of XML file handling. - Experienced in writing SQL queries and database schema design. - Familiarity with ...

    $148 (Avg Bid)
    $148 Avg Bida
    56 bida

    I'm looking for a savvy social media expert to create a captivating Instagram sales page that will skyrocket my product sales. My aim is to offer my audience premium debt settlement guides that will empower users to take control of their finances and embark on a debt-free journey. **Requirements:** - Experienced in creating engaging sales pages specifically on Instagram. - Skilled in graphic design to create visually appealing posts. - Proficient in copywriting to communicate the value of debt settlement guides effectively. - Familiar with Instagram's algorithm and how to maximize post visibility. - Able to provide insights and strategies to consistently increase sales over time. **Ideal Skills and Experience:** - Proven track record of successful sales pages on Instag...

    $12 / hr (Avg Bid)
    Perjanjian Kerahsiaan
    $12 / hr Avg Bida
    19 bida

    Hello Yousef, Can we start?

    $175 (Avg Bid)
    $175 Avg Bida
    1 bida

    ...detail and a versatile skill set that encompasses database optimization **Key Tasks Include:** - **Database Development:** Create a robust MySQL database that caters to our specific data management needs. - **Web Interface Creation:** Develop an intuitive web-based interface that allows users to easily interact with the data stored in our database. **Ideal Skills and Experience:** - Proficient in Python programming, specifically with experience in using Python for database manipulation and web scraping. - Expertise in SQL with a strong preference for candidates well-versed in MySQL. - Demonstrated experience in developing web-based interfaces, with a portfolio of past projects that showcase these capabilities. - Familiarity with data...

    $8 / hr (Avg Bid)
    $8 / hr Avg Bida
    51 bida

    I have a project well suited for a detail-oriented individual with a knack for data entry. This involves populating over 1000 online forms with data that I will provide. Key Responsibilities: - Completion of over 1000 forms accurately - Strict adherence to data privacy and protection guidelines Ideal Qualities and Skillset: - Proven track record in an online form filling task - Excellent attention to detail - Ability to work within specified timelines - Familiarity with data privacy standards Just to clarify, freelancers won't need to hunt for the data, I have everything ready to go. I look forward to receiving bids from individuals with the necessary skills.

    $19 / hr (Avg Bid)
    $19 / hr Avg Bida
    92 bida

    Sila Dafter atau Log masuk untuk melihat butiran.

    Dimeterai Perjanjian Kerahsiaan

    I'm seeking a freelancer with profound experience in setting up phpMyAdmin on a macOS environment on my MAC AIR. My setup already includes a functioning web server (Apache/Nginx), suggesting that a part of the environment is prepared for phpMyAdmin installation and configuration. Getting Forbidden error when trying to run setup on setup **Requirements:** - Strong background in PHP and MySQL - Previous experience setting up phpMyAdmin on macOS - Familiarity with macOS server configuration and security practices - Ability to troubleshoot potential installation and configuration issues

    $38 (Avg Bid)
    $38 Avg Bida
    12 bida

    ...with my project that requires immediate attention from a skilled PHP developer with strong expertise in MySQL. The main problem involves database connection issues that prevent my website from functioning correctly. Due to the urgency of this matter, I'm looking for a professional who can dive into the problem and resolve it swiftly. Ideal Skills and Experience: - Proficient in PHP and MySQL. - Experienced in diagnosing and fixing database connection issues. - Ability to work under pressure and deliver quick solutions. - Excellent problem-solving skills and attention to detail. Requirements: - Quickly identify the root cause of the MySQL connection issue. - Implement a robust solution to ensure stable and reliable database c...

    $7 / hr (Avg Bid)
    $7 / hr Avg Bida
    20 bida

    We are looking for developers who can work on customizing WordPress a Details of our current project can be seen here [Removed by Freelancer.com] We are a MVNO (Virtual mobile phone company) and our core business is selling SIMs/eSIMs to people in Brazil and people around the world that travel to Brazil as well as to Brazilians that travel abroad. 1) Our initial hourly rate is U$5. Please do not bid an hourly rate different from what you will charge. 2) Please do not bid if you don't have 20+ hours a week 3) Please do not bid if you can't start immediately 4) Please do not agree to take the task if you will not accept the project immediately if you are awarded the project. Our store is fully functional and configured with payment gateways installed and workin...

    $5 / hr (Avg Bid)
    $5 / hr Avg Bida
    21 bida

    I'm experiencing a problem requiring immediate attention concerning my CentOS 7 server. I've lost my database and need to restore it from MySQL files, specifically .frm and ibdata1 formats. If you are a specialist in CentOS 7 and have substantial knowledge and experience in MySQL database restoration tasks, I'd be grateful for your help. Key tasks include: - Restore the database from source files (.frm and ibdata1) - Swift problem resolution Required expertise and skills include: - Extensive knowledge of CentOS 7 server - Advanced experience in MySQL database restoration - Proficiency in handling .frm and ibdata1 database files. As this is a time-sensitive project, prompt and efficient responses are highly appreciat...

    $121 (Avg Bid)
    $121 Avg Bida
    2 bida

    ...an expert with a strong background in Linux servers and MySQL database management to fix an issue where my server is experiencing problems specifically related to MySQL. My server has suddenly stopped responding correctly, and it seems to be an issue with MySQL, though I haven't made any recent changes to the MySQL configuration or database schema. Ideal Skills and Experience: - Proficiency in Linux server administration - Extensive experience with MySQL, including troubleshooting and optimization - Ability to diagnose and resolve issues remotely - Familiarity with common Linux server monitoring and management tools - Excellent problem-solving skills and attention to detail Requirements: - Quickly identify the root cause of the ...

    $81 (Avg Bid)
    $81 Avg Bida
    13 bida

    CHECK THE SCOPE OF WORK DOCUMENT FOR PROJECT DETAILS, BUDGET, PAYMENT TERMS AND DEADLINES We need developers for Development of 5 platforms  Customer app Vendor app Rider app Website Admin panel UI design is already done on figma and ...Development of 5 platforms  Customer app Vendor app Rider app Website Admin panel UI design is already done on figma and xd. We need freelancer for development, testing and tech support. Time duration - 2 months.  Developer will also be responsible for later tech support.  We want Hybrid apps that works on both ios and Android. Complete end to end support needed. Flutter apps/Hybrid apps needed. MySQL as database  Budget is very low and tight, but negotiable. Send your resume having working apps in your portfolio. N...

    $1843 (Avg Bid)
    $1843 Avg Bida
    63 bida

    As an ambitious project owner, I am seeking a skilled PHP Laravel developer with a keen interest in optimization and excellence. Key responsibilities will include: - Backend development: you should be equipped with the necessary skills and experience to handle complex backend functionalities, ensuring the smooth running of our web application. - Database management: proficient command of MySQL is essential. You should be comfortable designing, implementing and managing this database system. - Speed optimization: a significant part of the job would be dedicated to enhancing the performance and responsiveness of our web application. If you've got proven experience in this area, you're the candidate we are searching for. - Security enhancements: we va...

    $117 (Avg Bid)
    $117 Avg Bida
    29 bida