Guest authored by
emily – emilystarr.com
Guest authored by
emily – emilystarr.com
Leaving this post here for archival purposes – but the latest version of the subscribe to comments script is now in cgi format – find more info here So just to give you some history on the problem I was having. As comment SPAM has been coming in, as well as deleting them as quickly […]
Guest authored by
Rich Blinne – blinne.org
All details are on the PHP site (but just the highlights because I seem to need it a lot): $_FILES['userfile']['name'] The original name of the file on the client machine. $_FILES['userfile']['type'] The mime type of the file, if the browser provided this information. An example would be "image/gif". $_FILES['userfile']['size'] The size, in bytes, of the […]
Guest authored by
Natalie – lunardreams.net
Just because I never want to have to search for things like this again. (And I'm just going to add to this post as time goes by)
Just ran into an interesting problem and wanted to post this here in case anyone else ever hits the same snag – hopefully I'll save you a headache. I was recently helping someone out with cookies on their site. By all appearances – the cookie WAS being set (I made a "test" page that did […]
So, Good News: People have been coming to your site and using your mt-search feature a lot! Bad News: They've been using it so much, and you've neglected it for so long that when you go to try and view your "Activity log" the page won't even load. If you want to reset your activity […]
Guest Authored by
Mark Woodward – cowpi.com/journal/
John (no URL provided) sent me a question based on some problems he was having with a javascript he had written. I've seen this happen with a few people now so I think a "tip" is in order. In javascript, ASP, and PHP(?) (and I believe other scripting and programming languages) – you can not […]