[newb] Image hosting help.
Hey there, I'm new to php, I know some basics and i can code PWN, I'm only 14 but I'm interested in
Onclick problem in Firefox
Hi,
I am using a . It doesn't seem to
Members Only
Hi all, for my website i have a members area only which on members can veiw, but at the moment anyon
INSERT for date range
Hi all
I have the following table
Code: [Select] `date` date
`day` int(2)
`
Problem with php's rename function
So, i'm having a problem with the php rename function. Basically my script 'delete_user.php' attempt
Find occurences of unicode characters in string
I need to prohibit filenames with everything but English characters and numbers but regexp and strin
mysql_real_escape_string making variable equal nothing
i post a form and i post the variable:
Code: $var = $_POST[variable];then i echo $var its what i
Strange PHP/mySQL error ... am I just tired?
Code: <?
## CONNECT TO DB FUNCTION!
function ConnectTo($db2con)
{
$hostNam
What do you call the "token" thing?
You know how some sites have links that run on tokens? Tokens are links that only stay alive for a c
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)