Inside-Out - Web Design & Development 4 Beginners

Tag: php

String to URL – PHP Function

String to URL – PHP Function
August 4, 2010
PHP Functions

PHP function to convert a string into an SEO ready, browser-friendly URL. Useful for article creation in conjuction with .htaccess ‘RewriteRule’.

Generate PHP & MySQL code the easy way!

Generate PHP & MySQL code the easy way!
July 21, 2010
Useful PHP

Guard against repetition and save time with this PHP and MySQL code generator. Free for both personal and commercial use.

Showing data – MySQL with PHP

Showing data – MySQL with PHP
January 9, 2010
PHP basics

A look at simple implementation of PHP and MySQL for showing the contents of a MySQL database table. Beginners tutorial.

Adding data – MySQL with PHP

Adding data – MySQL with PHP
January 8, 2010
PHP basics

Here is the solution that all PHP/MySQL newbies ask for – how to add data to a MySQL database table using PHP via a webpage.