form class help (oop php5)
Hidy Ho Neighbors,
I'm forcing myself to learn oop/classes for php5. It seems like a good id
Why is this query failing?
Why is this not working?
$query = "SELECT * FROM `users` WHERE `userid` = " . $USERID
Log $_POST
How would i log submits on a form, by everyone? I want to then echo the number of submissions.
PHP mail() returns true but doesn't work
First off I apologize if this is a newbie question, and I generally don't like asking questions that
Parse String
I need to parse the string below into three variables. How would I do that?
john + 10/20/2008
insert mysql embeded videos as blobs?
Using TinyMCE my client will be able to embed images and flash videos into large columns of text whi
Sharing PHP Sessions Across Domains
I am in the process of writing a script to share a php session across various domains I have.
The
Implementing Single Sign-On using SAML 1.1, x.509, LDAP in C#.net
Hi,
I got a requirement from the client i.e implementing single sing on using SAML 1.1( LDAP &
Why does my crawler script suddenly end with no error?
Hi.
I have written a web crawler script. It will visit a large number of URL's with cURL.
Extending Exception to contain method name
I was wondering, if there's a way to extend Exception in such a way, that it would contain name of a