question about header() security
is is safe to just use the header() function to redirect someone if they are, say, not logged in? or
PHP Multiples of 2, Show posts...not working (wordpress)
I have been using this code to show div.example with 6 li columns inside it, each li is a post with
Just wondering what you think about my site
I am new to phpfreaks i just seen this form and thought it would be cool to see what other thought a
session checking in page load
hai all
I have a web site is www.Mryas.com in this my login page is Page1.aspx its co
send message to the java application
Oracle 10g with Windows platform.
I have a java application that periodically pings the d
PHP friend keyword equivalent
is there a PHP equivalent for the C++ friend keyword?
PHP search multiple input field box help
I am having a problem with my search script. At current it will simply search by a selected date whi
DOMDocument parsing
Hello, I am parsing an xml file from an API which I have converted into a DOMDocument in php. This i
Keep newlines from textarea?..
I'm creating a simple encoding program, and what I want it to do is retain the newlines, as echoing
why preg_match_all does not return the number of matches
My regex looks like
X[^x{4e00}-x{9fa5}]*Y
(where X and Y are two Chinese characters)