TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Showing results 1 to 12 of 12
Search took 0.04 seconds.
Search: Posts Made By: abiko
Forum: The Lounge 07-20-2008, 03:27 PM
Replies: 9
Views: 926
Posted By abiko
Here is a great tutorial how to setup your host...

Here is a great tutorial how to setup your host with Centos.
The Perfect Setup - CentOS 4.3 (64-bit) | HowtoForge - Linux Howtos and Tutorials (http://www.howtoforge.com/perfect_setup_centos_4.3)
Forum: Tips & Tricks 07-15-2008, 12:59 PM
Replies: 3
Views: 1,037
Posted By abiko
Project managment and other nice stuff about it

I'm not gonna rant about how you should start your project, just give a couple of nice links.

Project managment sites
They are offering to you all you and your development team need
- Project...
Forum: Absolute Beginners 04-01-2008, 04:05 PM
Replies: 7
Views: 1,031
Posted By abiko
Try a path to the included file - include...

Try a path to the included file
- include '/your/path/to/folder/includes/config.php';
it'll be better if you have one file that includes all other files - your admin.php just includes other needed...
Forum: Absolute Beginners 04-01-2008, 12:21 PM
Replies: 5
Views: 900
Posted By abiko
You can always use the WHERE in your SQL. Of...

You can always use the WHERE in your SQL. Of course you will have to know the id or any other "connection" you can make to get that item out.

Your query would look like then

<?php
include...
Forum: Advanced PHP Programming 03-30-2008, 08:48 PM
Replies: 12
Views: 1,524
Posted By abiko
Well, this is my way of doing plugings - I write...

Well, this is my way of doing plugings - I write them like a standalone app - with their templates, classes etc.

I have a config file in which is described which plugin go to what page. (About -...
Forum: Absolute Beginners 03-03-2008, 06:22 PM
Replies: 11
Views: 9,264
Posted By abiko
to delete a cookie: you have your cookie code //...

to delete a cookie:
you have your cookie code
// Set cookie
setcookie("cookieName", $value, time()+3600);
// Unset Cookie
setcookie("cookieName", $value, time()-36000);
The same could be used -...
Forum: Absolute Beginners 03-03-2008, 03:43 PM
Replies: 8
Views: 975
Posted By abiko
You're welcome. *blushes* As for Aarons answer...

You're welcome. *blushes*
As for Aarons answer :)

For a simple app like a blog - you have a users table and a blog article table.
Now user logging in/out is another story, but how to select..
First...
Forum: Absolute Beginners 03-03-2008, 02:08 PM
Replies: 8
Views: 975
Posted By abiko
MySQL in version 5 has come close to PostrgreSQL...

MySQL in version 5 has come close to PostrgreSQL with many advanced feature, but when MySQL was v3, v4 PostgreSQL was perfect solution for enterprize sized solutions.
As blogs go SQLite would work...
Forum: General 02-27-2008, 11:32 AM
Replies: 3
Views: 592
Posted By abiko
Basicly you select all the items from your menu...

Basicly you select all the items from your menu table, and then let php work it out.
Hope it helpes.
<?php

/// Select from the table
/// Delimiters if parent = 0 = main. if parent != 0 sub child of...
Forum: General 02-25-2008, 03:20 AM
Replies: 7
Views: 1,442
Posted By abiko
Edit: hehe Wildhoney - same post time...

Edit: hehe Wildhoney - same post time :)
-----
oh.
YOu don't get 'adimagefile' in the $_POST -
there should on be adtitle, imagetype and url.

The adimagefile data, e.g. the data about the uploaded...
Forum: Absolute Beginners 02-25-2008, 01:29 AM
Replies: 13
Views: 1,466
Posted By abiko
You first must know how to crawl to walk...

You first must know how to crawl to walk (procedural -> OOP) :)
I mean OOP's functions are procedural.. :) some.
When you go to OOP you'll see how it is easier.
And - download the PHP Manual - you...
Forum: Absolute Beginners 02-25-2008, 12:14 AM
Replies: 13
Views: 1,466
Posted By abiko
Learning PHP is great if you have a script you...

Learning PHP is great if you have a script you want to write.
I started with a simple shoutbox example and went to my own CMS. Fun time :)
First learn all the functions and procedural programming and...
Showing results 1 to 12 of 12

 

All times are GMT. The time now is 12:32 PM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design