Untitled Document
+ Post New Thread
Page 1 of 4 1 2 3 ... LastLast
Threads 1 to 20 of 62

Forum: PHP Development

PHP forum discussing coding, and other PHP related topics.

  1.   Sticky Threads  

  2. Sticky Thread Sticky: Readme First!

    When posting something in this section of the TalkMaster.net forums, please consider the following rules: For a tutorial, please add the tag...

    Started by cipcip, 04-02-2010 05:10 PM
    • Replies: 0
    • Views: 44
    04-02-2010 05:10 PM Go to last post
  3.   Normal Threads  

  1. [help needed] getting data from sql - latest posts to the top

    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...

    Started by z3r0, 08-21-2010 04:17 PM
    • Replies: 1
    • Views: 9
    08-22-2010 12:03 PM Go to last post
  2. How to buid a simple CMS (Content Management System)

    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...

    Started by Adrian, 05-15-2010 06:49 AM
    2 Pages
    1 2
    • Replies: 13
    • Views: 149
    07-27-2010 02:41 PM Go to last post
  3. [Tutorial] Connect to a MySQL Database

    Place this in the top of everyfile and you'll always be connected :) <?php $dbhost = 'localhost'; //your host $dbuser = 'root'; //username...

    Started by Emil, 07-15-2010 07:17 AM
    • Replies: 3
    • Views: 17
    07-18-2010 01:21 AM Go to last post
  4. [Tutorial] Easy pages with PHP (?page=1,2,3,4)

    Alright, people have been asking me why I always create websites in a specific way using the asksign like this. Home page will be:...

    Started by Emil, 07-15-2010 07:27 AM
    • Replies: 4
    • Views: 21
    07-18-2010 12:35 AM Go to last post
  5. [Tutorial] How to fetch data from a mysql database

    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...

    Started by Emil, 07-15-2010 07:10 AM
    • Replies: 1
    • Views: 11
    07-17-2010 11:41 PM Go to last post
  6. [tutorial] send email using php

    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,...

    Started by hosseind600, 04-03-2010 10:51 AM
    • Replies: 4
    • Views: 66
    05-12-2010 03:07 AM Go to last post
  7. [tutorial]PHP and AJAX comment system using jquery

    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!...

    Started by cokacola, 04-07-2010 08:35 AM
    2 Pages
    1 2
    • Replies: 13
    • Views: 631
    05-12-2010 03:03 AM Go to last post
  8. [Script] Megavideo youtube download from url

    Well, it's true, i like automation.. :) <? if(empty($_POST)){ ?> <html><body> <form action='/' method='post'> Url of the...

    Started by alex88, 04-13-2010 05:27 PM
    • Replies: 2
    • Views: 522
    05-12-2010 03:00 AM Go to last post
  9. Recieving SMS messages

    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...

    Started by AndrewP, 04-10-2010 02:25 AM
    • Replies: 5
    • Views: 109
    05-12-2010 02:55 AM Go to last post
  10. Smile microChat without none DataBase

    http://www.phptoys.com/e107_plugins/content/content.php?content.84 : http://www.phptoys.com/e107_images/microchat/microchat.png He has 5 files:...

    Started by tutancamon, 04-25-2010 07:18 PM
    • Replies: 5
    • Views: 119
    04-30-2010 06:34 PM Go to last post
  11. [Help]Sending E-Mail using PHP to all E-Mails in a database

    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...

    Started by Yui, 04-16-2010 07:34 PM
    • Replies: 6
    • Views: 71
    04-26-2010 06:46 PM Go to last post
  12. [HELP] php form

    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...

    Started by Reaper™, 04-20-2010 10:58 PM
    • Replies: 1
    • Views: 34
    04-22-2010 07:02 AM Go to last post
  13. [tutorial]URL rewrite, why and how

    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...

    Started by alex88, 03-31-2010 07:30 AM
    apache, rewrite, rules, url
    • Replies: 7
    • Views: 284
    04-09-2010 07:32 PM Go to last post
  14. Post [tutorial]Multiple PHP pages in one

    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...

    Started by cokacola, 03-30-2010 12:14 AM
    2 Pages
    1 2
    • Replies: 11
    • Views: 165
    04-09-2010 12:55 PM Go to last post
  15. [Tutorial] Download files from filefront directly

    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...

    Started by alex88, 04-07-2010 09:37 PM
    • Replies: 4
    • Views: 62
    04-08-2010 04:12 PM Go to last post
  16. [tutorial] build a poll system with PHP and mySQL

    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...

    Started by hosseind600, 04-03-2010 10:56 AM
    • Replies: 3
    • Views: 149
    04-07-2010 07:28 PM Go to last post
  17. [tutorial]file_put_contents() and file_get_contents()

    Hello, in this tutorial, I will explain the two functions file_put_contents() and file_get_contents(). file_put_contents() can write the given...

    Started by cokacola, 04-06-2010 12:08 PM
    • Replies: 9
    • Views: 443
    04-07-2010 05:08 AM Go to last post
  18. [tutorial]Global Variables (Server)

    $_SERVER <?php echo $_SERVER;?> The document root directory under which the current script is executing, as defined in the server's...

    Started by wwfn, 04-02-2010 03:56 PM
    • Replies: 1
    • Views: 51
    04-07-2010 02:45 AM Go to last post
  19. [tutorial]Protect Php Files

    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",...

    Started by wwfn, 04-02-2010 03:59 PM
    • Replies: 3
    • Views: 51
    04-07-2010 02:44 AM Go to last post
  20. Unhappy PHP Error. Help Please.

    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...

    Started by . Jordan ., 04-01-2010 02:09 PM
    • Replies: 8
    • Views: 82
    04-07-2010 02:43 AM Go to last post

+ Post New Thread

Visitors found this page by searching for:

odno-klasniki.ru/319750.html

ona klasniki


SEO Tools

Forum Information and Options

Moderators of this Forum

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 150 views
Hot thread with unread posts
More than 15 replies or 150 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