Really Long Text Problem -- Need Solution/Help

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
mean2u
Posts: 2
Joined: Sat Mar 03, 2007 7:37 pm

Really Long Text Problem -- Need Solution/Help

Post by mean2u »

Script URL: http://mean2u.rfshq.com/spam/gbook.php
Version of script: GBook 1.5
Hosting company: Dreamhost (I think, I'm not sure myself)
URL of phpinfo.php: ?
URL of session_test.php: ?
What terms did you try when SEARCHING for a solution: gbook email, table, text limit

Write your message below: I am using GBook 1.5 and I want to make the thing remove the email field or limit your name/location/email from say.. "ahhhhhhhhhhhhhhhhhhhhhhhhhhh@hotmail.com" to "ahhhhhhhhh...", or even better if there's a way to make the table stay just as it is so that the text just breaks down into the next line instead of running all the way right. Thanks.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

The input is limited by maxlength attribute in the form (gbook.php line 800, 804, 808). By editing the number you can set the maximum allowed length of these fields, for example maxlength="30" will limit input to 30 chars.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
mean2u
Posts: 2
Joined: Sat Mar 03, 2007 7:37 pm

Post by mean2u »

Thanks for that, but instead, is there a way to disable the email field all together? Once again, thank you. :D
Post Reply