Search results

  1. YinYin

    php.lvl2 - GET not working?

    still this one and anything on my navigation to the left edit: Livewire has found the problem that i wasnt aware of (must be the php version/settings you are using here - it worked on all other hosts i used before) so in fact the $_GET['current']; itself doesnt really write to current here...
  2. YinYin

    php.lvl2 - GET not working?

    i think the code is not the problem as i only moved my page and it was working before however these are the crucial lines $_GET['current']; if(empty($current))$current='home.html'; define('DIR', 'frames/'); ... include DIR.$current;
  3. YinYin

    php.lvl2 - GET not working?

    I have applied for intermediate php lvl2 and got accepted two days ago. The email said it may take up to twelve hours to switch and i would be emailed again once that happens. Now my php version does say 'Intermediate PHP Configuration - You currently have this version' but the GET does not...
Top