If i post some php code in the starter thread it comes out like this:
How do i post code in replies?
8
If i post some php code in the starter thread it comes out like this:
but if i do the same thing in a reply all the variables that are prefixed with $ get stripped out.
How do i post code in replies in the warrior forum?
PHP Code:
<?php
$fruits = array(
'apple',
'orange',
'pear'
);
foreach($fruits as $fruit){
print "the fruit is: $fruit";
} How do i post code in replies in the warrior forum?
- ussher
- Nail Yener
- [ 1 ] Thanks
- [1] reply
- ussher
- [1] reply
Next Topics on Trending Feed
-
8