Skip to main content

Home/ PHP Programming/ Group items tagged of

Rss Feed Group items tagged

jdr santos

Free PHP scripts, articles, resources and tutorials. [ free-php.net ] - 0 views

  •  
    At Free-Php.net, you will find a categorized listing of free php scripts, commercial php scripts, php resources, php tutorials, web resources, php hosting and more. Choose a category below to get started.
Mr. DiGi

phpMinAdmin - 0 views

  •  
    Simple and fast MySQL management tool - with support of stored procedures and triggers.
Jungle Jar

Wordpress Tutorial: Make Your Page Titles SEO Friendly - 0 views

  •  
    If you're a Wordpress Content Management System user, and you would like to make your page titles SEO friendly without installing any plug-ins or modifying your website too much, then this article might be for you. All it requires is a few lines of PHP in your header.php file.
sloansteddi

MDB2 | Prepare & Execute - 0 views

  •  array('integer'), array('text', 'text')
    • sloansteddi
       
      Make sure to pass TWO types arrays when selecting data with a where clause: prepare($sql, $typesIN, $typesOUT) inserting just takes one...
  • $sth = $mdb2->prepare('INSERT INTO numbers (number) VALUES (?)', array('integer'), MDB2_PREPARE_MANIP); $sth->execute(1); $sth->execute(8);
  •  
    walk through of preparing and executing statements
sloansteddi

PEAR::Calendar Examples - 0 views

  •  
    a bunch of examples on using the PEAR::Calendar class. Code included. With a little styling, those calenders could look right nice!!!
Sarah HL

PHP Depends On You | BrandonSavage.net - 0 views

  • elf in the community
  • PHP is one of the world’s largest open source projects.
  • people who write open source software generally aren’t paid to do it.
  • ...6 more annotations...
  • the core of PHP is contributed by people who are solely interested in making PHP better for their professional endeavors
  • it can be as simple as contributing to the documentation, or submitting a bug report
  • The community exists because people choose to contribute.
  • file a bug report or write some documentation today.
  • Remember: PHP depends on people just like you.
  • My Boss told me to prepare a paper how we interact good with open source project and how we can generate a win win situation on both sides by submitting (correct) bugreports.
qualitypoint Tech

SEO friendly URL or Pretty URL using Apache mod_rewrite |QualityPoint Technologies - 0 views

  •  
    Consider below url. http://site.com/showtopic.php?id=10 By seeing this url we can understand that this site is developed using php, and we can understand coding/database table upto some extent. For example, if you change id value to some invalid value instead of 10 we will get some error message/query which may give some details about database table.
jdr santos

atomik framework | micro PHP5 framework for small to medium websites - 0 views

  •  
    Atomik is a free, open-source, micro framework for PHP5. Atomik is built for small web applications that do not need heavy frameworks but still want powerful features. It is build with the KISS principle in mind as well as speed and security. Atomik is also an ideal introduction for beginners to the world of web development frameworks.
qualitypoint Tech

About Our CEO - 0 views

  •  
    Founder and CEO of QualityPoint Technologies which mainly focuses on Software Development and Quality Assurance.
Jungle Jar

JungleJar | Featured Web Application: PHPanywhere.net - 0 views

  •  
    This is an extremely cool and useful web application, and if it hasn't been thought of before, I'm absolutely shocked, because it makes so much sense. Essentially, PHPanywhere is a web based free Integrated Development Environment or IDE for the PHP language. In other words it is a web based application that provides PHP developers a PHP code editor that mocks a desktop application, and it does so very well.
jdr santos

PHPonTrax - P.O.T. that makes the web go round! - 0 views

  •  
    Php On Trax (formerly Php On Rails) is a web-application and persistance framework that is based on Ruby on Rails and includes everything needed to create database-backed web-applications according to the Model-View-Control pattern of separation.
Jungle Jar

JungleJar | Development Tutorial: Creating 301 Re-directs - 0 views

  •  
    From time to time you'll probably want to send a website visitor who tries to access a page that has moved, been deleted, etc to a brand spanking new page of which quite possibly will have the content they were looking for. In this article I'll introduce you to the 301 re-direct, show you how to create one, and you'll see why sometimes just depending on the 404 page isn't practical. I'll also show you various methods to create one by using PHP, ASP, and HTML.
jdr santos

caffeine-php - Google Code - 0 views

  •  
    Caffeine is a lite-weight PHP 4 and PHP 5 compatible framework that provides a small development layer, without getting in the way of the programmer.
Mickle jori

e-Commerce Website Company | e-Commerce Website Development company | e-Commerce Websit... - 0 views

  •  
    karmicksolutions specializes in website development and ecommerce that has established some of the leading brands by enhancing their business with great success. Karmick solutions has provided excellent innovative website development along with internet marketing and website promotions unparalleled over the years.
  •  
    HI ! I FOUND THIS, PLEASE CHECK THIS OUT AND VOICE YOUR OPINION.
Mickle jori

AJAX Development India - 0 views

  •  
    Ajax is a recently introduced web technology that has benefited from the more sophisticated functionality using easier-to-implement web standards. The qualified and experienced programmers of Karmick Solutions use AJAX for creating powerful web applications.
qualitypoint Tech

Does "Safe Mode" of PHP really give any benefit? - 0 views

  •  
    We had used ImageMagick tool for resizing the images without affecting quality in our BookMarklet project. We implemented this project successfully in Client's server.
ASLI BUGAKAPTAN INCE

Logikit::Framework - 0 views

  •  
    Logikit::Framework (LF for short) is an application development framework for PHP 5. The idea is to let people code much faster by providing a solid and easy-to-use substructure for common tasks. LF deals with most of the time-consuming everyday issues and lets you focus on the logic of your code.
qualitypoint Tech

Setting UserAgent for php curl session to avoid 500 Internal Server Error |QualityPoint... - 1 views

  •  
    We are using below function for getting webpage content using curl module of php.
qualitypoint Tech

How to split a string into individual characters using PHP? - 1 views

  •  
    In one of our php project, we had to split a string into individual characters. I thought there should be some built-in function for doing this. But I couldn't find the appropriate build-in php function.
« First ‹ Previous 101 - 120 of 225 Next › Last »
Showing 20 items per page