1.
Salesforce form integration (web-to-lead) with PHP and cURL
Salesforce has an out of the box solution for generating leads from online forms called web-to-lead, this solution is very basic and in...
2.
Creating an XML RSS feed with PHP.
The first function "rss()" has two variables, "input" which expects an array of data and "stylesheet", optional and can be used to link to your XSL file. ...
3.
Creating an XML RSS feed with PHP.
I have put all the files you need into a folder: rss.zip. ... "\n \n"; $rss .= "\n " . trunc($item["description"], 40) . ... This field is mandatory "link"=>"http://www.paulwest.co.uk/", // This fi
4.
Custom PHP common functions
Sep 10, 2008 ... Quite often you may have a date or time (or both) from a MySQL database that you need in mktime format for using with the date() function. ...
5.
6.
7.
8.
9.
10.