Email with Attachments in PHP
Hi Friends
How to send email in PHP with attachment.
I know simple mail can be sent with
Quick Syntax Question
Hi folks,
I'm getting the following error: "unexpected T_LNUMBER". I'm trying to b
how do i make new line after *
First check this page here. and you see my report. Im pulling form a mysql db. I want to beable to m
Undefined offset
The following script checks to see if the user answer matches the correct answer.
Form Fiel
PHP Redirecting
Hello everyone. Is there a way to redirect people to pages within a statement in PHP? Since there is
DOMDocument parsing
Hello, I am parsing an xml file from an API which I have converted into a DOMDocument in php. This i
IP Based Cron Jobs
I run cronjobs on my website. After one of my visitors got curious and tinkered around he realized h
how to timeout $doc = new DOMDocument()->load($url)
I am currently using this $doc->load($url) to fetch an rss feed.
If a feed takes long than
How to use Substr
I want to check for the word CATEGORY: inside a string which can be CATEGORY: ITEM
and remove the
PHP XML extraction text
I would like to extract an xml text and have that text directly echo(print) out on my web page. Her