| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Senior Member Join Date: Jul 2004 Location: Florida
Posts: 1,496
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Need PHP Piglatin script English to Piglatin translator needed. I want to have a piglatin script that you can enter text in a comment and have it translate it from English to Piglatin. I have found one but it reads from a text file and writes to a text file. I was hoping someone could edit this and have it read from the textbox and display on the screen. I also want a couple other mods but this is a start. I will pay for someone to complete this. Extra - If you know how to do a Piglatin to English translator script that would be helpful too. PHP Code: |
| |
| | #5 (permalink) |
| Danltn.com Join Date: May 2007 Location: Danltn.com / Nottingham, UK
Posts: 1,201
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Didn't change the original coding much. PHP Code:
__________________ |
| |
| | THREAD STARTER #6 (permalink) |
| Senior Member Join Date: Jul 2004 Location: Florida
Posts: 1,496
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Would it be possible to use <textarea cols="64" rows="10" name="line"></textarea><br /><br /> instead? I tried but it keeps timing out. I think it needs to get rid of newlines or something. |
| |
| | #7 (permalink) |
| Danltn.com Join Date: May 2007 Location: Danltn.com / Nottingham, UK
Posts: 1,201
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Yes, obviously. PHP doesn't know where the variable comes from in the first place, if it's a textarea, PHP can't tell the difference between that and a input box. Dan
__________________ |
| |