Search Results for "pivot table php" - Page 5

Showing 305 open source projects for "pivot table php"

View related business solutions
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1

    Web interface for DNSmasq / Mikrotik

    Simple web form for static assignment of DHCP leases

    This is a very simple web interface for management of static DHCP leases in DNSmasq and Mikrotik. It generates config files for DNSmasq and uses RouterOS API to manage Mikrotik. Network devices (usually PCs) are separated into subnets by department and use triplets (hostname, MAC address, IP address) for identification. Information is stored in MySQL and only exported by your explicit desire. Subnets are rarely changed, so there is no web interface for them - you have to edit the SQL table...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    PHP Login Webservice with JSON

    PHP Login Webservice with JSON

    This is basic PHP Login Webservice with JSON output

    Run sql dump in your Mysql server, then Put the codes in your server. This webservice always gives JSON output. This project is created for who wants to learn basic PHP webservice. So it is for PHP beginners. We have just one table whose name is "users". Here is its sql: CREATE TABLE IF NOT EXISTS `users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `unique_id` varchar(64) CHARACTER SET utf8 NOT NULL, `name` varchar(50) CHARACTER SET utf8 NOT NULL, `email` varchar(100) CHARACTER SET utf8 NOT NULL, `encrypted_password` varchar(64) CHARACTER SET utf8 NOT NULL, `salt` varchar(16) CHARACTER SET utf8 NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; You can add/login a user with using GET or POST. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Job log for factory

    Simple log for the job done in factory per employee, order, operation

    This is a simple web interface for logging the job done in the factory. There are several web forms: (1) List of employees - first and last name, nickname, team, flag for active/fired (2) List of work operations - name, cost, flag for active/obsolete (3) List of orders - order ID, project name, country, flag for active/finished (4) Log of the job done - who has done what amount and type of operations regarding which order/project (5) Reports - employee worksheets, job done per...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    SQL!kE - PHP, SQL JS - Database Explore

    SQL!kE - PHP, SQL JS - Database Explore

    SQL!ke is a PHP mySQL RD Database Editing & Explorer

    SQL!ke is a new general project for mastering data effectively stored in a database using PHP and Javascript . This RD Explorer works with existing Databases with Embed SQL Query editor and your Custom Table Views. Keep track of this fresh project as it will include a simple blueprint to manipulate en view interconnected data entities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5

    PHPSyncMysql

    Sync two mysql databases using PHP

    You will find two different script here: - load-mysql.php takes import.sql file, that was exported from phpmyadmin and imports it into mysql database (tested, binary safe) - sync-mysql.php connects to two mysql databases and copies each table from first database into the second database (deletes table before copying) This can be useful to load large mysql database into hosting, because phpmyadmin sometimes does not allow to load files greater than 2mb
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    SourceforgeExport

    Export sourceforge projects descriptions and stats to mysql + analyze

    Export sourceforge projects descriptions and stats into mysql. Show list and table of all projects, stats, tags, links. This version does not use Sourceforge API. Author's site: http://arkhipenko.weebly.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    WeeblyBlogExport

    Export weebly blog posts into mysql and analyze

    Export weebly blog posts into mysql. Count occurences of different resources in each post. Show list and table of all blog posts. Author site: http://arkhipenko.weebly.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Track your iPhone

    A small portable php/MySQL backend server to track an iPhone

    This cross platform PHP/MySQL server side iPhone Tracking Logger serves as an example for getting URL parameters, filtering, validating and storing them in a MySQL DB table. This can be used for tracking your family or group of phones and with small modification can work for a large quantity of device at high speed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Ajax Multiple Select Dropdown List

    An AJAX script that can be used te create dynamically multiple Select

    An AJAX script that can be used te create dynamically multiple Select lists with data from a MySQL table. When the user chooses an option from the Select list, it calls an Ajax function that acceses a PHP file that will return another select Drop down according to the option selected.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10
    CrazyStat

    CrazyStat

    Free PHP web analytics script

    CrazyStat is a web analytics script written in PHP. It does not need access to server-logfiles or a MySQL-database to generate statistics of your website visitors. The script has very good usability and still has lots of features. The stats only need one screen length to present all the information. It's fast because of it's caching technology and uses minimal webspace by compressing logfiles. It's free and released under GPL as open source software. With CrazyStat, it is easy to respect...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    FoRMAiD

    FoRMAiD

    OO webdevelopment framework in PHP

    FoRMAiD is an object oriented (OO) web development framework written in PHP for creating web forms and tables for maintaining data in an easy, fast and secure way. When using the framework, creating a web form is more like configuration rather than programming. Active development stopped in 2012, because its roadmap was obsoleted by frameworks like Drupal and Symfony2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Qfsm

    Qfsm

    A graphical Finite State Machine (FSM) designer.

    A graphical tool for designing finite state machines and exporting them to Hardware Description Languages, such as VHDL, AHDL, Verilog, or Ragel/SMC files for C, C++, Objective-C, Java, Python, PHP, Perl, Lua code generation.
    Leader badge
    Downloads: 12 This Week
    Last Update:
    See Project
  • 13
    ObjetBDD is a Object Relational mapping (ORM) class, whitch encapsulate database's tables access, like Select, Insert, Update or Delete (CRUD : create, read, update, delete). It works with ADODB class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ezStats3

    ezStats3

    a PHP based leaderboard software for Battlefield 4

    ezStats3 for Battlefield 4 is a new and free Leaderboard-Tool for DICE' new AAA shooter. And it is based on P-Stats famous Stats-API. Are you a member of a clan or community which plays Battlefield 4? Do you have on your homepage a list of your members, but no way to link them with their stats in Battlefield 4? What about a tool that displays your members in a list, along with their ranks, points, kills, etc.? Which you can use as a plugin for your CMS? ezStats this tool! You can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    wizardform

    Create html5 forms form mysql table

    This project goal is to give anyone the ability to create html forms and mysql tables without code. Mail features are : Standard fields (text, date, checkbox, select ...). Extended fields like lookup into another table, riche texte editor. Users and right management
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    PHP RepDesigner Pivot
    PHP class, creates visual representation of php data table, works with jquery and interactively can be changed by the user. It is also a powerfull tool for reports visualization you can also provide mpdf php lib to create pdf files! ps this is lite alpha version,developments are in progress
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ezStats3 for WoT and WoWP

    ezStats3 for WoT and WoWP

    a PHP based leaderboard for World of Tanks and World of Warplanes

    ezStats3 for World of Tanks is a new and free Leaderboard-Tool for Wargamings famous game. Are you a member of a clan or community which plays WoT? Do you have on your homepage a list of your members, but no way to link them with their stats in WoT? What about a tool that displays your members in a list, along with their ranks, points, kills, etc.? Which you can use as a plugin for your CMS? ezStats this tool! You can install ezStats on your own webspace and run it as a standalone...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    VertyCal

    VertyCal

    calendar based vertical table cell data management application

    VertyCal, short for Vertical Calendar, is a PHP MySQLi application for creating calendar based vertical table cell data managed entries; with the output being viewable to the public and the input functions restricted to a log in access only. Removing entries may only be executed by log in status as well as adding notation to each entry as an update query. Now a WordPress plugin. see: https://wordpress.org/plugins/vertycal/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    SAP PI JDBC Format XSD Tool Using PHP

    PHP tool to convert the CSV file in to database format (JDBC Adapter)

    This is about the PHP tool to convert the CSV file in to database format (JDBC Adapter) XSD structure file. The generated file can be further used in any middleware integration tools like SAP PI/XI. This tool supports Table insert and procedure XSD format
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MediaWiki Extension which displays tabular data and at the same time saves it to a database table, so that it can be retrieved on other pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    mycorecms

    mycorecms

    CMS/CRM/DBMS Site Generator

    MyCoreCMS is a lightweight jQuery driven CMS designed to easily build dynamic relational databases. With MyCoreCMS you can build something as simple as a forum to as complex as a customer relationship management tool tailored to your specific needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    json search

    JSON Search - Inclues PHP CSV to JSON Converter

    ...JSON Search works best with Mozilla Firefox browser, better than Chrome, IE. Read the help file for instructions and troubleshooting information. The project includes two parts 1. CSV to JSON converter written in PHP http://goo.gl/AHuch 2. A HTML Search utility that can query the JSON file and display the search results. Includes ability to query the table using AND(+), OR(,) and Filter(|) by column name. http://goo.gl/GsYFj
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Restaurant Script (PizzaInn_Project)

    Restaurant Script (PizzaInn_Project)

    Restaurant Script is a Pizza Restaurant Ordering System for Everyone!

    One can manage his own restaurant by allowing customers to place orders. Administrator can assign staff to deliver orders. It is a simple HTML/CSS pizza restaurant system that can easily be customized to suite your taste. It can also be used for other types of foods apart from pizza. More improvement is required in the functionality. Please visit the following links for more details: ReadMeFirst: https://sourceforge.net/p/restaurantmis/wiki/Home/#0739 Changelog:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    phpMyForms is a php script which allows the user to create simple database listings (done in 3 lines of configuration), or simple dataset manipulation formulars (~10 lines) by adjusting small php config files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Orbus MVC

    A fast and easy PHP MVC framework

    This project aims to create a simple and useful MVC structure for rapid development of aplications in PHP. The second goal is to provide a solid layout to improve the user interface too. For while, only in Portuguese (BR). Please send questions to magno.mabreu@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB