=> and <=
So I was digging through some code when I came across the <= operator. This is the first tim
Extracting Long text from message class with parameters
Hi,
I would like to extract the long text from a message class. However, the long text ha
Reading waves
Hi,
I am trying to find a way of finding the highs and lows on a graph line, the line points
Best PHP Documentation generator
Hello guys!
I would like to hear from you what is the best PHP documentation generator. Perso
phpmailer class & pop.gmail.com?
Code: <?php
$mail->IsSMTP();
$mail->Host = "pop.gmail.com";
Stats of viewers
Hello. I have a website in php and people can login. I want to make an admin control panel where u c
Operator precedence assistance.
I did a quick Google search and couldn't quite find the answer I wanted in terms I could understand,
how to insert value
I am having file bookissueadd.php..... in which i am having tag
<td height="21&q
Namespace Problem
I'm having problem with a section of code with a variable namespace.
This code works fine:
PHP friend keyword equivalent
is there a PHP equivalent for the C++ friend keyword?