I use php5 and does not allow me the use of short tags as in > , so in variable declaration I cant use $ except $_REQUIRE[""] or others which require string as argument. The problem arises in using something like fopen() which also take strings. My zend doesn't allowstring in another string. As in using fopen($_REQUIRE["DOCUMNTROOT/.../anything.txt"]","w") is rejected by my zend how do I manouver it?
2006-07-06
03:38:11
·
2 answers
·
asked by
choosy
1
in
Computers & Internet
➔ Programming & Design