Ajax dreamweaver phpεργασίες

Φίλτρο

Οι πρόσφατες αναζητήσεις μου
Φιλτράρισμα κατά:
Προϋπολογισμός
σε
σε
σε
Είδος
Δεξιότητες
Γλώσσες
    Κατάσταση Δουλειάς
    2,000 ajax dreamweaver php δουλειές που βρέθηκαν, με τιμές EUR
    Simple Custom PHP eShop Development Έχει λήξει left

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

    €177 (Avg Bid)
    €177 Μέση Προσφορά
    64 προσφορές
    php modification done on our site Έχει λήξει left

    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.

    €36 (Avg Bid)
    €36 Μέση Προσφορά
    23 προσφορές
    PHP Project ıssues Έχει λήξει left

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

    €152 (Avg Bid)
    €152 Μέση Προσφορά
    139 προσφορές
    Code mã F12 web Έχει λήξει left

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

    €180 (Avg Bid)
    €180 Μέση Προσφορά
    8 προσφορές
    Quick PHP & jQuery API update Έχει λήξει left

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

    €29 (Avg Bid)
    €29 Μέση Προσφορά
    24 προσφορές

    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

    €12 (Avg Bid)
    €12 Μέση Προσφορά
    6 προσφορές
    Desarrollador PHP Έχει λήξει left

    Desarrollo PHP, sistema de registro de clientes.

    €146 (Avg Bid)
    €146 Μέση Προσφορά
    68 προσφορές
    Revamp PHP Site, ASAP! Έχει λήξει left

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

    €86 (Avg Bid)
    €86 Μέση Προσφορά
    9 προσφορές
    IMAP Data Fetch Issue in PHP Έχει λήξει left

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

    €69 (Avg Bid)
    €69 Μέση Προσφορά
    18 προσφορές

    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!

    €27 (Avg Bid)
    €27 Μέση Προσφορά
    34 προσφορές
    Update php code/function Έχει λήξει left

    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]."%' "...

    €21 (Avg Bid)
    €21 Μέση Προσφορά
    29 προσφορές
    Expert Core PHP Developer Needed Έχει λήξει left

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

    €282 (Avg Bid)
    €282 Μέση Προσφορά
    28 προσφορές

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

    €54 (Avg Bid)
    €54 Μέση Προσφορά
    13 προσφορές
    Web Application PHP Developer Έχει λήξει left

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

    €107 (Avg Bid)
    €107 Μέση Προσφορά
    30 προσφορές

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

    €78 (Avg Bid)
    €78 Μέση Προσφορά
    19 προσφορές
    PHP website complete till saturday Έχει λήξει left

    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 Μέση Προσφορά
    1 προσφορές

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

    €122 (Avg Bid)
    €122 Μέση Προσφορά
    33 προσφορές
    Advanced PHP Developer for Addons Έχει λήξει left

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

    €166 (Avg Bid)
    €166 Μέση Προσφορά
    38 προσφορές
    PHP and Linux Server Setup Expert Έχει λήξει left

    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

    €16 (Avg Bid)
    €16 Μέση Προσφορά
    29 προσφορές
    PHP Developer Έχει λήξει 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...

    €181 (Avg Bid)
    €181 Μέση Προσφορά
    34 προσφορές

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

    €56 (Avg Bid)
    €56 Μέση Προσφορά
    10 προσφορές

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

    €131 (Avg Bid)
    €131 Μέση Προσφορά
    8 προσφορές

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

    €92 (Avg Bid)
    €92 Μέση Προσφορά
    51 προσφορές
    PhP web designer Έχει λήξει left

    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 Μέση Προσφορά
    66 προσφορές
    Quick PHP Script Installation Έχει λήξει left

    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.

    €13 (Avg Bid)
    €13 Μέση Προσφορά
    14 προσφορές

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

    €147 (Avg Bid)
    €147 Μέση Προσφορά
    75 προσφορές

    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.

    €184 (Avg Bid)
    €184 Μέση Προσφορά
    26 προσφορές

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

    €20 (Avg Bid)
    €20 Μέση Προσφορά
    10 προσφορές

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

    €286 (Avg Bid)
    €286 Μέση Προσφορά
    28 προσφορές

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

    €148 (Avg Bid)
    €148 Μέση Προσφορά
    47 προσφορές

    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.

    €142 (Avg Bid)
    €142 Μέση Προσφορά
    100 προσφορές
    PHP Laravel Design -- 2 Έχει λήξει left

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

    €86 (Avg Bid)
    €86 Μέση Προσφορά
    19 προσφορές
    PHP Laravel Design Έχει λήξει left

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

    €115 (Avg Bid)
    €115 Μέση Προσφορά
    19 προσφορές
    MySQL Query (JOIN) in php Έχει λήξει left

    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

    €120 (Avg Bid)
    €120 Μέση Προσφορά
    125 προσφορές

    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.

    €18 / hr (Avg Bid)
    €18 / hr Μέση Προσφορά
    1 προσφορές

    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.

    €329 (Avg Bid)
    €329 Μέση Προσφορά
    24 προσφορές
    PHP 5.4 Code Adjustment Needed Έχει λήξει left

    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

    €129 (Avg Bid)
    €129 Μέση Προσφορά
    152 προσφορές

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

    €506 (Avg Bid)
    €506 Μέση Προσφορά
    78 προσφορές
    Urgent PHP Fix Needed Έχει λήξει left

    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&#...

    €65 (Avg Bid)
    €65 Μέση Προσφορά
    22 προσφορές
    PHP PDF Creation Expert Required Έχει λήξει left

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

    €44 (Avg Bid)
    €44 Μέση Προσφορά
    45 προσφορές
    Dynamic PHP small site Έχει λήξει left

    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

    €94 (Avg Bid)
    €94 Μέση Προσφορά
    31 προσφορές

    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

    €189 (Avg Bid)
    €189 Μέση Προσφορά
    8 προσφορές

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

    €88 (Avg Bid)
    €88 Μέση Προσφορά
    29 προσφορές

    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.

    €1137 (Avg Bid)
    €1137 Μέση Προσφορά
    59 προσφορές
    Expert PHP Developer Needed Έχει λήξει left

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

    €194 (Avg Bid)
    €194 Μέση Προσφορά
    28 προσφορές

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

    €44 (Avg Bid)
    €44 Μέση Προσφορά
    23 προσφορές

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

    €94 (Avg Bid)
    €94 Μέση Προσφορά
    26 προσφορές

    I am finding php full stack developer for monthly base salary. Per month 30k - 40k salary daily 6-7 hours work . Sunday holiday

    €325 (Avg Bid)
    €325 Μέση Προσφορά
    61 προσφορές
    PHP dynamic Homepage Makeover Έχει λήξει left

    ...the products or services they are looking for. - Data Input and Storage: A secure method for inputting and storing user data, including preferences and transaction history. - Featured Products/Services List: A detailed list showcasing our offerings with descriptions, enabling users to understand our value proposition instantly. **Ideal Skills and Experience for the Job:** - Proven experience in PHP development and web design. - Strong background in creating intuitive and secure user registration/login systems. - Expertise in integrating efficient search functionality within websites. - Skilled in database management for safe data input and storage. - Experience in designing and implementing visually appealing lists for product or service display. I am looking forward to working...

    €97 (Avg Bid)
    €97 Μέση Προσφορά
    11 προσφορές

    ...various databases and servers into our web applications efficiently. - **Database Management:** While not explicitly mentioned, understanding how to manage databases (SQL or NoSQL) effectively will be crucial since our application's performance will heavily rely on optimized data retrieval and storage solutions. - **Programming Languages:** Proficiency in JavaScript and Python is a must. Knowledge of PHP is also required as parts of our backend services utilize it. - **Collaboration and Communication:** As this project involves working within a team, strong communication skills and the ability to work collaboratively are vital. You should be comfortable with code reviews, providing constructive feedback, and using version control systems like Git. **Additional Notes:** - Th...

    €1128 (Avg Bid)
    €1128 Μέση Προσφορά
    179 προσφορές