How can I go to another .php file using form - Joomla! Forum - community, help and support
hi,
sorry english,
i override login form module , want delete of date database using other .php file. in way can discribe problem this:
1) in file default_logout.php add connection database , print data it.
2) data priniting in table checkboxes
3) when check 1 of checkboxes , click submit button want open new .php file in can delete checked data.
4) in folder on server is: modules/mod_login/tmpl create new file named: delete.php
5) when clicked submit button in default_logout.php want open in new window file delete.php.
6) don't want component or this
my question this: how can open delete.php when clicked on submit button in default_logout.php in joomla?
greetings
sorry english,
i override login form module , want delete of date database using other .php file. in way can discribe problem this:
1) in file default_logout.php add connection database , print data it.
2) data priniting in table checkboxes
3) when check 1 of checkboxes , click submit button want open new .php file in can delete checked data.
4) in folder on server is: modules/mod_login/tmpl create new file named: delete.php
5) when clicked submit button in default_logout.php want open in new window file delete.php.
6) don't want component or this
my question this: how can open delete.php when clicked on submit button in default_logout.php in joomla?
greetings
- should copy layout in templates/html ( override)
- use: echo $this->loadtemplate('item'); load file.
or can use javascript open file.
- use: echo $this->loadtemplate('item'); load file.
or can use javascript open file.
Comments
Post a Comment