echo ""; or print"";
Does it make any difference to wap users and browsers which one you use? or does it not matter,
also in wap coding should you use " or '
example:
I know that all these work in theory but I have heard some people say that some give errors in wap.
Is this true? And if so then which?
/tease.gif" style="vertical-align:middle" emoid="" border="0" alt="tease.gif" />t;line-height:100%">Please only reply if you have something good to say, dont just say dont know!
Does it make any difference to wap users and browsers which one you use? or does it not matter,
also in wap coding should you use " or '
example:
Code:
echo "Hello World"; echo 'hello world'; print "hello world"; print 'hello world';
Is this true? And if so then which?
/tease.gif" style="vertical-align:middle" emoid="" border="0" alt="tease.gif" />t;line-height:100%">Please only reply if you have something good to say, dont just say dont know!
Comment