Showing posts with label script error. Show all posts
Showing posts with label script error. Show all posts

Friday, November 21, 2008

Dynamic form elements and GET POST

iBegin Share - Share + Spread your Content
http://www.ibegin.com/labs/share/

A circular menu with sub-menu
http://www.cssplay.co.uk/menus/circular-sub.html

Heat maps: Feng-GUI - Feng Shui for Graphic User Interface
http://www.feng-gui.com/

firefox not passing values from form select box dynamically created with AJAX
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23068962.html
tag: unable to pass values of dynamic form elements : passing dynamically created values
unable to pass dynamic values:
dynamic form elements POST GET issues:
unable to GET values of dynamic elements:
unable to post values of dynamic elements:
unable to pass values of dynamic form elements via get post:

Sunday, November 16, 2008

PHP mbstring - Multibyte string, PhpBB3 installation issues, wordpress theme generator

Wordpress Theme Generator
http://www.makeuseof.com/dir/wordpress-theme-generator-create-wordpress-theme/

PHP - mbstring (Multibyte String)
http://in2.php.net/manual/en/intro.mbstring.php

issue: PhpBB3 installation:
mbstring.http_input must be set to pass

create a php.ini file inside PhpBB3/install folder and put the following code
php_value mbstring.http_input pass
php_value mbstring.http_output pass
php_value register_globals 0

drupal: Mollom - protect from spam (From the creator of Drupal - Dries Buytaert)
http://mollom.com/
info: Mollom is a web service that helps you identify content quality and, more importantly, helps you stop comment and contact form spam, and that can protect your registration forms.

mbstring
http://in2.php.net/mbstring

Thursday, October 9, 2008

Galaxy script mini fileupload

Error:
Warning: copy(./images/280915foo.jpg) [function.copy]: failed to open stream: Permission denied in /home/foo/public_html/basic.php on line 37
Upload Failed, please try again



Resolution:
Chmod images, imgfiles and thumbs folder appropriately.