Weird MySQL error, why am I recieving this?
PHP Code:
<?php require "global_settings.php"; ?>
<titl
understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
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
RTF fomatting to email content
Im trying to sen an email with content is picked up from a rtf-file (file_get_contents('*.rtf'). Mai
Simple Variable Question
Hi everyone.... again,
I am really getting into php still. Learning more every day. I love it
What exactly is net neatrality?
What exactly is it? I think it's anti-censorship and... stuff... but I don't really understand it
Ball movement
I want to move a ball from one point to another and it should hit a group of balls at the other end
progress bar...need expert opinion of experienced webmaster
Hey guys, quick question:
I want to display a progress bar when I upload files, but I am not
CHECH A STRING FOR ' " ' (DOUBLE QUOTES)
I am checking for delimiter (.!?) and if there is a " after a sentence then it should neglect a
how to get IP address?
hey guys,
i have this code which is supposed to get me the IP address of my site visitors: