ElWhite

Show:

What's happening?

  • How to limit quantity of entered characters?

    In file pnuser.php and pnuserapi.php (PostGuestbook 0.6.2) I have inserted code: [code] // check for necessary fields $pgb_name = substr($pgb_name, 0, 80); $pgb_email = substr($pgb_email, 0, 80); $pgb_location = substr($pgb_location, 0, 80); $pgb_homepage = substr($pgb_homepage, 0, 80); $pgb_message = substr($pgb_message, 0, 2000); $pgb_name =...

    2006-09-28 10:03:14 UTC in PostGuestbook

About Me

  • 2006-09-28 (3 years ago)
  • 1608580
  • elwhite (My Site)
  • ElWhite

Send me a message