2 vragen om php te coderen in Netbeans IDE!!!
johannes davidian
05/02/2016 17:43:05hallo,
1- is de oranje kleur meldingen in Netbeans IDE voor php codes zijn belangerijk of ik kan het negeren?
2-kan Netbeans IDE zelf soms fouten maken met interpreteren van de codes of niet?
dank u wel
johanes
1- is de oranje kleur meldingen in Netbeans IDE voor php codes zijn belangerijk of ik kan het negeren?
2-kan Netbeans IDE zelf soms fouten maken met interpreteren van de codes of niet?
dank u wel
johanes
PHP hulp
13/01/2025 20:47:59E vH
05/02/2016 17:45:01Gelukkig kan je met NetBeans ook je PHP-scripts uitvoeren door op de groene play-knop te drukken. Een lokale webserver met PHP-installatie is wel vereist.
johannes davidian
05/02/2016 21:47:44bedankt ,
1---eerst bij de eerste regel ik heb deze melding : The HTML version of the code cannot be determined" + "HTML error checking for this file is disabled, you can enable it with this hint". And with this error, the really annoying behaviour is that there're wavy red underline in the WHOLE document.
ik heb in google gezocht de oplossing wat ik heb gevonden is als volgende:
tools -> Options -> Editor -> Hints -> HTML hints -> Tags matching.
ik zie dat tags matching is al enabled. maar de waarschuwing blijft?
2- bij deze code ik krijg deze waarschuwing : method line is 25 lines ,20 allowed !
als zijn ze niet echt belangerijk ik probeer te negeren?
ik heb op wamp server wordpress geinstalleerd . ik kan local inloggen in wordpress en werken met mij theme maar ik zie geen groene knop?
dank u wel
johannes
1---eerst bij de eerste regel ik heb deze melding : The HTML version of the code cannot be determined" + "HTML error checking for this file is disabled, you can enable it with this hint". And with this error, the really annoying behaviour is that there're wavy red underline in the WHOLE document.
ik heb in google gezocht de oplossing wat ik heb gevonden is als volgende:
tools -> Options -> Editor -> Hints -> HTML hints -> Tags matching.
ik zie dat tags matching is al enabled. maar de waarschuwing blijft?
2- bij deze code ik krijg deze waarschuwing : method line is 25 lines ,20 allowed !
Code (php)
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
function johan_setup() {
/*
* Make theme available for translation.
* Translations can be filed in the /languages/ directory.
* If you're building a theme based on johan, use a find and replace
* to change 'johan' to the name of your theme in all the template files.
*/
load_theme_textdomain( 'johan', get_template_directory() . '/languages' );
// Add default posts and comments RSS feed links to head.
add_theme_support( 'automatic-feed-links' );
/*
* Make theme available for translation.
* Translations can be filed in the /languages/ directory.
* If you're building a theme based on johan, use a find and replace
* to change 'johan' to the name of your theme in all the template files.
*/
load_theme_textdomain( 'johan', get_template_directory() . '/languages' );
// Add default posts and comments RSS feed links to head.
add_theme_support( 'automatic-feed-links' );
als zijn ze niet echt belangerijk ik probeer te negeren?
ik heb op wamp server wordpress geinstalleerd . ik kan local inloggen in wordpress en werken met mij theme maar ik zie geen groene knop?
dank u wel
johannes