
MDTech.us_MAN
Novice
Oct 5, 2012, 8:03 AM
Views: 34861
|
Re: [FishMonger] Need help writing a script that interacts with a MySQL DB
|
|
|
... 2) Does the HTML::Template module process variable references? (for example $LName) You need to assign the value to a param of the HTML::Template object. $template->param(LName => $results->{LName}); Is it possible to pass multiple params?
3) The "theme" HTML is generate by the Weebly website editor (further edited by me). HTML editors always produces poorly formatted code and in most cases introduce non standard "custom" code. It's much better to use a plain text editor and hand code the html. I will do that when I will learn how to make drop-down menus in HTML and when I learn CSS.
4) The MySQL server is hosted on freeMySQL.net Did you have a specific question or concern about that fact? wickedxter asked. I applied the fixes wickedxter suggested and now, I get the following problem:
Can't call method "execute" on an undefined value at BCPA_form_PROC.cgi line 23. Here is the whole code: (paste bin link) http://pastebin.com/fGhbHZKZ (EDIT: link deleted) Maxwell D.
(This post was edited by MDTech.us_MAN on Oct 14, 2012, 11:45 AM)
|