vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Adding together with PHP... (https://vborg.vbsupport.ru/showthread.php?t=53964)

N9ne 06-07-2003 07:54 PM

Vars are being passed on through a form; make sure that all the vars that you are using are in the previous page, in input tags, as the name="xxx" part, if they aren't, then if you use the variable on the next page, it won't work.

E.G.

<form type="post" blah blah blah>
<input NAME="BLAHBLAH" lkjsdlfkjsdlkjsdf>sldkfsdlk
<input type="submit">sdfsdf
</form>

next page:
if ($BLAHBLAH=="1") {
$elephants="fly";
}

That will work, because BLAHBLAH is the name of the input field on the previous page.

Chris M 06-07-2003 08:01 PM

So if in the *tablename*_q4 template I were to add:
Code:

<input type="hidden" name="qid" value="$question4[qid]">
you are telling me that would intval the $qid variable?

If so, it doesn't - I've already tried:(

Satan

N9ne 06-07-2003 08:03 PM

No it won't intval it or anything...i'm just confused. What is working, and what isn't working?

Chris M 06-07-2003 08:07 PM

AFAIK the count works...

The inserting the question's id (qid) into the question1, question2, question3 and question4 fields are not, and subsequently, because the $qid variable is not being intval'ed, the $whichscore will not work as that relies on the $qid variable also...

AKA - None of it works:(

Satna

N9ne 06-07-2003 08:09 PM

Try not to intval $qid, then see what $whichscore outputs...

Chris M 06-07-2003 08:13 PM

Absolutely nothing...

Satan

Chris M 06-08-2003 07:33 AM

So can anyone help?:)

Satan


All times are GMT. The time now is 09:27 PM.

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.00960 seconds
  • Memory Usage 1,724KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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