Recommended by Users (3 of 11)
EXTRACT THE TOKEN GENERATED IN THE SOAP RESPONSE SOAP RESPONSE PARSE Mwape Muluwe I need to parse the token and store in a variable Hi I need to parse a token only and store it in a variable to request more data. Below is the XML: <?xml version="1.0" encoding="UTF-8"?> -<soap:Envelope xmlns:xsd="http ...
LINK CHECKER BROKEN LINKS CHECKER Stephen Johns Find broken links in a Web site I need a way to find broken links in a Web site. * * * Alekos Psimikakis The description of your need is ambiguous. I believe you mean 'dead linksâ'. OK, but how do you want to use this 'finder'? If you just need to check ...
I NEED A PHP CLASS FOR FACE MATCHING FACE MATCHING Michael Solution to match faces from uploaded pictures I have a situation where I can upload a picture and it will return the name of the person in the photo by matching the face with the one already in the database. * * * as q * Kilic Can abdurrahman ...
Unix, Windows, Mac OS, Hardware This class can be used to communicate with a serial port under Linux or Windows. It takes the path (like "/dev/ttyS0" for linux or "COM1" for windows) of serial device and checks whether it is valid before opening a connection to it. Once the connection is opened, ...
XML, PHP 5, Files and Folders, Parsers This class can read and write Excel spreadsheets in XLSX format. It can read and parse an existing spreadsheet file in the Microsoft Excel 2007-2011-2013 format. The class allows to modify workbook contents by changing cell data and colors, insert or clone rows ...
PHP 5, Databases, User Management This class can register and login users using a database via PDO. It can process the registration of a user given the user name, password, name and email address. It can also authenticate a user given the user name and password and optionally set a cookie to remember ...
PHP 5, User Management, Security This package can implement password authentication policies. It can perform several types of check to evaluate if user passwords and authentication procedures comply with security recommendations. The base class can take as parameters a user profile with details like ...
PHP 5, Databases, Libraries, Design P... This package is a MVC framework providing autogenerated MySQL models. It provides base classes for creating Web applications like controllers, models and view classes, as well as, a set of MVC components for commons database operations like search, sort, paginate ...
Algorithms, Graphics, Tools, PHP 8 This package can generate QR code images in several formats. It can take a string of data to encode and output an image of the QR code or save to a file in one of several formats supported by the package. Currently, it can: - Output in formats like PNG, SVG, PDF ...
PHP 5, System information, Debug, Unix, P... This package can show a report of PHP configuration information. It provides several classes that retrieve information of configuration of resources that can be used by PHP on the server side. The class can compose a report and display it on a Web page ...
Cryptography, User Management, Security This class can be used to authenticate and manage OTP user tokens for strong two-factor authentication. It can create, update and delete tokens to authenticate users with one time passwords (OTP). The users data is stored in files. The class can also check ...
PHP 5, Time and Date, Databases, Unix This package can add scripts to be executed periodically. It can store and retrieve in a database details of scripts to be executed periodically. An executor script can get retrieve the script jobs to be executed and creates new processes to execute the scripts ...
PHP 5, Graphics, Validation, Security This class can generate image with text for CAPTCHA validation. It can create an image with random text characters from a given list of characters rendered optionally in a distorted way and noise dots to obfuscate the image. The generated text is stored in a ...