Web Development

php session_start() issues for php captcha

I was going nuts (banging my head on my desk) because I just couldn’t figure out why session variables weren’t being stored after submitting a form with php captcha (http://www.phpcaptcha.org).  I looked through the settings, http headers, check my validation code, almost everything just for a simple form to submit after a user enters the [...]

  • Share/Bookmark

full-text index issue in mysql 5

I was having issues with full-text index using MySQL 5.  Basically, on one host I would see results with the same query but not on another host. Here is the sample query I used: SELECT * from table_name WHERE MATCH(Description, Title) AGAINST (‘yes” IN BOOLEAN MODE) AND title like ‘%yes%’ ; Because the length of [...]

  • Share/Bookmark

Free code editors

*update* This question comes up many times, do you know of any HTML software or text to HTML software I can download online for free?  Well, I usually use Dreamweaver, but since this costs money, I figure I’ll ask this to my web friends.  I came up with the best one: NotePad ++ Here are [...]

  • Share/Bookmark