Home
Forums
Articles
Glossary
Awards
Register
Rules
Members
Search
Today's Posts
Mark Forums Read
Account Login
User Name
Password
Remember Me?
Latest Articles
The basic usage of PHPTAL, a XML/XHTML template library for PHP
by
awuehr
on
11-10-2008
in
Tips & Tricks
Vulnerable methods and the areas they are commonly trusted in.
by
Village Idiot
on
11-04-2008
in
Classes & Objects
Simple way to protect a form from bot
by
codefreek
on
10-23-2008
in
Basic
The Basics On: How Session Stealing Works
by
wiifanatic
on
09-12-2008
in
Security & Permissions
How to keep your forms from double posting data
by
drewbee
on
07-03-2008
in
Tips & Tricks
IRC Channel
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
Wired Flame
ClientExec
Handy PHP
PHP Kitchen
PHP Tutorials
Insane Visions
Associates
TalkPHP
>
Search Forums
»
Search Results
Showing results 1 to 18 of 18
Search took
0.02
seconds.
Search:
Posts Made By:
kokjj87
Forum:
The Lounge
02-16-2009, 05:28 AM
Replies:
15
A few pics from Liberia
Views:
1,081
Posted By
kokjj87
wow nice pictures!...the chimpanzee is so cute.
wow nice pictures!...the chimpanzee is so cute.
Forum:
Absolute Beginners
02-16-2009, 05:22 AM
Replies:
6
domain/user/usename
Views:
851
Posted By
kokjj87
Here is one good tutorial for...
Here is one good tutorial for you:
http://www.addedbytes.com/apache/url-rewriting-for-beginners/
Forum:
Advanced PHP Programming
02-13-2009, 03:19 PM
Replies:
0
Zend Acl on individual user?
Views:
1,233
Posted By
kokjj87
Zend Acl on individual user?
Hi, is there any way to implement Zend Acl on individual user?
The user is already on a group, but i want to fine tune the user access rights(to allow and to deny certain access).
Thanks
Forum:
General
02-07-2009, 04:23 PM
Replies:
8
php ide suggestion please
Views:
2,195
Posted By
kokjj87
I still love the Zend Studio 5.5, the new 6.1...
I still love the Zend Studio 5.5, the new 6.1 Eclipse aren't my liking, the 5.5 can run php script without even saving the script!!!
Forum:
Advanced PHP Programming
01-15-2009, 03:03 AM
Replies:
3
Need help of Mod Rewrite
Views:
759
Posted By
kokjj87
Need help of Mod Rewrite
Hi, i am trying to rewrite my url.
-the first rule will rewrite images/C.jpg to images/C.php.
But the second line of my mod rewrite would redirect all files except for(js, gif, jpg, png and css) to...
Forum:
The Lounge
01-06-2009, 06:23 PM
Replies:
12
Where are you from?
Views:
841
Posted By
kokjj87
per month, usually starter would get between...
per month, usually starter would get between $1400 to $1600(Sin dollar).
Forum:
The Lounge
01-06-2009, 04:57 PM
Replies:
12
Where are you from?
Views:
841
Posted By
kokjj87
I'm from Singapore, seems like all asia country...
I'm from Singapore, seems like all asia country don't really think that web design/applications are important. How much does a php developer earns in your country?
In Singapore, it is about...
Forum:
Advanced PHP Programming
01-03-2009, 03:01 AM
Replies:
20
ARRGH! GD!!!!!!!!! help..
Views:
1,820
Posted By
kokjj87
Don't worried man, i see most of the website are...
Don't worried man, i see most of the website are doing this. =D... I agree to SketchMedia, if you have a high traffic on your website, save the generate image to the hardisk instead.
If you do not...
Forum:
Advanced PHP Programming
01-02-2009, 08:58 AM
Replies:
20
ARRGH! GD!!!!!!!!! help..
Views:
1,820
Posted By
kokjj87
This is already a string to image script... i...
This is already a string to image script... i have attach a working attachment for you to try out. 8-)
Forum:
Advanced PHP Programming
12-31-2008, 10:04 AM
Replies:
20
ARRGH! GD!!!!!!!!! help..
Views:
1,820
Posted By
kokjj87
You can't have both html and picture render in...
You can't have both html and picture render in the same page, because the header("Content-type: image/jpeg"); header would tell the browser to render it as a jpg page, instead of a html page..
In...
Forum:
Absolute Beginners
12-24-2008, 09:07 AM
Replies:
6
Does Count(*) consume more memory?
Views:
955
Posted By
kokjj87
Does Count(*) consume more memory?
Just wondering does of both of them consume the same amount of memory??... let say i have 5 column in the table.
Select count(*) from table
Select count(id) from table
Forum:
Advanced PHP Programming
12-11-2008, 08:01 AM
Replies:
2
Security Token?
Views:
781
Posted By
kokjj87
Maybe i can add a timer for my...
Maybe i can add a timer for my session...
$_SESSION['token_created_time'] = //time of the token created
and check on the request, and update the token value, in about every 20minutes.
But still...
Forum:
Advanced PHP Programming
12-11-2008, 05:56 AM
Replies:
2
Security Token?
Views:
781
Posted By
kokjj87
Security Token?
Hi, i am trying to come up with a security token system for all my
form, normal approach would be setting a token and put it in to the
session whenerever the user request a new...
Forum:
Advanced PHP Programming
12-02-2008, 02:52 PM
Replies:
4
Basic PM Class
Views:
893
Posted By
kokjj87
very neat indeed
very neat indeed
Forum:
MySQL & Databases
12-02-2008, 02:47 PM
Replies:
2
join 3 table?
Views:
979
Posted By
kokjj87
join 3 table?
Hi, to keep things simple I have 3 table..
user
id, username
blog
id, blog_post, user_id
blog_comment
id, blog_id
Forum:
Advanced PHP Programming
10-02-2008, 04:31 PM
Replies:
5
how to capture and show error in oop php to user?
Views:
2,642
Posted By
kokjj87
what about this, let say that i have caught a few...
what about this, let say that i have caught a few error and i only want to show some of it(those that i want to show, those that would not lead to security issues), and hide the rest..
How do you do...
Forum:
Advanced PHP Programming
10-02-2008, 08:45 AM
Replies:
5
how to capture and show error in oop php to user?
Views:
2,642
Posted By
kokjj87
Thank you Kally. this is what i am looking for.....
Thank you Kally.
this is what i am looking for.. =)
can you give an idea of how to use the capture message from the exception and display it to the user with style(css).
Forum:
Advanced PHP Programming
10-01-2008, 12:44 PM
Replies:
5
how to capture and show error in oop php to user?
Views:
2,642
Posted By
kokjj87
how to capture and show error in oop php to user?
hi, i am new to oop php programming style.. i am trying to write a image class to process images, but how do i capture the error(for example when you upload a non image file) and show it to the...
Showing results 1 to 18 of 18
All times are GMT. The time now is
04:34 AM
.
Contact Us
-
TalkPHP - PHP Community
-
Archive
-
Top
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