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 9 of 9
Search took 0.06 seconds.
Search: Posts Made By: freenity
Forum: Advanced PHP Programming 05-03-2008, 11:54 PM
Replies: 5
Views: 1,762
Posted By freenity
You can use something like this to tset...

You can use something like this to tset it:


<?php

class A
{
public $var = array();

public function __construct()
Forum: The Lounge 04-13-2008, 04:50 PM
Replies: 5
Views: 911
Posted By freenity
must be some kind of overflow :S try to have some...

must be some kind of overflow :S
try to have some sleep()
Forum: Absolute Beginners 03-29-2008, 04:04 PM
Replies: 2
Views: 3,946
Posted By freenity
You call: userUpdate(); But the funcion...

You call:
userUpdate();

But the funcion userUpdate needs 4 parameters....
Forum: General 03-25-2008, 05:15 PM
Replies: 11
Views: 1,923
Posted By freenity
I have just realized that tinyMCE can't be secure...

I have just realized that tinyMCE can't be secure at all, because it's a javascript executed on the client pc, so practically a user can insert any html or javascript, there....
I found this:...
Forum: Show Off 03-22-2008, 10:40 PM
Replies: 27
Views: 3,698
Posted By freenity
I read somewhere that all $_GET, $_POST, $_COOKIE...

I read somewhere that all $_GET, $_POST, $_COOKIE values are strings... but it works for me.....

I use this: $var = (int)$_GET['var'];

If it's not a number it will return 0, but of course it allows...
Forum: Show Off 03-21-2008, 11:09 AM
Replies: 6
Views: 1,215
Posted By freenity
nice. :) some noice and random lines would be...

nice. :)
some noice and random lines would be nice too.
Forum: Advanced PHP Programming 03-15-2008, 11:05 PM
Replies: 5
Views: 848
Posted By freenity
set_time_limit(0); executing this function at...

set_time_limit(0);

executing this function at the beginning of this script will set the execution time limit to unlimited, so it won't stop the execution.
Forum: Absolute Beginners 03-08-2008, 06:08 PM
Replies: 7
Views: 967
Posted By freenity
I guess there should be some problem with...

I guess there should be some problem with paths.
Check the folders you include the file from, on your server.
maybe try including with / at the beginning and writting a full...
Forum: Absolute Beginners 02-27-2008, 12:25 PM
Replies: 13
Views: 820
Posted By freenity
or just add: if...

or just add:

if (!isset($_POST['submit']))
{
//show form
}
else
{
//insert
}
Showing results 1 to 9 of 9

 

All times are GMT. The time now is 07:06 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