My XSRF Prevention code isn't working
First of all, thanks for the generous help you guys have given me in the past on this forum.
Seco
Calling All PHPFREAKS Blackberry Users
Are you a member of PHPFreaks and have a blackberry? Well RIM just recently released Blackberry Mes
Different actions for different parts of a string
<?php
function dosomething($string, $else = '') {
if (empty($else))
$string
How to update this array?
I am saving a string that looks this: username1, username2, username3...
into a single cell in a
HTML form problem
Ive made a form to that i want to send to my email via PHP. but when it send only the name's etc sen
How to show more than 1 users with this code...
Hello,
i have a table that shows users only if I, as Administrator, want to be shown. But its sho
Quick Syntax Question
Hi folks,
I'm getting the following error: "unexpected T_LNUMBER". I'm trying to b
question about stripslashes and real_escape_string
im cleaning up an old app that I wrote fixing some of the vulernabilities from attacks.
I hav
understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
array_diff weirdness
I'm using the following bit of code
$diff = array_diff($pids, $pidlist);
$diff = array_va