Wierd echo error?
Hi, i got the most wierd php error ever and i don't know why..
Code: echo "<t
phpmailer class & pop.gmail.com?
Code: <?php
$mail->IsSMTP();
$mail->Host = "pop.gmail.com";
Logic question
im wondering what's the best method to do the above list:
it is for alliance @ MMORPG game
Typedef struct vs just struct
Anyone know the rationale for using typedef for structs when a struct is itself a typedef? I have s
How to replace search button with link?
hi to everbody.
i have a search submit form and button like this :
<form id="f
send() and recv() parameters confusion
On server Side:
int recv (Socket,Buffer, Length, Flags)
On Client Side:
int send (Soc
Displaying Multidimensional Arrays...about to put my head in a vice, PLEASE HELP
I am fairly new to PHP and MySQL and I have a problem which I have been trying to resolve for days.
What's best way to get a user's Word doc converted to simple html and images?
Hi all,
I was just wondering if anybody has any experience of this.
Basically, I'm buildin
Namespace Problem
I'm having problem with a section of code with a variable namespace.
This code works fine:
extract content from a website
i have written a code that will grab the content from the index page..
i would like to know how c