Php attached filespekerjaan

Tapis

Carian terbaru saya
Tapis mengikut:
Bajet
hingga
hingga
hingga
Jenis
Kemahiran
Bahasa
    Status Pekerjaan
    2,000 php attached files tugasan ditemui, harga dalam 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 Bida
    35 bida

    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 Bida
    64 bida

    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 Bida
    23 bida

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

    $165 (Avg Bid)
    $165 Avg Bida
    139 bida

    I am in dire need of assistance to recover crucial QuickBooks files that I accidentally deleted from my computer and my recycle bin. I am running a Windows operating system and sadly, I do not have any backup of these files. Your task will include: - Data recovery, specifically documents, from an emptied recycle bin. - Verification of the integrity of the recovered files. Note that experience in data recovery in Windows environments is crucial. A good understanding of QuickBooks file structures and familiarity with recovery tools will be a significant advantage. Time is of the essence so a quick turnaround will be appreciated.

    $24 / hr (Avg Bid)
    Segera
    $24 / hr Avg Bida
    19 bida

    ...understand 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, I ...

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

    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 Bida
    6 bida

    Desarrollo PHP, sistema de registro de clientes.

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

    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 Bida
    9 bida

    I'm in search of an experienced WordPress developer for a project to create a customized modern WordPress custom one-page template that looks exactly like the attached screenshot. THIS IS A SIMPLE ONE-PAGE PROJECT. You may use page builders like Elementor, WPBakery, or Beaver Builder to create and generate/export the finished template. But I do NOT want/need to install any of these plugins to use the finished template/project. NOTE: 1) The content in the grid (rows and columns) are regular WordPress posts. 2) The tiny photos/thumbnails are the top of the page are photos of authors. 3) The very top left corner is a placeholder for the website logo. Key Skills and Experience: - Strong expertise in WordPress - Proficiency in modern web design - Proven experience creating cust...

    $111 (Avg Bid)
    $111 Avg Bida
    128 bida

    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 Bida
    18 bida

    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 Bida
    34 bida

    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 Bida
    29 bida

    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 Bida
    28 bida

    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 Bida
    13 bida

    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 Bida
    30 bida

    J’ai acheter le code source de repairer mais j’ai un problème lors de l’installation. Je souhaiterais sous traiter celle ci

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

    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 Bida
    1 bida

    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 Bida
    33 bida

    ...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 Bida
    38 bida

    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 Bida
    29 bida
    PHP Developer Tamat left

    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 Bida
    34 bida

    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 Bida
    10 bida

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

    $142 (Avg Bid)
    $142 Avg Bida
    8 bida

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

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

    We have a project that requires proficient data entry skills. The successful freelancer must: - Extract and enter text data from digital files. - Ensure the data is accurate and well-organized. - Transfer the entered data into an Excel spreadsheet. Skill set requirements: - Proficient in data entry. - Detail-oriented and accurate. - Deep knowledge in Excel. - Ability to handle digital files with ease. Anticipating your valuable participation.

    $11 / hr (Avg Bid)
    $11 / hr Avg Bida
    75 bida

    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 Bida
    66 bida

    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 Bida
    14 bida

    I am using to produce mp3 files from text. The code works, but the sound crackles when outputting. The issue is same as below post: Someone suggest to add a COM reference to Microsoft Speech Object Library. I don't know how to do this, so asking for help. To make the code compiled is the 1st step. To remove crackling sound in the output mp3 files is the final goal of this task. You have to work remotely on my computer via AnyDesk.

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

    ...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 Bida
    75 bida

    Se deberá programar una nueva funcionalidad en una App flutter ya creada y en PHP dentro de un plugin de mensajería en Wordpress. Dicha nueva funcionalidad es un traductor de mensajes de texto en vivo y traductor de notas de audio. Dichas traducciones se deben traducir automáticamente al idioma del receptor.

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

    For the best print result, use these specification guidelines: Resolution: 300dpi Print: Full Colour Colour: CMYK Format: PDF Fonts: Outlined or Embedded Bleed: 3mm Safe Zone: 3mm Business Card Size Size in mm without bleed area: 85mm x 55mm Size in mm with bleed area: 91mm x 61mm

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

    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 Bida
    10 bida

    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 Bida
    28 bida

    I want to deploy this repo using Terraform I have been using azd command to deploy to Azure. But moving forward I want to deploy it using Terraform templates. Please let me know if you can help me

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

    I am looking for Veracrypt Software expert, I have a backup/copied Unmounted files from encrypted USB to normal file system then I Zipped the unmounted files and now I cannot see the files, original encrypted file not available, I need expert with veracrypt to show files for me, they are 5 files, ill pay 100$-200$ for who can do it, Please don't waste our time if you are not sure of success. Best Regards

    $150 (Avg Bid)
    Ditampilkan
    $150 Avg Bida
    19 bida

    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 Bida
    100 bida

    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 Bida
    20 bida

    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 Bida
    20 bida

    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 Bida
    125 bida

    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 Bida
    1 bida

    I would like to check a possibility for using open source LLM or custom ML to monitor our log files. The model should be trained to identify urgent issues in the log file, and do something about it (for now, write to file is good enough) Noteworthy attributes: - Experience in machine learning (LLM or comparable) will be highly beneficial. - Proficiency in real-time data analysis at hourly intervals is preferred. Attached example log files. Phase 1: just build a proof of conecpt. Later we would add more features

    $30 - $250
    Dimeterai
    $30 - $250
    20 bida

    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 Bida
    25 bida

    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 Bida
    152 bida

    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 Bida
    23 bida

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

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

    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 Bida
    31 bida

    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 Bida
    8 bida

    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 Bida
    29 bida

    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 Bida
    59 bida