What does the php error 'parse error in php - unexpected t_variable at line x' means?
No Answer is Posted For this Question
Be the First to Post Answer
How to execute an sql query?
How can we send mail using JavaScript?
Write a function that takes "depth" as argument and return sum of node's data of that depth. For instance, (0) depth 0 / \ (10) (20) depth 1 / \ (40) (50) depth2 If I pass get_sum_by_depth(2) , it would return 90 (i.e. 40 + 50 )
I just installed php 5.3.1 in my linux server and now my old work which i used to write with tags is not working at all.. Please help me out.. How can i resolve this??
explain the changes in php version
What was the old name of php?
Explain the difference between isset() and empty()?
what is CURL?
Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);
AentteQ Software Technologies Q: what are benifits of using LAMP..?
Do you know what does $globals means?
Tell me how is it possible to know the number of rows returned in result set?