PHP SubcategoriesBeginners | Date and Time | Database | Content Management Systems | Cookies and Sessions | Email | Image Manipulation | Forms | Security | Object Oriented Programming | Web Scraping | String Manipulation | RSS | XML | Other | Mobile | PEAR | Flash | Math | Advanced | Files | Ecommerce | Arrays | |
Write Secure Scripts with PHP 4.2! |
| PHP | Views: 20 | |
| Find out why tossing one of the major selling points of PHP out the window will help to make your PHP scripts more secure |
When Browsers Suck: PHP to the Rescue! |
| PHP | Views: 1 | |
| Into the life of every Web designer a little incompatible code must fall. Dealing with browser incompatibilities can be a nightmare if you're limited to JavaScript. The solution? PHP |
Web Database Applications with PHP & MySQL |
| PHP | Views: 17 | |
| A fundamental characteristic of the Web is the stateless interaction between browsers and web servers. As discussed in Chapter 1, HTTP is a stateless protocol. Each HTTP request a browser sends to a web server is independent of any other request. The sta.. |
Using PHP with Forms |
| PHP | Views: 17 | |
| Once you know the basics of PHP's syntax and structure, it is fairly easy to make the leap to writing full-fledged scripts. Because working with forms is one the most common tasks in writing applications for the web, the first script you will learn to wr.. |
Using PHP Operators |
| PHP | Views: 2 | |
| To effectively use a programming language you must perform operations. In Liz Fulghrm's continuing series on programming PHP, she presents coverage of this language's operators |
Using PHP and MySQL with Flash |
| PHP | Views: 10 | |
| This article helps explain how to use Macromedia Flash 5 in conjunction with PHP and a MySQL database. This demonstration will show you how to setup a simple login and registration form, then allow users to save movie clip positions and various propertie.. |
Using PHP and IIS to Create a Discussion Forum |
| PHP | Views: 1 | |
| Learn how to use PHP on windows and IIS to create a basic discussion forum that makes use of a powerful database |
Using PEAR's HTML_Table Class |
| PHP | Views: 1 | |
| Within the current incarnation of (X)HTML tables are the building blocks to well organized and attractive designs. They allow the developer an incredible amount of control over the visual representation of information and graphics. However they come with |
Using objects to create an application |
| PHP | Views: 7 | |
| Michael Johnson shows you how to use objects to create an application, building the application up from smaller parts |
UDP Portscanning in PHP |
| PHP | Views: 0 | |
| Leaving unnecessary ports open can seriously compromise your system. While TCP port scanning is popular, don't underestimate the value of UDP port scanning. In this article, Jason builds a UDP port scanner in PHP |
Spell Checking and URL Tricks |
| PHP | Views: 3 | |
| needed a simple little example that I could use to show how Apache's ForceType directive can be put to good use with PHP. I chose a URL-based spell checker since one of the newer features of PHP is built-in spell checking |
Slapping together a search engine for your database is easy with PHP and MySQL |
| PHP | Views: 2 | |
| So you've got a dynamic site, filled with all sorts of user inputs, whether it be a 'phorum', or like my own site at knowpost.com. ht://dig will take care of indexing and searching your html pages, but if you are like me, you have very few html pages, an.. |
Simple linear regression with PHP: Part 1 |
| PHP | Views: 1 | |
| A missing, but powerful, tool in the PHP arena is a language-based math library. In this two-part series, Paul Meagher hopes to inspire PHP developers to develop and implement a PHP-based math library by providing you with an example of how a library of .. |
Sending MIME email in PHP |
| PHP | Views: 6 | |
| Tired of sending those drab textual notifications and newsletters to your friend and clients? Ever wanted to send attachments and/or HTML embedded email. The answer is MIME. The ensuing few pages explain the basics of MIME
|
Sending Mail With PHP3 |
| PHP | Views: 2 | |
| Server scripting languages like Lasso and Java servlets make sending mail so complicated that you'd rather avoid it at all costs. Until recently, I have been relying on a cheap (read "free") perl script from cgi-resources.com, but I want to be able to do |
Securing file uploads under PHP |
| PHP | Views: 5 | |
| Uploads in php are very easy to implement, but they're a little bit insecure. This is not something with php and it can be fixed in 10 lines, but you have to be aware. Without this, any file accessible by the HTTPD can be
viewed (read: /etc/passwd, .htp.. |
Secure Programming in PHP |
| PHP | Views: 6 | |
| Thomas Oertli discusses the common threats and challenges of programming secure PHP applications and practical methods for doing so |
Search Engine-Friendly URLs |
| PHP | Views: 9 | |
| Is your database-driven site being indexed properly by the search engines? Because of the appearance of the query string in their URLs, many aren't! Chris provides three solutions to the problem. |
Saving Resources with PHPCache |
| PHP | Views: 1 | |
| Is server overload setting you back? Chris explains phpCache - a great script that lightens your load and speeds up your site |
Resizing Images with PHP and Mogrify |
| PHP | Views: 6 | |
| Our consulting division had been approached by a economic development organization who wanted us to build a website. One of the desired features of the site was a system that allowed their staff to upload member company logos to be displayed on the front |
|