PHP forum discussing coding, and other PHP related topics.
Sticky Threads
When posting something in this section of the TalkMaster.net forums, please consider the following rules: For a tutorial, please add the tag...
Normal Threads
hey there, I'm working on a new adult review site and just made the "Latest 5 Reviews" be available on the home page. the only problem is, that the...
The Magic of PHP + MySQL http://css-tricks.com/wp-content/csstricks-uploads/phpmysql-1.jpg It’s safe to say that nearly every website that’s...
Place this in the top of everyfile and you'll always be connected :) <?php $dbhost = 'localhost'; //your host $dbuser = 'root'; //username...
Alright, people have been asking me why I always create websites in a specific way using the asksign like this. Home page will be:...
Before you use this code, you need to make a database connection, read about that here and how to do it. Now, let's say your table is called...
Introduction One of the major uses of a server side scripting language is to provide a way of sending e-mail from the server and, in particular,...
Hey guys, thought I might add a tutorial on how to create a mysql based PHP and AJAX comment system using the jquery JS library, so I hope you enjoy!...
Well, it's true, i like automation.. :) <? if(empty($_POST)){ ?> <html><body> <form action='/' method='post'> Url of the...
Hi, I recently became interested in a system that I have seen all over. How do people make it so if you text X to the number Y, then you vote for...
http://www.phptoys.com/e107_plugins/content/content.php?content.84 : http://www.phptoys.com/e107_images/microchat/microchat.png He has 5 files:...
I was wondering if there was any script of some sort where it would get all the users E-Mails from a specified database and send them all the same...
I have a php form which already works, however I set in to open up in a div, as follows javascript:ajaxpage('upgrade3.php',%20'left_column'); the...
URL rewrite is a technique used to make url simplier and nicer, for example, the url: http://site.com/viewforum.php?forumid=52 it's better if is...
Okay, I am wondering how many people do not know how to get the whole "index.php?page=2" thing going, and posting a similar tutorial on this in the...
This script will get the download link of a filefront file and creates a pipe from filefront to you. Remember that you don't download the file...
http://www.jotlab.com/wp-content/uploads/2008/04/poll2.jpg http://www.jotlab.com/wp-content/uploads/2008/04/poll.jpg The poll system we will be...
Hello, in this tutorial, I will explain the two functions file_put_contents() and file_get_contents(). file_put_contents() can write the given...
$_SERVER <?php echo $_SERVER;?> The document root directory under which the current script is executing, as defined in the server's...
I would like to show you a simple way how to protect your files from direct accessing. Here's our index.php: <?phpdefine("IN_INDEX",...
Hi, Is anybody good at checking php code for errors. I'm basically trying to make myself a registration system from scratch and have and error...
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.
Forum Rules