Skip to main content

Home/ Coders/ Group items tagged php html

Rss Feed Group items tagged

jimmy brion

Hire PHP Programmer, PHP Developers for Expert PHP Programming Services - 0 views

  •  
    Expert PHP Programmers - Hire PHP Programmer for PHP Programming Services(PHP 4.x to PHP 5.x) PHP (Hypertext Pre-Processor) is one of the popularly used, general purpose scripting languages especially suited for web application development and can be inserted along with HTML. We have a rich experience in offering high-quality development, maintenance and support for PHP applications.
Fabien Cadet

HTML Purifier - Filter your HTML the standards-compliant way! - 5 views

  •  
    HTML Purifier is a standards-compliant HTML filter library written in PHP. HTML Purifier will not only remove all malicious code (better known as XSS) with a thoroughly audited, secure yet permissive whitelist, it will also make sure your documents are standards compliant, something only achievable with a comprehensive knowledge of W3C's specifications. Tired of using BBCode due to the current landscape of deficient or insecure HTML filters? Have a WYSIWYG editor but never been able to use it? Looking for high-quality, standards-compliant, open-source components for that application you're building? HTML Purifier is for you!
Biztech Consultancy

Some Steps of Convert HTML to WordPress - 0 views

  •  
    Static Web Site and .html web page on the site and we want to move it to WordPress. Less the number of static pages, less the effort is required to convert. WordPress websites are referred as dynamic and the pages have different ending like .PHP .WordPress. It just takes couple of hours when it comes to changing website content and working with a blog.
Fabien Cadet

PHPExcel - www.phpexcel.net - 3 views

shared by Fabien Cadet on 27 Oct 09 - Cached
  •  
    Project providing a set of classes for the PHP programming language, which allow you to write to and read from different file formats, like Excel 2007, PDF, HTML, ... This project is built around Microsoft's OpenXML standard and PHP.
Adildi ldinlio

PHP and MySQL Web Development third edition|free ebooks download - 1 views

  •  
    PHP and MySQL Web Development 3rd edition free download at the best library for free ebooks download.
Joel Bennett

Programmer Competency Matrix - 74 views

  •  
    A matrix of core programmer skills: where do you rank? where do you wish you ranked? What are you doing about it?
  • ...10 more comments...
  •  
    How to make $ 40,000 in one month with very quickly. What you need. The latest American news article. Immediately visit www.killdo.de.gg www.fiverr.de.gg www.newss.de.gg www.reddit.de.gg www.newsbbc.de.gg
  •  
    If you want a quality seo service please click here. Many people said about seo. But do not understand about seo itself. I will help you. Please contact me on yahoo messenger .. aming_e@ymail.com or www.killdo.de.gg
  •  
    Pakistani Escort in uae // Hotels Escorts In Dubai // Sexy Indian Escort In Dubai // Hot Indian Escorts in Dubai // Pakistani Escort Service In Dubai // Indian Escort Service In Dubai //
  •  
    What is this link?
  •  
    AppStudio is a mobile app development and digital marketing company in Ottawa. It is expertise in developing creative mobile apps and making the online reputation of any business. If you are looking to App Developers Ottawa then you can contact Our team. Visit - https://www.appstudio.ca/app-development-company-in-ottawa.html
  •  
    Khuyến mãi thần bài tái xuất tại 8kbet. Chương trình khuyến mãi thần bài tái xuất thắng liên tiếp 8 ván cược bạn có cơ hội nhận thưởng lên đến 1.528 điểm trong tài khoản. https://88kbet.site/
  •  
    Awesome work thanks for sharing this https://evolfus.com/ with us keep it up.
  •  
    This is really commendable.https://connectionsnyt.us/ thanks for sharing. keep it continue.
  •  
    Awesome thanks for sharing this also check https://copyenglish.com/
Fabien Cadet

PHPDoctor: The PHP API Documentation Creator - 1 views

  •  
    « PHPDoctor is an attempt to create a simpler and faster PHPDoc (Javadoc style comment parser for PHP) that produces standards compliant HTML. »
anonymous

dbscript php framework - 0 views

  •  
    dbscript is a web development framework, it helps php programmers take advantage of efficient design patterns and idioms from other dynamic languages and frameworks. for example, the Mapper and Route classes work together to map actions and records to distinct urls. among the many advantages of routes are the automatic named routes: url_for( resource ). restful urls, http-style controllers, atompub/html introspection documents and content-negotiation are among the sophisticated features of this programmer-centric development tool. the framework is a database abstraction layer, with built-in adapters for PostgreSQL and MySQL.
yc c

gotAPI.com - Documentation search engine - 2 views

  •  
    gotAPI helps you find functions, classes, methods, properties, styles, tags, constants and more \n Search In\nActionScript 2.0, ActionScript 3.0, Adobe Flex 2, Adobe Flex 3.3, Apache Ant, Apache Commons, Apache RegExp, Apache Struts 1.1, Berkley DB XML, Bluetooth and OBEX, C++, CakePHP 1.2, Castor, CDC, CLDC, ColdFusion MX-7, ColdFusion MX-8, CSS, CSS, DbUnit 2.4.5, Dinkumware C/C++, DITA 1.1, DocBook, Dojo Toolkit 1.3, Drupal, Eclipse Platform 2.1, Erlang, Flickr API, FP, Google GWT, Google GWT+Gears, Groovy, Haskell, Hibernate, HTML, HTML, HttpUnit, J2EE 5.0, Java 1.5, Java 1.6, JavaScript, JavaScript, jQuery, JSON LIB, JSTL, JUnit, Log4J, MIDP, Mobile Media, MochiKit, MooTools, MySQL 4.1, OpenGL 2.1, Oracle 10g, Oracle 9i, Orb API 2.0, OSGi Platform 4.1, PBP, Perl 5.10, PHP, PostgreSQL 8.3, Prototype.js, Python 2.6.1, RMagick 1.15, RogueWave, Ruby Std Libraries, Ruby/Rails, Scala 2.7.3, Schema (XSD), Script.aculo.us 1.8, Selenium 0.8.2, Sicstus Prolog, Simple DirectMedia Layer, Spring Framework 2.0, Symphony 1.2, Twitter API, Web Services, XML DOM, XPath 2.0, XSL 2.0, Yahoo! UI\n
anonymous

http://www.unixodbc.org/doc/FreeTDS.html#Configuration - 0 views

  • <?php # connect to a DSN "MSSQLTest" with a user "cheech" and password "chong" $connect = odbc_connect("MSSQLTest", "cheech", "chong"); # query the users table for all fields $query = "SELECT * FROM users"; # perform the query $result = odbc_exec($connect, $query); # fetch the data from the database while(odbc_fetch_row($result)) { $field1 = odbc_result($result, 1); $field2 = odbc_result($result, 2); print("$field1 $field2\n"); } # close the connection odbc_close($connect); ?>
    • anonymous
       
      Die Erweiterung php5-odbc muss installiert sein, dann soll das, so die Aussage hier, automatisch funktionieren....
  •  
    Aus einer Virtuellen Maschine mit Sybase ODBC connecten...  hier steht die Grundanleitung.
Shahriar Kabir

Debug PHP Using Firebug and FirePHP - 0 views

  •  
    Firebug is a phenomenally helpful HTML / CSS / JavaScript / Ajax debugger. Be that as it may, did you know it can likewise be utilized to troubleshoot PHP? Yes, on account of an additional Firefox extension called FirePHP.
Joel Bennett

Web IDE EAP - JetBrains - 1 views

  •  
    The JetBrains Web IDE is a new Integrated Development Environment for web programming: Html, CSS, Javascript, XML, PHP, and SQL ... and support for version control systems, etc
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.
Shahriar Kabir

MachForm - Stunning HTML And PHP Web Form Builder - 0 views

  •  
    MachForm helps you make proficient evaluation form with greatest similarity. Lives up to expectations awesome on desktop PCs or portable/touch gadgets (iPhone, iPad, Android gadgets). Building structures has never been this good times.
yc c

Squad - 8 views

  •  
    collaborative code editor - HTML, CSS, Javascipt, PHP , and plain text
Shahriar Kabir

PhpStorm - An Intelligent PHP IDE - 0 views

  •  
    Appreciate beneficial PHP and web advancement with PhpStorm. Exploit profound code understanding, first class coding help, and backing for every significant device and structures. PhpStorm's shrewd code
Fabien Cadet

dompdf - The PHP 5 HTML to PDF Converter - 4 views

  •  
Justin Newton

W3Schools Online Web Tutorials - 0 views

  • At W3Schools you will find all the Web-building tutorials you need, from basic HTML and XHTML to advanced XML, SQL, Database, Multimedia and WAP.
  •  
    At W3Schools you will find all the Web-building tutorials you need, from basic HTML and XHTML to advanced XML, SQL, Database, Multimedia and WAP.
  •  
    This site includes tutorials, references, and try it safely examples...
  •  
    XHTML, CSS, JAVASCRIPT, PHP, DOM, XSLT, XSL, XML, WAP
1 - 20 of 42 Next › Last »
Showing 20 items per page