vb.org Archive

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

Gavin B. 08-18-2003 08:54 PM

Quote:

Today at 12:45 PM Mist said this in Post #10
You need the ' ' when it's a string :)

Yup - to keep with good coding practices ;) Strings should be wrapped in either ' ... ' or " ..." and numbers can be left as is :)

SmEdD 08-18-2003 11:01 PM

Should be '...' for stings and "..." for html or holding a variable togeather if you want to goto good codeing practices. ;)

Gavin B. 08-18-2003 11:28 PM

' ... ' is a simple string which is not parsed by PHP for variables, etc.
" ... " is a complex string which is parsed (and is therefore slightly less efficient).

$mystring = '<a href="'.$link.'">Test URL</a>';
$mystring = "<a href=\"$link\">Test URL</a>";

both produce the same result, however the first example is more efficiant and (IMO) easier to read and work with.

Dean C 08-19-2003 11:51 AM

$mystring = '<a href="$link">test url</a>';

Should work?

Gavin B. 08-19-2003 12:01 PM

in that case it will just print exactly that as php does not parse the string for variables :)

NTLDR 08-19-2003 01:36 PM

Unless of course that string gets passed through eval(); later on ;)


All times are GMT. The time now is 11:31 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.01402 seconds
  • Memory Usage 1,718KB
  • 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_quote_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
  • (6)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