Posts Tagged 'SQL'

WebSecurity (Project Management Tools)

Posted by:

This protection ensures that will protect you 100% when trying to debug SQL and SHELL attacks. I made this personal protection and I use it and so far there was no problem with hacking. What protects the following query: $ _POST $ _GET $ _REQUEST and $ _SESSION $ _COOKIE $ _FILES review requests in detail and if there are any suspicions replaced ach questionable word: blocked Support any SQL server. (MySQL,MSSQL,PostgreSQL and other) Read the documentation in order to see how ...Continue Reading →
0
Categories:
Code  |  PHP

ExtJS Easy PHP Wrapper (Miscellaneous)

Posted by:

ExtJS 4 EasyWrapper for PHP ExtJS is a really cool JavaScript library for generating web GUIs. Everything works really nicely when all you want are simple forms, but it generally doesn’t take long before you want to control the rendered JavaScript based on some server-based logic (i.e., only show these fields to “admins”, or load values from a SQL database based on the selected ID and show them in the form). Pretty soon, you are wrapping the JavaScript in PHP control ...Continue Reading →
0
Categories:
Code  |  PHP

Real Estate Properties Listing (WordPress)

Posted by:

Powerful Real Estate WordPress Plugin

Real Estate Properties Listing a great WordPress plugin to display properties with style. The plugin comes with a nice templating system and a powerful search form. This is the ideal solution for brokers and agents that want to integrate into their websites the properties for ...Continue Reading →
0
Categories:

SAFE The Login Class (Miscellaneous)

Posted by:

We all know this: Your just writing a simple to script speed things up or to have a fancy GUI for some tasks. You want to have control over your stuff from everywhere you are. Often the problem is that you have to write a auth-system as well and this can get boring and need a bit of time. To do it once is ok, but what if you have to do this a second time or third? Often you cannot ...Continue Reading →
0
Categories:
Code  |  PHP

jQuery photo social wall (Social Networks)

Posted by:

Add comments to photo, like photos, add clickable hashTag, turnOff/On adding hashTag, turnOff/On showing users name, editable order showing name/hashtag, default max. visilble comments in post, editable animations (duration, style), JSON answers (users avatar, user nickname), SQL tables examples, working demo (only copyNpaste HTML structure,jQuery code), NO PLUGIN (pure jQuery code), you have to create a SQL tables, PHP while cicle example for echo post for fully documentation and CODE go to link: http://tatratimberlogistik.sk/facebook/vyvoj_app/documentation/Continue Reading →
0
Categories:

Link Aggregator – PHP Link Sharing Script (Social Networking)

Posted by:

For anybody having trouble installing it and getting a database error, you need to run the sql code from UPDATE.SQL in your database ;) Link Aggregator is a PHP script which allows you to create your own link sharing site similiar to Reddit, Digg, Fark & etc. For example, you can use it to create the next Reddit or offer a type of news portal for your clients.

Features

  • Users can submit their own links
  • Category ...
Continue Reading →
0
Categories:
Code  |  PHP  |  Social Networking

Simplified DB – PDO, Mysqli, Mysql Helper Class (Database Abstractions)

Posted by:

Simplified DB is a PHP database abstration class that helps developer perform MySQL operations easily using PDO, Mysqli and Mysql. Using Simplified DB, you can easily create and run both simple and advanced database driven application in PHP without having any knowledge of SQL. Simplified DB provide a single solution for all you need to perform CRUD operation on Mysql DB using PHP as it covers all the 3 major ways (PDO, Mysqli and Mysql) of doing it.It has ...Continue Reading →
0
Categories:

Mega PHP Template Engine v1.0 (Project Management Tools)

Posted by:

New Version 1.5

Preferably used with databases Files
connects.php
// Contains data to connect to the database

constants.db.php
// Contains the names of database tables

mega.db.php
// Contains functions for dealing with mysql database
// Contains a function that fetch config from the database quickly
// $config['']

mega.template.php 
// PHP Template Engine 

mega.class.php  
// include files , operate the Template Engine
Mega template is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic. This implies that PHP code is application logic, and is ...Continue Reading →
0
Categories:
Code  |  PHP  |  Project Management

Simple Database Abstraction for PHP and MySQL (Database Abstractions)

Posted by:

Manipulate with your data using simple methods Powerful actions in simple Active Record style. No any SQL writing. Fast and low-memory usage, compact and cleaner resulting code

Features

  • Simple insert, update and delete
  • Batch inserts and updates
  • Where conditions and fulltext search
  • Sorting and grouping
  • Joins of multiple tables
  • Foreign keys updating
  • Checking the uniqueness of records
  • ...
Continue Reading →
0
Categories:

PDO CRUD Class (Database Abstractions)

Posted by:

This small class will save you time by providing CRUD methods for quickly building SQL query statements. This can be used and integrated into any existing project with ease. Also, it is great at handling exceptions when SQL errors are produced.

System Requirements

  • PHP 5
  • PDO Extension
  • Supported PDO Driver(s) – PDO _SQLITE, PDO _MYSQL, PDO _PGSQL

Usage

require('class.db.php');

// Create
$bind = array( ':id' => $_POST['user_id'], ':user' => $_POST['username']);
db::inst()->insert( "users", array('":id"', '":user"'), ...
Continue Reading →
0
Categories:
Page 1 of 2 12
  • RSS
  • Facebook
  • Google+
  • Twitter
  • Tumblr
  • Digg
  • Delicious
  • Pinterest