Sending a hyperlink through mail
HI all,
I am sending a mail to outlook mailbox of a user using FM SO_NEW_DOCUMENT_ATT_S
convert static html data into dynamic
hi all
i need to convert a website which has static above 2000 articles into dynamic and add
finding key position of specified value in multi-dimensional array
Code: $openedfile = fopen($tfc_file4, "r");
$rc = 1;
while(!feof($openedfile))
{<
simplexml and xpath - Need some help
Hello,
I am trying to parse an xml which comes back from Amazon and I am trying to know how m
Using system() and bringing back the results
I am aware that you can use system() within PHP to execute system commands, but I was wondering if t
Mail Script Problems
I have created a PHP mail script. I am having a problem though. In $body i am trying to put two va
IIS7 and getimagesize() problem
I have just discovered after hrs of trying to fix a problem where it's coming from. It's to do with
weird problem
last time, i did post a topic concerning why my page sometime will load as blank page when using IE.
Else statement screws up all css
Does anyone know what goes wrong in the process with this php code?
This code seems to be causing
first few characters only
hi, does anyone know how to use PHP to take the first few words of a text and limit them? i have see