uncleflo

profile picture

Some cool dude. Higher order of decision making. Absolute.

Registered since September 28th, 2017

Has a total of 4246 bookmarks.

Showing top Tags within 130 bookmarks

howto   information   development   guide   reference   administration   design   website   software   solution   service   product   online   business   uk   tool   company   linux   code   server   system   application   web   list   video   marine   create   data   experience   description   tutorial   explanation   technology   build   blog   article   learn   world   project   boat   download   windows   security   lookup   free   performance   javascript   technical   network   control   beautiful   support   london   tools   course   file   research   purchase   library   programming   image   youtube   example   php   construction   html   opensource   quality   install   community   computer   profile   feature   power   browser   music   platform   mobile   work   user   process   database   share   manage   hardware   professional   buy   industry   internet   dance   advice   installation   developer   3d   search   material   access   customer   travel   camera   test   standard   review   documentation   css   money   engineering   develop   webdesign   engine   device   photography   digital   api   speed   source   management   program   phone   discussion   question   event   client   story   simple   water   marketing   yacht   app   content   setup   package   fast   idea   interface   account   communication   cheap   compare   script   study   market   live   easy   google   resource   operation   startup   monitor   training  


Tag selected: php.

Clear all

Showing 130 results.

Looking up php tag. Showing 130 results. Clear

windows.php.net - /downloads/releases/archives/

https://windows.php.net/downloads/releases/archives/

Saved by uncleflo on November 14th, 2022.

List of past PHP releases for Windows Operating Systems.

os operating system microsoft windows php online downloads installation admin software server lamp web development code


PHP: Trader - Manual

https://www.php.net/manual/en/book.trader.php

Saved by uncleflo on January 16th, 2022.

Technical Analysis for Traders. The trader extension is a free open source stock library based on TA-Lib. It's dedicated to trading software developers requiring to perform technical analysis of financial market data. Alongside many indicators like ADX, MACD, RSI, Stochastic, TRIX the candlestick pattern recognition and several vector arithmetic and algebraic functions are present. Calculations can be done in two modes - TA-Lib and Metastock. Changing it using trader_set_compat() will affect the way some trader functions work. Some trader functions provide different results depending of the "starting point" of the data being involved. This is often referred as a function having memories. An example of such function is the Exponential Moving Average. It is possible to control the unstable period (the amount of data to strip off) using trader_set_unstable_period() function. Extended documentation about indicators, formulas and implementations in other programming languages can be found under » tadoc.org.

trader candlestick stochastic exponential arithmetic algebra documentation vector functions function trading pattern extension programming perform technical analysis amount software financial library period market development php installation manual information howto administration web development tool useful automation calculate


PHP Unit Testing with PHPUnit | Udemy

https://www.udemy.com/php-unit-testing/

Saved by uncleflo on June 23rd, 2019.

Learning how to write unit tests for your code will make you write better code. With automated tests, you can find bugs more easily, and if you break something you'll notice straight away. Many experienced developers write unit tests for their code. It's a repeatable way of checking that the code works as intended, and also serves as documentation. Many popular PHP projects are unit tested, such as WordPress and Moodle, and if you use frameworks such as Laravel or Symfony, these provide tight integration with the PHPUnit testing framework.

browser system development code automatic automation test break experienced administration unittest unit php integration framework doumentation software howto course explanation udemy awesome useful great


PSR-2: Coding Style Guide - PHP-FIG

https://www.php-fig.org/psr/psr-2/

Saved by uncleflo on June 18th, 2019.

The intent of this guide is to reduce cognitive friction when scanning code from different authors. It does so by enumerating a shared set of rules and expectations about how to format PHP code. The style rules herein are derived from commonalities among the various member projects. When various authors collaborate across multiple projects, it helps to have one set of guidelines to be used among all those projects. Thus, the benefit of this guide is not in the rules themselves, but in the sharing of those rules.

readability indentation spaces declaration coding intention method files standard guide development style howto share collaborate project expectation psr2 common format php code develop benefit intrprete namespace declare best practice


Wordpress Development - Validating Sanitizing and Escaping User Data

https://codex.wordpress.org/Validating_Sanitizing_and_Escaping_User_Data

Saved by uncleflo on June 18th, 2019.

Your code works, but is it safe? When writing code that will run across hundreds if not thousands of websites, you should be extra cautious of how you handle data coming into WordPress and how it's then presented to the end user. This commonly comes up when building a settings page for your theme, creating and manipulating shortcodes, or saving and rendering extra data associated with a post.

code development render data post website php sanitize validate escape administer caution associate build settings wordpress user input secure security page article information


Download the Microsoft Drivers for PHP for SQL Server - SQL Server | Microsoft Docs

https://docs.microsoft.com/en-us/sql/connect/php/download-drivers-php-sql-server?view=sql-server-2017

Saved by uncleflo on May 4th, 2019.

The drivers for PHP are easily downloaded and installed using PECL on Linux and macOS. See the Linux and macOS installation tutorial for details. If you need to install the drivers for PHP on Linux and macOS manually, the following versions are available for download: SQLSRV Driver API Reference PDO_SQLSRV Driver API Reference

driver installation reference guide programming windows tutorial manual install download php microsoft pdo server detail version


Merchant Fulfillment API Section Client Library - PHP - Version 2015-06-01

https://developer.amazonservices.com/doc/merchantfulfillment/merchantfulfillment/v20150601/php.html

Saved by uncleflo on January 18th, 2019.

The library comes with code samples for each operation of the API section. To get started with the library, follow the steps on this page. Source distribution of the library. All sources, including code samples that demonstrate the use of the library, are located under this directory. For information about the latest updates to the client libraries for the Merchant Fulfillment API section, see "Client library updates" in the Merchant Fulfillment API section reference.

fulfillment amazon merchant library section reference operation information service code php fba shop integrate howto demonstration example api source sample lookup development


Monetra PHP API Developer Reference

https://www.monetra.com/docs/developer/Monetra_PHP_guide_v5.2.pdf

Saved by uncleflo on September 14th, 2018.

The Monetra (MCVE) PHP API, which depends on libmonetra (C API), is designed to take advantage of all three of our "supported” communication methods, which include Drop-File, Unencrypted IP and Encrypted IP (SSL v3/TLS v1.0). Each method has its advantages and will be explained briefly below. Libmonetra is also the basis of the Perl, PHP and JAVA JNI modules, so the usage of those API's is nearly identical to Libmonetra itself, minus language semantics. In addition, this API was designed to be fully thread-safe and allows interleaving of transactions (streaming of transactions with out-of-order responses). The Drop-File communication method is the most simplistic form of communication with Monetra. A transaction directory is specified where .trn (transaction) files are written, "picked up" and .rtn (response) files are written in reply. Advantages are the debug-ability and the fact that it does not require an IP stack to be present on the local machine. Although this method is not designed for networking, it is possible to share the transaction directory via NFS or SAMBA (for windows), to integrate with legacy applications. Because of security concerns, this should not be utilized for new integrations. Newer monetra releases also support client certificate validation which is available in this API. For any feature/anomaly, requests or support questions regarding libmonetra, feel free to contact our support staff via e-mail at support@mainstreetsoftworks.com

php api payment support communication method include advantage perl java module langage design transaction stream responce explanation guide native development develop application website reference


Monetra Developers

https://www.monetra.com/developers

Saved by uncleflo on September 14th, 2018.

The Monetra® Payment Software is designed for seamless integration with a variety of third party applications, including accounting, POS and web-based systems across numerous platforms. For further inquiries not detailed in the documentation, please contact us.

money payment software design integration application accounting system platform documentation contact website integrate php native howto test professional


How to use MySQL to search in php serialized fields

http://blastar.biz/2013/11/28/how-to-use-mysql-to-search-in-php-serialized-fields/

Saved by uncleflo on June 22nd, 2018.

Well, first rule – you should not do this. But if there is good reason, consider using such query for searching in index-based arrays: SELECT * FROM table WHERE your_field_here REGEXP '.*;s:[0-9]+:"your_value_here".*' In case you have assoc array serialized you can use: SELECT * FROM table WHERE your_field_here REGEXP '.*"array_key_here";s:[0-9]+:"your_value_here".*' Of course it won’t be very fast but in small tables should be enough

rule index mysql search query array regex fast table associate serialized reason field php database stored solution development code sql


Jenkins and PHP

https://jenkins.io/solutions/php/

Saved by uncleflo on May 9th, 2018.

Most web applications are changed and adapted quite frequently and quickly. Their environment, for example the size and the behaviour of the user base, are constantly changing. What was sufficient yesterday can be insufficient today. Especially in a web environment it is important to monitor and continuously improve the internal quality not only when developing, but also when maintaining the software. Many of the plugins referenced (right) can be used to integrate with PHP projects, but may first need to be configured the create appropriately formatted files when working with PHP projects.

web application howto change adapt quick environment example developer administration administrator php project configure reference maintain software continuous delivery deliver code internal quality user base integrate setup description article


UTF-8 all the way through

https://stackoverflow.com/questions/279170/utf-8-all-the-way-through?rq=1

Saved by uncleflo on May 9th, 2018.

I'm setting up a new server, and want to support UTF-8 fully in my web application. I have tried in the past on existing servers and always seem to end up having to fall back to ISO-8859-1. Where exactly do I need to set the encoding/charsets? I'm aware that I need to configure Apache, MySQL and PHP to do this - is there some standard checklist I can follow, or perhaps troubleshoot where the mismatches occur? This is for a new Linux server, running MySQL 5, PHP 5 and Apache 2.

server utf8 web application encoding charset lookup reference apache mysql php iso troubleshoot linux lamp new howto details list problem description question solution development properly support website text content answer


Locking for Concurrency in MySQL

http://www.brainbell.com/tutors/php/php_mysql/When_and_how_to_lock_tables.html

Saved by uncleflo on May 9th, 2018.

The first and most important point is that the primary use of locking is to solve concurrency problems. If scripts are being implemented that write to the database but aren't multistep operations susceptible to the problems described in the last section, locks aren't needed. Simple scripts that insert one row, delete one row, or update one row, and that don't use results of a previous SELECT or data entered by the user as input, don't require a lock.

lock database concurrency problem script operation howto description article technical result implement php mysql tutor resource reference control mechanism command


Object Oriented Programming is an expensive disaster which must end

http://www.smashcompany.com/technology/object-oriented-programming-is-an-expensive-disaster-which-must-end

Saved by uncleflo on May 9th, 2018.

Object Oriented Programming is an expensive disaster which must end. (written by lawrence krubner, however indented passages are often quotes). You can contact lawrence at: lawrence@krubner.com. I work with a broad set of technologies, including PHP, NodeJS, Python, Ruby, PHP, Apex, Java and Clojure, and databases such as MySQL, PostGreSQL, Redis, ElasticSearch and MongoDB. I bring the perspective of someone who has been both an entrepreneur and a software developer. Having grown businesses from scratch, I have some experience with every aspect of development: marketing, design, technology, sales and raising funds.

oop programming expense disaster quote technology development description opinion article howto market sale intention business scratch php mysql blog why insight


phpFileManager - PHP Filesystem Management Tool

http://phpfm.sourceforge.net/

Saved by uncleflo on March 8th, 2018.

phpFileManager is a complete filesystem management tool on a single file. Features: directory tree, with ajax loading, copy/move/delete/create/rename/edit/view/chmod files and folders, tar/zip/bzip/gzip, multiple uploads, shell terminal emulator, server info, portscan using PHP sockets, password protection, works on linux/mac/windows, php4/php5/apache2 compatible, english/portuguese/spanish/catalan/dutch/french/german/italian/korean/russian/polish/turkish translations. phpFileManager is free software; you can redistribute it and/or modify it.

php file manager manager file server host access webserver management upload complete load folder script development administration webdevelopment web website


Simple Bookmarking App With PHP, JS & MySQL

https://tutorialzine.com/2010/04/simple-bookmarking-app-php-javascript-mysql

Saved by uncleflo on March 8th, 2018.

Part of the developer's life, is to strive for simplicity in every aspect of their work. When searching for solutions to common problems, you have the choice to lock yourself into all kinds of third party services and API's, or take the opportunity and develop the functionality yourself. In this week's tutorial, we are making a simple link sharing app. This app will give you the ability to instantly share any web page, with a single click of a bookmarklet in your bookmarks bar, and display it in a widget on your site. Note: This tutorial is quite old and doesn't work in PHP7 and above. We are keeping it online only as a reference.

bookmark app example php js mysql link share reference lookup development administration website simple search solution code learn blog howto


Running MySQL *.sql files in PHP Ask Question

https://stackoverflow.com/questions/4027769/running-mysql-sql-files-in-php

Saved by uncleflo on February 15th, 2018.

I have two *.sql files that I use when creating a new web site database. The first file creates all the tables. The second file populates some default records. I would like to execute these files from PHP. I also use the Zend_Framework, if that will help accomplish this? Answer: This question comes up from time to time. There's no good solution for running a .sql script directly from PHP. There are edge cases where statements common in a .sql script can't be executed as SQL statements. For example, the mysql tool has builtin commands that are not recognized by the MySQL Server, e.g. CONNECT, USE, and DELIMITER.

question stackoverflow mysql php execute solution answer tool command statement config script shell linux howto good technical development administration security website webdev


PHP Mini SQL Admin

https://sourceforge.net/projects/phpminiadmin/

Saved by uncleflo on February 15th, 2018.

PHP Mini SQL Admin - Lightweight alternative to heavy phpMyAdmin. Extremely small (~30Kb) standalone php script. Easy to Install, simple to use. No SQL knowledge required for basic operations. Features: full MySQL support, extremely small (~30Kb), just in one php file.

php tool mysql interface connect light lightweight alternative small simple operation feature database file easy useful db dbms frontent mini query sql


PHP Fine Diff

http://www.raymondhill.net/finediff/viewdiff-ex.php

Saved by uncleflo on December 28th, 2017.

This page demonstrate the FineDiff class (as in “fine granularity diff”) I wrote – starting from scratch – to generate a lossless (won't eat your line breaks), compact opcodes string listing the sequence of atomic actions (copy/delete/insert) necessary to transform one string into another (thereafter referred as the “From” and “To” string). The “To” string can be rebuilt by running the opcodes string on the “From” string. The FineDiff class allows to specify the granularity, and up to character-level granularity is possible, in order to generate the smallest diff possible (at the potential cost of increased CPU cycles.)

php fine differential text operation workflow code development collaberate operational collaboration granular paragraph sentence generate refer build insert start lossless atomic action transformation compact scratch develop implement project demonstration demo howto setup diff


Securely Hash Passwords with PHP

https://jonsuh.com/blog/securely-hash-passwords-with-php/

Saved by uncleflo on December 27th, 2017.

PHP 5.5+ now comes baked with a password_hash function to generate secure, one-way hashes along with a password_verify function to match a hash with the given password—If you’re a PHP developer, you should always be securely storing user passwords, no excuses. Developers have a huge responsibility when handling and storing user-sensitive information, such as a password. We should take extra precaution and the necessary steps to make sure the user’s data is safe and secure*. *Please keep in mind the following implementation is only part of the problem since it handles the data once the web server receives it; however, it does not address the other issue of securely sending the sensitive data over-the-air from the browser to the server, which is why a valid SSL certificate is necessary.

design development tutorial review journal handle store server security hash function password PHP precaution implement browser ssl php howto technical guide description understand


Password security in modern PHP

https://www.ibm.com/developerworks/library/wa-php-renewed_2/index.html

Saved by uncleflo on December 27th, 2017.

Discover how PHP 5.5 enables more-secure password handling. PHP, from the beginning, was a programming language made for building websites. That idea is in PHP's core far deeper than in any other programming language — perhaps one reason why PHP became and remains so popular for building web applications. But when PHP was first crafted in the mid-1990s, the term web application didn't even exist yet. Password protection, then, wasn't one of the features that the PHP creators devoted resources to. After all, you didn't need to worry about passwords when you used PHP just to put a site-visit counter or a date-modified stamp on your web page. But 20 years have passed, and now it's almost unthinkable to create a web application that doesn't involve password-protected user accounts. It's of the utmost importance that PHP programmers safeguard account passwords by using the latest and most secure methods. To that end, PHP 5.5 added a new password-hashing library created by Anthony Ferrara (@ircmaxell). The library makes several functions available that you can use to handle one-way password encryption with current best-practice methods. Other features anticipate future security needs so that as computers and hackers get more advanced, you can stay a step ahead of the bad guys. This article gives you an in-depth introduction to the library's functions and how to make the best use of them.

password security development php secure discover learn howto webpage modify feature resource language popular build encryption hash need best practice important complex difficulty sha md5 crypto salt generate algorithm software solution guide technical ibm library


Unicode Categories

https://www.regular-expressions.info/unicode.html

Saved by uncleflo on December 27th, 2017.

In addition to complications, Unicode also brings new possibilities. One is that each Unicode character belongs to a certain category. You can match a single character belonging to the "letter" category with \p{L}. You can match a single character not belonging to that category with \P{L}. Again, "character" really means "Unicode code point". \p{L} matches a single code point in the category "letter". If your input string is à encoded as U+0061 U+0300, it matches a without the accent. If the input is à encoded as U+00E0, it matches à with the accent. The reason is that both the code points U+0061 (a) and U+00E0 (à) are in the category "letter", while U+0300 is in the category "mark".

regular expression unicode category development codepoint information reference howto guide lookup pcre grep php learn explanation introduction grapheme


php-encryption - Simple Encryption in PHP.

https://github.com/defuse/php-encryption

Saved by uncleflo on July 10th, 2017.

This is a library for encrypting data with a key or password in PHP. It requires PHP 5.4 or newer. The current version is v2.0.0, which is expected to remain stable and supported by its authors with security and bugfixes until at least January 1st, 2019. The library is a joint effort between Taylor Hornby and Scott Arciszewski as well as numerous open-source contributors. What separates this library from other PHP encryption libraries is, firstly, that it is secure. The authors used to encounter insecure PHP encryption code on a daily basis, so they created this library to bring more security to the ecosystem. Secondly, this library is "difficult to misuse." Like libsodium, its API is designed to be easy to use in a secure way and hard to use in an insecure way.

php sodium encryption salt hash opensource library secure security installation portable data development administration api system


The Sodium crypto library (libsodium)

https://download.libsodium.org/doc/

Saved by uncleflo on July 10th, 2017.

Sodium is a modern, easy-to-use software library for encryption, decryption, signatures, password hashing and more. It is a portable, cross-compilable, installable, packageable fork of NaCl, with a compatible API, and an extended API to improve usability even further. Its goal is to provide all of the core operations needed to build higher-level cryptographic tools. Sodium supports a variety of compilers and operating systems, including Windows (with MinGW or Visual Studio, x86 and x86_64), iOS and Android. The design choices emphasize security, and "magic constants" have clear rationales. And despite the emphasis on high security, primitives are faster across-the-board than most implementations of the NIST standards.

encryption decryption software sodium natrium modern easy hash password protection extend package system windows core operation usability php development administration security code library implement perl installation documentation instructions


How to setup your PHP site to use UTF8

https://allseeing-i.com/How-to-setup-your-PHP-site-to-use-UTF8

Saved by uncleflo on June 27th, 2017.

According to Google (via: DF), UTF8 is now the most popular character set on the web! I wonder how much this is down to sensible defaults in web authoring tools, rather than a conscious shift in mindset. It's a long time since I looked at it, but as far as I can remember Dreamweaver defaults to UTF8 for new web pages, so a lot of beginning web designers are probably building Unicode sites without even realising it. I think there are a couple of reasons that many web designers and developers still aren't using Unicode across the board.

reference technical development administration utf-8 utf8 db database php webpage unicode site advice lookup server guideline practice web code setup character set