vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   moderate.php (https://vborg.vbsupport.ru/showthread.php?t=65937)

sabret00the 07-04-2004 02:52 PM

one more thing :o

if
PHP Code:

    print_form_header('confessions_moderate''confessions'); 

sets the form action and name, how would i get the form to post to confessions_moderate.php?do=doconfessions ?

sabret00the 07-04-2004 08:48 PM

*bump*

Andreas 07-04-2004 09:09 PM

PHP Code:

print_form_header('confessions_moderate''doconfessions'); 


sabret00the 07-04-2004 09:15 PM

didn't work

Andreas 07-04-2004 09:30 PM

Can't be ;)

Let's take a look at adminfunctions.php:

PHP Code:

function print_form_header($phpscript ''$do ''$uploadform false$addtable true$name 'cpform'$width '90%'$target ''$echobr true$method 'post') {
...
construct_hidden_code('do'$do);
...
}

...

function 
construct_hidden_code($name$value ''$htmlise 1)
...
$GLOBALS["_HIDDENFIELDS"]["$name"] = iif($htmlisehtmlspecialchars_uni($value), $value);
...
}

...

function 
print_submit_row($submitname ''$resetname '_default_', , $colspan 2$goback ''$extra '') {
...
print_table_footer($colspan$tfoot$tooltip);
}

...

function 
print_table_footer($colspan 2$rowhtml ''$tooltip ''$echoform true) {
...
if (
$echoform)
{
        
print_hidden_fields();
...
}



assassingod 07-04-2004 09:37 PM

FWIW the second parameter in print_form_header should be the filename

sabret00the 07-04-2004 09:39 PM

PHP Code:

    print_form_header('confessions_moderate''doconfessions''confessions'); 

is giving me

HTML Code:

<!-- form started: 5 queries executed -->
<form action="confessions_moderate.php" enctype="multipart/form-data" name="cpform" method="post">
<br />


Andreas 07-04-2004 09:43 PM

@assassingod
Nope. The 1st parameter should be the filename (without .php) and the 2nd should be the action.

@sabret00the
That's just fine. So where is the problem?

sabret00the 07-04-2004 09:48 PM

because i want
HTML Code:

<form action="confessions_moderate.php?do=doconfessions">
:(

Andreas 07-04-2004 09:51 PM

That's invalid (X)HTML.

The action (script) URL cannot contain parameters.

Why in hell would you need/want that?


All times are GMT. The time now is 05:14 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01380 seconds
  • Memory Usage 1,744KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_html_printable
  • (4)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete