1. Announcement:
    Bluepearl Design
    Sean (Founder/Admin)
    12-31-2009
    Views:
    3,908
+ Post New Thread
Threads 1 to 6 of 6

Forum: PHP & MySQL

PHP 4 & 5 Hypertext Preprocessor
MySQL multi-user, SQL (Structured Query Language) Database Management System

  1. [PHP] - Maze generator and solver using GD module

    Hey, I got bored 2 days ago, and decided to create a maze and then solve it. :cool: This are a few of the mazes i came up with: http://omploader.org/vMTVuZQ http://omploader.org/vMTVuaw Ofcourse, after I finished my maze generator, I couldn't solve it because it was too complex......

    Started by Fragalot, 01-24-2009 02:58 AM
    • Replies: 2
    • Views: 1,567
    01-31-2009 07:57 PM Go to last post
  2. [PHP] Creating Headers and Footers

    Including headers and footers from a page can save u alot of time and effort. When u want to edit the header for example u only have to edit one file instead of 20+ depending on how many pages your site has. For example your index.php or link.php will call upon the headers and footers like...

    Started by Sean, 01-15-2004 06:02 PM
    • Replies: 11
    • Views: 3,437
    10-14-2008 11:55 PM Go to last post
  3. generating a random password.

    Well, my php highlight functions need php5, so this page looks messed :) Tutorial :: Random Password Generator on that page you can use the form to show what it's about. type in a number, and press ENTER. this url shows how the layout _SHOULD_ look. Tutorial :: Random Password Generator ...

    Started by Fragalot, 08-09-2006 04:02 AM
    • Replies: 7
    • Views: 1,381
    08-18-2006 01:52 AM Go to last post
  4. Creating a Whois Serach

    Heres a quick one for you guys :) 1. Creating a whois search is really easy, in fact all you have to do is add this code to your html. <? if($site != "") { exec("whois $site", $output, $error); while (list(,$line) = each($output)){ echo $line, " \n"; } } ?> 2. Now...

    Started by bjinc, 11-11-2005 03:35 AM
    • Replies: 2
    • Views: 1,385
    11-11-2005 08:13 PM Go to last post
  5. [PHP] Putting a Internet Radio Status in Your sig.

    <?php // Ruff Dawg's 'Now Playing Sig w/ Background v. 1.5 May 7, 2004 // Special thanks to the originator, DJ Rampage // Modded specifically for Bluepearl by Spawndemon // This image you can call immediately from an html file in the image tag // (i.e. <img src="sic_pic.png">) easy huh? ...

    Started by SpawnDemon, 07-31-2005 08:30 AM
    • Replies: 2
    • Views: 1,492
    07-31-2005 01:12 PM Go to last post
  6. making .png transparent in IE

    add this to your style.css file attached to your website. #pngIE { fillter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=image.png); background-repeat:no-repeat; } #pngFF{ background-image:url(image.png); background-repeat:no-repeat;

    Started by Fragalot, 07-27-2005 11:19 PM
    • Replies: 2
    • Views: 1,597
    07-28-2005 08:58 PM Go to last post

Forum Information and Options

Users Browsing this Forum

There are currently 1 users browsing this forum. (0 members & 1 guests)

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 300 views
Hot thread with unread posts
More than 15 replies or 300 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts