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 25 of 42
Search took 0.09 seconds.
Search: Posts Made By: quantumkangaroo
Forum: General 06-30-2009, 05:55 PM
Replies: 1
Views: 516
Posted By quantumkangaroo
mod_rewrite help sigh

I wrote an htaccess file to convert dynamically created url's, making them seo friendly, here is my htaccess file;


Options +FollowSymLinks
RewriteEngine On

##Content Application
RewriteRule...
Forum: Advanced PHP Programming 04-07-2009, 10:04 AM
Replies: 7
Views: 965
Posted By quantumkangaroo
Weve looked into going into a framework driven...

Weve looked into going into a framework driven structure, currently we have something mixed between an MVC structure and our own creativity :S

We have 1 core controller, 4 core classes and a library...
Forum: The Lounge 03-22-2009, 12:01 PM
Replies: 1
Views: 723
Posted By quantumkangaroo
Pretoria PHP User Group (South Africa)

Hi Guys

Some information for any developers in or around Pretoria in South Africa, we'll be having our first meeting on the 14th of April at Menlyn Dros @ 19:00.

Hope to see you guys there!
Forum: The Lounge 03-17-2009, 09:31 AM
Replies: 6
Views: 2,607
Posted By quantumkangaroo
I want to buy a couple for our offices but no one...

I want to buy a couple for our offices but no one seems to be selling and shipping them anymore, any idea where we'd be able to buy them?
Forum: Advanced PHP Programming 12-04-2008, 09:18 PM
Replies: 1
Views: 677
Posted By quantumkangaroo
To widget, or not to widget

We have been having a massive debate at work about the whole concept of a widget based framework/cms following the web 2.0 principles of creating an interactive user interface.

Mostly the asp.net...
Forum: Show Off 11-09-2008, 02:24 PM
Replies: 4
Views: 930
Posted By quantumkangaroo
My problems...

My problems (http://pickit.freehostia.com/index.php?p=register&PHPSESSID=55686567697daf548e5bf9f5223a24d6)
Forum: Absolute Beginners 07-08-2008, 11:30 AM
Replies: 14
Views: 1,777
Posted By quantumkangaroo
Classes are objects which contain methods, member...

Classes are objects which contain methods, member variables, are able to be inherited and much more, objects make our life as developers easier by cutting down on repetitive code.



Earlier versions...
Forum: Advanced PHP Programming 06-30-2008, 06:32 PM
Replies: 0
Views: 770
Posted By quantumkangaroo
Record being shown twice

Found the problem my bad! Late night programming :<
Forum: Absolute Beginners 06-30-2008, 03:58 PM
Replies: 3
Views: 1,075
Posted By quantumkangaroo
You are looking a creating a function to handle...

You are looking a creating a function to handle the search for you, makes it easier than to use if statements the whole time and saves cpu usage, holler if you need help writing the function
Forum: Absolute Beginners 06-24-2008, 06:18 AM
Replies: 3
Views: 1,075
Posted By quantumkangaroo
Your site's contact form processing is missing...

Your site's contact form processing is missing...
Forum: General 06-20-2008, 11:37 AM
Replies: 8
Views: 1,784
Posted By quantumkangaroo
Uninstall/Re-install Wamp and Xampp tend to give...

Uninstall/Re-install Wamp and Xampp tend to give problems sooner or later, windows ftl
Forum: Advanced PHP Programming 06-20-2008, 11:24 AM
Replies: 2
Views: 1,341
Posted By quantumkangaroo
Going from multiple lines of a record to 1 line...

Going from multiple lines of a record to 1 line makes my life so much easier thanks Wildhoney :)
Forum: Advanced PHP Programming 06-19-2008, 09:30 AM
Replies: 2
Views: 1,341
Posted By quantumkangaroo
Samba log parser

Hey guys

Im looking to write a script to parse my samba logs and insert the data into a database. Problem is the text file samba writes, records arent placed on one line so it could go from 2 to 3...
Forum: Absolute Beginners 06-10-2008, 10:49 AM
Replies: 8
Views: 769
Posted By quantumkangaroo
my eyes are hurting thank you for...

my eyes are hurting thank you for that

<?php
session_start();
$link = mysql_connect('localhost', '', '');
if (!$link) {
die('Could not connect: ' . mysql_error());
}
$dbselect =...
Forum: Tips & Tricks 05-08-2008, 01:52 PM
Replies: 4
Views: 1,106
Posted By quantumkangaroo
because its ironic?

because its ironic?
Forum: Feedback 04-29-2008, 02:19 PM
Replies: 12
Views: 1,291
Posted By quantumkangaroo
Isnt a pre-emptive review system already in use?...

Isnt a pre-emptive review system already in use? I waited for a week or 2 for my article to be published. Thought it might be that it was being reviewed by the mod's. Anyways im all for it, quality...
Forum: Show Off 04-29-2008, 12:08 PM
Replies: 15
Views: 1,429
Posted By quantumkangaroo
virtueCart v1.0.6

Long time no see guys, it has been a hectic month with starting at a new programming firm and all, but this has not let me not work on my little(well ye wouldnt really call it that anymore) project....
Forum: Advanced PHP Programming 04-01-2008, 04:21 AM
Replies: 11
Views: 4,636
Posted By quantumkangaroo
Yes it has been deprecated but it is still...

Yes it has been deprecated but it is still compatible with PHP5 which the guide was written for, and i only used it to explain the basic structure of the class the rest of the examples all use...
Forum: Advanced PHP Programming 03-31-2008, 10:30 PM
Replies: 11
Views: 4,636
Posted By quantumkangaroo
Actually i used var instead of public because i...

Actually i used var instead of public because i was explaining the basic structure, you will see after that example we start with visibility keywords. That is where public came in :-P
Forum: Advanced PHP Programming 03-30-2008, 10:12 PM
Replies: 11
Views: 4,636
Posted By quantumkangaroo
no problem ;-)

no problem ;-)
Forum: Advanced PHP Programming 03-28-2008, 02:26 PM
Replies: 11
Views: 4,636
Posted By quantumkangaroo
Thanks pointing that out as i said it was 4 in...

Thanks pointing that out as i said it was 4 in the morning so the tiredness seemed to get the best of me, fixed the code it now includes the receive method. I'll publish part 2 of the guide which...
Forum: Advanced PHP Programming 03-28-2008, 11:19 AM
Replies: 11
Views: 4,636
Posted By quantumkangaroo
Glad you enjoyed it

Glad you enjoyed it
Forum: Advanced PHP Programming 03-28-2008, 02:26 AM
Replies: 11
Views: 4,636
Posted By quantumkangaroo
Smile PHP5 Classes A to Z Part 1

Due to some wanting a more advanced tutorial on classes and functions I'm back and ready to please, so lets get cracking shall we. For this tutorial we will be leaning more towards PHP5 so feel free...
Forum: Absolute Beginners 03-27-2008, 10:28 PM
Replies: 8
Views: 1,019
Posted By quantumkangaroo
No problem its just to keep it as simple as...

No problem its just to keep it as simple as possible for beginners, not giving too much detail as they would generally become confused, as for the advanced programming one let me finish my work then...
Forum: Absolute Beginners 03-27-2008, 07:30 PM
Replies: 8
Views: 1,019
Posted By quantumkangaroo
There was really no need to set a level for the...

There was really no need to set a level for the function i explained what the visibility keywords do, but i did not implement public, protected or private that doesnt mean i forgot about them there...
Showing results 1 to 25 of 42

 

All times are GMT. The time now is 03:53 AM.

 
     

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