Php send email script mysql työt

Suodata

Viimeisimmät hakuni
Suodatusperuste:
Budjetti
asti
asti
asti
Tyyppi
Taidot
Kielet
    Työn tila
    2,000 php send email script mysql työtä löytyi, hinnoittelu EUR
    UK Email Leads Verification for Marketing 6 päivää left
    VARMENNETTU

    I'm in need of a professional who can verify a large number of ntlworld & blueyonder email leads for the UK. These leads will be used for a marketing campaign. Key requirements for this project include: - Verification of both ntlworld & blueyonder email leads. - Handling a significant volume of leads, exceeding 10,000. - Ensuring high accuracy and valid email addresses. Ideal candidates will have: - Experience in email lead verification. - A track record of managing large lists of email addresses. - Demonstrated success in maintaining high levels of accuracy. - Previous work with ntlworld & blueyonder email leads would be a plus. I'm looking for someone who can efficiently and effectively verify these email leads to...

    €131 (Avg Bid)
    €131 Keskimäär. tarjous
    27 tarjoukset
    Dummy Php web app with REST API 6 päivää left
    VARMENNETTU

    Hello, I will need a basic php app, for a simple petrol stations management. with 2 roles and a rest api that will support the following calls: 1. GET: Get service station data and prices of selected fuel. GET: Number of service stations (integer), maximum, minimum and average price per litre (with 3 decimal places). 3. GET: Get a price list of a service station. 4. POST: User login (the database already has users). 5. 6. GET: Receive orders of a service station from the service station owner 7. PUT: Price change to fuel from petrol station owner 8. PUT: Execution of an order by the retailer 9. DELETE: Deletion of an order by a petrol station owner or by a simple user (if it has not been executed). Analytical details docx on chat. Budget: $80 USD Deadline: 31/5

    €114 (Avg Bid)
    €114 Keskimäär. tarjous
    73 tarjoukset

    Need someone to create Php script that can be used to create domain and subdomain using cpanel api

    €121 (Avg Bid)
    €121 Keskimäär. tarjous
    60 tarjoukset
    FileMaker - WhatsApp Web Integration 6 päivää left
    VARMENNETTU

    ...integration is to automate the sending of reminder messages to my contacts. Key Project Requirements: - Develop a functionality (script) where WhatsApp messages (to an existinig or not existing contact) are generated automatically upon clicking a button from the database Ideal Skills and Experience: - Proficient in FileMaker and JavaScript - Previous experience in integrating WhatsApp into other platforms - Strong understanding of message automation i think is really a simple thing, but there is something in my syntax that is not allowing to finish the task, im almost done with this. i think is just a line in javsacript I could give my script coding perhaps is very simple, This project requires technical skills and a good understanding of both platform...

    €19 (Avg Bid)
    €19 Keskimäär. tarjous
    11 tarjoukset
    PHP Design Enhancements Implementation 6 päivää left
    VARMENNETTU

    I am in need of a skilled PHP developer who can help me with implementing some design adjustments on my website. The job will involve: - Making layout adjustments - Updating the fonts - Adding new sections, specifically testimonials Your tasks will include modifying the layout of the website to accommodate the new sections and updating the fonts to align with the design changes. You will also be responsible for ensuring that the users' testimonials are seamlessly integrated into the design. Ideal Candidate: - Proficient in PHP - Strong understanding of front-end design - Experience in layout adjustments and font updates - Ability to add new website sections - Attention to detail, to implement the design changes accurately. Please note that you will be provided wit...

    €146 (Avg Bid)
    €146 Keskimäär. tarjous
    189 tarjoukset

    I have a backend code for a pre-existing fully function website and mobile app. The backend code is currently all written in php. I need someone to convert this existing php code into fully functional python code which I can deploy.

    €85 (Avg Bid)
    €85 Keskimäär. tarjous
    22 tarjoukset

    I'm looking for a professional who can turn a Pine Script Indicator into a Trend Following Strategy on TradingView. The indicator is written in Pine Script, and the end product should offer clear entry and exit signals based on the indicator's moving averages. Key Deliverables: - Convert the existing Pine Script Indicator to a comprehensive Trend Following Strategy. - The strategy should utilize moving averages as the primary factor for determining entry and exit points. Ideal Skills & Experience: - Proficiency in Pine Script - Strong background in trading strategies, specifically trend following - Experience building and implementing trading strategies on TradingView - Familiarity with moving averages and their application in trading strategies.

    €171 (Avg Bid)
    €171 Keskimäär. tarjous
    7 tarjoukset

    We have built a customized website in core php and need another experienced developer to join the team to fix some bugs, We are looking for a very experienced php developer for our project, you must have at least 12-15 years of experience with a good reference . Must have experience in multi-user programming, must know how to do quality coding, fix sql injections Conditions: You must be a independent freelancer. and share with some of your customized applications that u have worked on.

    €6 / hr (Avg Bid)
    €6 / hr Keskimäär. tarjous
    86 tarjoukset

    Looking for a Python & Active Directory Expert to create a script and test data to capture all meta data linked to and which describes the confined parameters of an AD account, group policy etc. and export to a MS Excel File. More information attached.

    €38 (Avg Bid)
    €38 Keskimäär. tarjous
    8 tarjoukset

    I need a PHP script to update an existing PDF file with data from a form. - The purpose is to update information in the PDF file, not generate new ones. - The edited PDF will be displayed once, not saved for future reference. - The data that I'll be entering into the form is a bit more complex than just text. It includes text, images, tables, etc. The ideal freelancer for this project should have: - Strong understanding of PHP. - Experience with PDF manipulation in PHP. - Ability to work with various data types in PDFs. - Attention to detail to ensure the PDF retains its original style, font, spacing, etc.

    €22 (Avg Bid)
    €22 Keskimäär. tarjous
    34 tarjoukset

    ...in a visually appealing and easy-to-understand manner. Project Details: Video Length: Approximately 2-3 minutes Style: 2D/3D animation (depending on the freelancer's expertise and recommendation) Content: Script, storyboard, and voice-over (to be provided by us) Objective: Highlight key features, user interface, and unique selling points of the software Target Audience: Potential clients, investors, and stakeholders Responsibilities: Collaborate with our team to understand the project requirements and objectives Develop a creative and engaging storyboard based on the provided script Create high-quality animations that align with our brand and project goals Incorporate feedback and revisions as needed to ensure the final product meets our expectations Deliver the fi...

    €213 (Avg Bid)
    €213 Keskimäär. tarjous
    18 tarjoukset

    I need create calculator like on page : https:/...VAT. here is JS for this from page dreambed. <script> function calculateCustomPrice(element) { const customPriceInput = ('js-custom-input'); let productId = , location = String() + '?productId=' + productId + '&do=calculateCustomPrice'; for (let input of customPriceInput) { if ( === '') { return; } location = location + '&' + + '=' + ; } if (typeof jQuery !== 'undefined') { $.({ url: location, }); } else { ('POST', location); } } </script>

    €38 (Avg Bid)
    €38 Keskimäär. tarjous
    12 tarjoukset

    I'm in need of a skilled PHP developer to create a custom admin dashboard. The primary goal of this project is to provide a user-friendly interface for my data, with the following features in mind: - **Data Visualization**: I want the dashboard to be able to display key data pertinent to my business. This may include sales data, user activity, and website traffic. - **User Management**: While not explicitly stated, I understand the importance of user management in an admin dashboard. Therefore, building a system that allows for user management is a crucial part of this project. - **Role-based Access Control**: I want the dashboard to have role-based access control. This means that users will have different levels of access based on their roles within the organization. Your re...

    €15 / hr (Avg Bid)
    €15 / hr Keskimäär. tarjous
    116 tarjoukset

    We are looking for a computer program that can take over some of the repetitive tasks we currently do manually. The p...primarily be used on Windows OS and should be capable of performing the following functions: - Automating data entry tasks - Organizing files efficiently - Managing emails effectively - Checking invoices to prevent double billing Ideal candidates for this project should have: - Experience in developing Windows-based automation software - A strong understanding of data entry, file organization, email management, and invoice checking processes - Proficiency in designing user-friendly interfaces - Ability to integrate error prevention mechanisms to ensure accuracy Your solution should help us streamline our work processes, reduce human error, and increase overall e...

    €1300 (Avg Bid)
    €1300 Keskimäär. tarjous
    62 tarjoukset

    I'm in need of a creative and modern strip for our business email signature. Key elements to incorporate into the design include: - Name - Contact details We are a print finishing business , we deal with printers who send their work to us for finishing touches such as lamination, hot foiling, die cutting to complete the product. Our slogan is 'Printing print to life' The design needs to reflect a contemporary, cutting-edge aesthetic that matches the innovative ethos of my company. Experience in clean, bold, and eye-catching designs would be beneficial for this project. The finished product should be seamlessly integrated into my business email setup, and should elevate the professionalism of my communications. Potential freelancers should have pre...

    €66 (Avg Bid)
    €66 Keskimäär. tarjous
    89 tarjoukset

    I'm in need of an experienced PHP backend developer who can assist me with urgent server configuration and API integration tasks. Specifically, I would require the following: - Server Configuration: I need someone who is well-versed in server setup and configuration, ensuring a smooth and efficient back-end infrastructure. The ideal candidate should be able to ensure optimal performance and security. - API Integration: There is a need for the integration of an 'informative application' API. This task requires someone with prior experience in integrating custom APIs and a strong understanding of how to effectively connect APIs for seamless functionality. Ideal Skills and Experience: - Proficient in PHP for backend development. - Strong background in server co...

    €76 (Avg Bid)
    €76 Keskimäär. tarjous
    27 tarjoukset
    Python Script for Web Scraping 5 päivää left
    VARMENNETTU

    I urgently need a Python script created to scrape data from Website 1 and write it to a CSV file. The data I need to extract is specific to TVL daily total. Site: Key Requirements: - Develop a Python script for web scraping - Extract TVL daily total data from - Save the data into a CSV file Ideal Skills: - Proficient in Python programming - Experience with web scraping tools and techniques - Strong understanding of data handling, especially writing to CSV files - Good communication for timely updates on the project's progress.

    €24 (Avg Bid)
    €24 Keskimäär. tarjous
    57 tarjoukset

    ...nonfunctional PHP or HTML form based on a concept I have. The form should be beautifully designed and should be able to toggle between light and dark modes. I only need the design. This form does not require a database. - The form should be designed to be versatile and multiple types of utility forms - The form should include various fields, including but not limited to Name, Email, Phone number, Address, and Message. - The form should be equipped to handle and incorporate different types of utility forms such as Contact form, Feedback form, Registration form, and Survey form. I will provide you with a mockup of the form; you will be tasked with transforming this concept into a functional form. Most have side admin panel Ideal Skills and Experience: - Proficient ...

    €21 (Avg Bid)
    €21 Keskimäär. tarjous
    46 tarjoukset

    I'm in need of a skilled professional who can set up a custom email campaign for me. Key Requirements: - The mass emailer should be able to send emails at a custom frequency, not limited to a set number of times per week. - The content of the emails will primarily be news and articles. - I need the email layout to be fully responsive across different devices - mobiles, tablets, and desktops. This is crucial for ensuring a good user experience and high engagement. Ideal Skills and Experience: - all the technical tools to ensure that emails get to the inbox - You are ONLY required to send emails to the addresses we send you. - This is not cold marketing, our emails have over 81% user engagement if they don't go to spam. - Possibility to make a ...

    €2315 (Avg Bid)
    €2315 Keskimäär. tarjous
    15 tarjoukset
    Telegram VoIP Python Script Development 5 päivää left
    VARMENNETTU

    I'm seeking a skilled Python developer to create a script that can facilitate sending and receiving voice calls via Telegram VoIP. The main aim of this project is to integrate the developed script into an existing application. The script should be compatible with Python 3.x.

    €77 (Avg Bid)
    €77 Keskimäär. tarjous
    6 tarjoukset

    We need an expert to help us set up a GitHub Codespace for our Prestashop Website. We've already created the appropriate Codespace account and repository. We also user Docker. We don't manage to run php 7.0 on the codespace server. There's probably something we're doing wrong (we're not github/codespace experts). We need you to finish the set up for us. Please apply to this job ONLY if you're very experienced with Github-Codespace-Dockers + php.

    €15 / hr (Avg Bid)
    €15 / hr Keskimäär. tarjous
    17 tarjoukset
    PHP Laravel pages work 8 päivää left

    Hi Zubair Ali S., I noticed your profile and would like to offer you my project. We can discuss any details over chat.

    €46 (Avg Bid)
    €46 Keskimäär. tarjous
    1 tarjoukset

    ...necessary (php receiving the form optional, see below). „Nice Admin“-Template must be used: Project Requirements: - Convert Microsoft Word Document (2 pages) to Web Form: Transform the content and layout of the Word document into a web-based form. - Responsive Design: Ensure the form is fully responsive and looks great on all devices (desktop, tablet, and mobile). - Form Fields: Create all necessary form fields as outlined in the Word document, including text fields, dropdowns, checkboxes, addable rows table, etc. - User-Friendly Interface: Design a clean, user-friendly interface. Skills Required: - Proficiency in HTML, CSS, JavaScript, and responsive web design - Experience with web form development and validation PHP Integration

    €31 (Avg Bid)
    €31 Keskimäär. tarjous
    31 tarjoukset
    PHP Navigation & Footer Adjustment 5 päivää left
    VARMENNETTU

    I have an issue with overlapping content in my website's navigation bar and footer. I need a skilled developer to fix the problem. Key Requirements: - Fixing overlapping content ...I need a skilled developer to fix the problem. Key Requirements: - Fixing overlapping content in the navigation bar and footer - Ensuring the elements are well-aligned I'm aiming for a responsive design that works seamlessly across different devices - desktop, mobile, and tablet. The final output should be fully functional on Chrome and Safari. Ideal Skills and Experience: - Proficient in PHP, CSS, and HTML - Experience in responsive web design - Knowledge of cross-browser compatibility issues - Prior work with navigation and footer elements - Ability to troubleshoot and resolve desig...

    €24 (Avg Bid)
    €24 Keskimäär. tarjous
    98 tarjoukset
    Survey Tracking Website Development 5 päivää left
    VARMENNETTU

    ...Homepage: • Engaging visuals and clear messaging to capture visitor attention. • User registration, login, and payment links. • Introduction to the service. • About Us Page: • Detailed information about the company's background, values, and team. • Products/Services Page: • Showcase of offerings with descriptions and images. • Register Forms: • User registration form with fields for personal details, email, and password. • Validation for form inputs. • Payment Gateway Integration: • Payment form integrated with a payment gateway (e.g., Stripe, PayPal, Credit Cards ) for secure transactions. • Confirmation page displaying payment success or failure. • Data Submission Form: • Form for users to upload do...

    €610 (Avg Bid)
    €610 Keskimäär. tarjous
    60 tarjoukset

    ...digital marketing trends is a plus. Technical Requirement: • Fast Internet • American English Accent • Quality Microphone Ready to take your sales career to the next level? We are! How to Apply? (Do the Following to be considered, copy and paste the template below and use as your cover letter) 1. Record Your Voice: Read the following sales script with your voice: 2. Speed Test Goto: Change server to any Los Angeles, CA Server. Screenshot or link me to your test result. 3. Are you able to work in USA Time? (-8 PST) working 8am-4pm or 8am-5pm? 4. What is your Sales Experience and Website Design knowledge? 5. Are

    €10538 (Avg Bid)
    €10538 Keskimäär. tarjous
    2 tarjoukset

    Hello, I'm in need of a skilled UI developer with solid PHP experience to assist with a project. Strong UI Experience + PHP Experience - Have to fix few pages design & layout change for 1 page. Its 4 - 5 hrs work for experience , i will share FTP detail & task detail document in DM Max Budget 1000 INR Regard

    €11 (Avg Bid)
    €11 Keskimäär. tarjous
    12 tarjoukset
    Cyclecloud HPC Cluster Configuration -- 2 5 päivää left
    VARMENNETTU

    ...begin with; these will come in pairs. One partition will be high priority (aimed at running uninterruptible workloads) and the second will be low priority (spot), both using the same VM SKU. In the first instance, I would like to use HB120v2 for the two CPU partitions and the A100 GPU for the two GPU partitions. I would also like to have SLURM accounting set up within the cluster i.e. not using the MySQL service on Azure. Lastly I would like the cluster to have Prometheus/Graphana monitoring capability so that individual users can monitor job statistics. Eventually, we would like users to also be able to interact with the cluster via VS Code and Jupyter. Delivery : within 1 week -- please only bid if you have done this before. Please provide your past experience and any relevant...

    €143 (Avg Bid)
    €143 Keskimäär. tarjous
    15 tarjoukset

    Before you respond on Freelancer.com, please...excellent previous ratings. The chosen freelancer will receive positive feedback score and prompt payment. ----------------- About the subject ----------------------- This is a 3-hour project to create 3 videos which explain how to use a new software which we have created The deadline is sacred, we cannot extend the 3 hour timeline. ---------------- About the video ------------------- Video script: (See attached file - Video ) --------- Other details ------------------------- No voiceover is required. Generic background music is required, something light and peppy. Please bid only if you have prior experience in making animated videos, and can deliver this in 4 hours. Otherwise, do not waste your valuable bid. Good luck!

    €36 (Avg Bid)
    €36 Keskimäär. tarjous
    8 tarjoukset
    Custom Jasmin SMS Gateway Setup 5 päivää left
    VARMENNETTU

    I need an experienced engineer on the Jasmin SMS gateway. Please place a bit ONLY IF you have experience with Jasmin SMS gateway!!! Task: Run Jasmin locally and wish you to demonstrate how to set the first example script from their documentation linked here:

    €40 (Avg Bid)
    €40 Keskimäär. tarjous
    3 tarjoukset

    I'm looking for a skilled PHP Laravel developer to work on a project basis. The ideal candidate should have expertise in the following areas: - Frontend Development - Backend Development - Database Management

    €4 / hr (Avg Bid)
    €4 / hr Keskimäär. tarjous
    59 tarjoukset

    I want a skilled PHP developer with experience in form handling to create a script for me that will block a form's submit button until certain conditions are met. Key Requirements: - The button should only become active if the user types in any text. This means if the form is left blank or a field is left empty, the button should stay inactive. - After clicking the button, if the conditions are not met, I want an error message to be shown to the user. This is to ensure that they understand what is expected before the form is submitted. The form is working inside an wordpress website but was made with php

    €20 (Avg Bid)
    €20 Keskimäär. tarjous
    40 tarjoukset
    Java Backend Developer for API Work 5 päivää left
    VARMENNETTU

    I'm currently in need of a talented Java backend developer who has a strong understanding of databases, particularly MySQL and PostgreSQL. Key Responsibilities: - API Development: The primary focus of the project is on developing APIs that are efficient, secure, and capable of handling high traffic. - Code Modification: The project requires some modification of existing code to ensure seamless integration of the APIs. - Reporting: The backend developer should be able to generate insightful reports based on the data stored in the databases. Ideal Skills: - Proficiency in Java: Excellent understanding of Java is a must. - Strong Database Skills: Prior experience with MySQL and PostgreSQL is necessary. - API Development: A proven track record in creating high-performance ...

    €5 / hr (Avg Bid)
    €5 / hr Keskimäär. tarjous
    30 tarjoukset

    hello, there, We need some Native Austrian and German to do a recording task, they are short sentences, the recording would take you about 15 minutes, the budget is $9 for the whole task the speakers need to be: -Age from 18-55, Both professional voiceover or amateur -Equipment: You just need to have a good phone. The recording script is in our recording app so you will need to download our recording app and then use task name we provide to log in and record. -Envrionment: Please record in a quiet room, no echo, no other noise like birds noise, car noise and so on. Don't need to use earphone or bluetooth. -Pronunciaiton: we will provide a few sample audios for you to check the pronunciation we need, you need to listen them first before starting the recording task If you are ...

    €9 (Avg Bid)
    €9 Keskimäär. tarjous
    2 tarjoukset

    ...Cards Against Humanity game that needs some adjustments and updates. Key Tasks: - Fixing Errors: The current project has some bugs that need to be addressed. The app is crashing on startup and experiencing database retrieval issues. Your task would be to resolve these errors and make the application functional again. - Database Update: You'll need to shift from the current WebSQL database to MySQL and ensure smooth data storage and retrieval. New Features to Add: - User Authentication System: Incorporate a new authentication system to enhance user privacy and security. - Game Timer: Implement a game timer to bring an additional level of challenge and excitement to the gameplay. - Animations & Interactivity: Enhance user experience with engaging animations and interact...

    €34 (Avg Bid)
    €34 Keskimäär. tarjous
    6 tarjoukset

    I'm in need of an experienced PHP developer to assist in enhancing my project with specific focus on design modifications and functionality enhancements. Key Tasks: - Design Modifications: The project requires a design overhaul to improve aesthetics and user experience. This includes updating the layout, color scheme, typography, and overall visual elements. Your ability to create appealing, modern designs that align with our brand is crucial. - Functionality Enhancements: There are certain functionalities within the project that need to be revisited and improved. Your role will involve identifying areas for enhancement, suggesting necessary changes, and implementing these updates effectively. You should be well-versed in PHP development and capable of optimizing exist...

    €3 / hr (Avg Bid)
    €3 / hr Keskimäär. tarjous
    5 tarjoukset
    Local Business B2B Mail/Email List 5 päivää left
    VARMENNETTU

    I'm seeking a professional who can compile a precise B2B mail/email list for local small businesses in my city. Looking for someone to create me a mailing & email list of businesses within specific postcodes of Australia (there will be 20 postcodes) I'm not interested in an outdated existing list.. i want someone to do the work of collating a current list. List headers will include..... Business Name Business Principal contact (if obtainable) Business Email Business Phone number Business registered mailing address Business industry Business registration date

    €74 (Avg Bid)
    €74 Keskimäär. tarjous
    55 tarjoukset

    ...specific improvements to my existing PHP application and enhance its integration with QuickBooks Online. CURRENT: We have a QuickBooks Online application that syncs invoices from QuickBooks Online to two MySQL database tables (order headers and order lines). This application works correctly but we want to add a condition to the INSERT statement in this program so only invoices that have a custom field populated will get synced to these tables. The custom field name to check is "Online Order Number". Requirements: - Modify functionality of existing program to only INSERT records to MySQL table when invoice record contains a value in custom field "Online Order Number" The ideal freelancer for this project should have: - Proven experience workin...

    €129 (Avg Bid)
    €129 Keskimäär. tarjous
    31 tarjoukset

    Before you respond on Freelancer.com, ...freelancer will receive positive feedback score and prompt payment. ----------------- About the subject ----------------------- This is a 4-hour project to create a 30-second to 1-minute video (time can be slightly more or less, it is up to your judgment when making the video) The deadline is sacred, we cannot extend the 4 hour timeline. ---------------- About the video ------------------- Video script: (See attached file - video ) --------- Other details ------------------------- No voiceover is required. Generic background music is required, something light and peppy. Please bid only if you have prior experience in making animated videos, and can deliver this in 4 hours. Otherwise, do not waste your valuable bid. Good luck!

    €33 (Avg Bid)
    €33 Keskimäär. tarjous
    12 tarjoukset
    React and PHP Laravel Expert Needed 5 päivää left
    VARMENNETTU

    I have a website, built on Custom PHP, that I've recently migrated from a test environment to a new domain. However, although subpages are accessible via the new domain, the main page isn't redirecting properly. Key requirements: - Troubleshoot and fix the issue with the main page so that the website is fully functional on the new domain. You should have: - Strong experience with Custom PHP. - Proficiency in React and PHP Laravel. - Good understanding of website migration processes. I have access to the admin panel and can provide you with the necessary logins.

    €29 (Avg Bid)
    €29 Keskimäär. tarjous
    78 tarjoukset
    Modern Email Branding Design 5 päivää left
    VARMENNETTU

    ...company's email branding Key Requirements: - Modern, clean design style - Incorporation of company logo, social media links, and contact information - Overall design and layout should be reflective of our brand - Sections to enhance customer experience, including marketing segments - Mobile optimization and dark mode compatibility Your experience in email branding design and a keen grasp of modern design trends will be essential for this project. Please provide examples of your previous email branding work and explain how you would approach this task. You will have skills in using either figma, photoshop, canva or beefree PART 1 We have a 1 hour paid mock test for the right person If the design is really good We will invite you to PART 2 Then you will ...

    €16 (Avg Bid)
    €16 Keskimäär. tarjous
    61 tarjoukset

    Before you respond on Freelancer.com, ...freelancer will receive positive feedback score and prompt payment. ----------------- About the subject ----------------------- This is a 4-hour project to create a 30-second to 1-minute video (time can be slightly more or less, it is up to your judgment when making the video) The deadline is sacred, we cannot extend the 4 hour timeline. ---------------- About the video ------------------- Video script: (See attached file - video ) --------- Other details ------------------------- No voiceover is required. Generic background music is required, something light and peppy. Please bid only if you have prior experience in making animated videos, and can deliver this in 4 hours. Otherwise, do not waste your valuable bid. Good luck!

    €46 (Avg Bid)
    €46 Keskimäär. tarjous
    4 tarjoukset

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

    €46 (Avg Bid)
    €46 Keskimäär. tarjous
    1 tarjoukset

    I'm seeking a professional web developer, extremely proficient in PHP and MySQL who can upgrade sales and users modules in our POS system. - Abilities: You should have substantial experience and demonstrated proficiency in building complex, user-friendly websites. Your PHP and MySQL skills must be exemplary. - Preferred Framework: I don't have a particular PHP framework preference. You can use the one you're comfortable with.

    €38 (Avg Bid)
    €38 Keskimäär. tarjous
    17 tarjoukset

    I'm seeking a software-based solution that will help me bypass facial biometrics without the need for the individual's physical presence. With split cam program The site to be worked on. What is required is to find an idea or script

    €22 (Avg Bid)
    €22 Keskimäär. tarjous
    4 tarjoukset

    I have a web scraper script that needs fixing. It's designed to scrape various URLs from the Apollo website. Key Requirements: - Scraper debugging: The script is currently not working properly, and needs to be fixed. - URL scraping: The script should be able to successfully pull the data from the selected URLs on Apollo website. Experience with: - Web Scraping: Previous experience in web scraping is essential, as the data needs to be pulled accurately from this specific website. - Script Debugging: Ability to identify and fix issues within an existing script. - Proficiency in Python or relevant language for web scraping. - Knowledge of Apollo website structure. Please make sure your bid includes information on how you plan to approach fixing ...

    €23 (Avg Bid)
    €23 Keskimäär. tarjous
    16 tarjoukset
    Diverse Email Template Designer Needed 5 päivää left
    VARMENNETTU

    I'm in need of a talented and experienced email template designer who can create a series of 6-10 templates for me. These templates will be used for a variety of purposes, including marketing campaigns, transactional notifications, and newsletters. Key requirements include: - Designing a total of 6-10 email templates - Creating templates that are visually appealing and on-brand - Ensuring the templates are responsive and compatible with Campaign Monitor - Incorporating elements that drive engagement, such as clear call-to-action buttons and concise yet impactful content Ideal candidates should have: - Demonstrable experience in designing email templates - A strong portfolio of past work, preferably including templates for marketing, transactional, and newslette...

    €74 (Avg Bid)
    €74 Keskimäär. tarjous
    59 tarjoukset

    Olá, tenho um sistema simples de gestão feito em PHP com BD em MySQL, gostaria de converter esse BD para trabalhar de forma Multi Tenant (varias empresas no mesmo banco de dados em uma unica instalação), e tambem criar um painel administrativo para ativar e desativar essas empresas.

    €79 (Avg Bid)
    €79 Keskimäär. tarjous
    8 tarjoukset
    Convert PortVB App to iOS/Mac -- 2 5 päivää left
    VARMENNETTU

    I’m seeking a skilled developer to convert my existing PortVB Desktop App into an iOS/Mac Desktop App. It a small tool that runs on a Windows PC and reads some flat XML files and inserts/updates a mySQL database. We need the same program to be able run on a iOS/Mac desktop. I have all the VB Project files/ Source code. - Skills in app development for iOS/Mac, ideally with previous experience in app conversion - Knowledge of data syncing, user authentication, and offline access, in case these features need to be incorporated - Familiarity with contacts management, communication, scheduling, calendar integration, and file/document management functionalities for potential focus areas - Creative design skills to potentially revamp the user interface and overall design of t...

    €387 (Avg Bid)
    €387 Keskimäär. tarjous
    66 tarjoukset

    ...pivotal growth phase for our business. Our goals include growing our customer booking in our hair salon and improving customer engagement through strategic email marketing, and our social media channels. Desired Experience and Skills: - Proven experience in email marketing. - Proven experience in social media growth strategies - Strong understanding of lead generation strategies. - Demonstrated ability to increase customer engagement via email marketing. Job Requirements: - Develop an email marketing strategy to generate leads. - Create engaging content targeted towards our existing customers. - Continuously analyze and improve our email marketing strategy as the project progresses. - Edit and schedule posts for instagram, tik tok, facebook, and maps...

    €8 / hr (Avg Bid)
    €8 / hr Keskimäär. tarjous
    46 tarjoukset