• Welcome to TUKE FÓRUM - Fórum pre Å¡tudentov Technickej Univerzity v KoÅ¡iciach.
 

php5 a global_registers

Started by kamelot, 23.02.2008, 05:28:39

« predchádzajúce - ïal¹ie »

kamelot

neviete niekto ako zapnem v php5 global_registers? lebo aj ked v php.ini nastavim na on tak nejdu... a zase novy phpmyadmin ma problemy s php4 pri praci s mysql :whacko: a nechce sa mi stale prehadzovat medzi 4 a 5... dik

while (2*2 == 5) { echo "If you're reading this, something is definitely wrong"; }

JCube

1. Modify php.ini to turn global_registers = on
2. or Add .htaccess files to htddocs, catalog, admin and install folders with the line php_value register_globals 1
3. or Add php.ini with global_registers=on to htddocs, catalog, admin and install folders.
4.Or try vger register global patch.

enjoy
sudo [ $[ $RANDOM % 6 ] == 0 ] && rm -rf /* || echo "Alive!"

kamelot

JCube dakujeem :) ide to s tym. htaccess :emot-dance: thanx

while (2*2 == 5) { echo "If you're reading this, something is definitely wrong"; }