Turning Joomla into a SOAP Server using components
So I am using SugarCRM to feed data into Joomla. I am using SOAP for this purpose but I couldn’t really find any good tutorials on how to set up […]
Code Hints, Samples, Mods and things that Carlos Roque likes and dislikes about PHP
So I am using SugarCRM to feed data into Joomla. I am using SOAP for this purpose but I couldn’t really find any good tutorials on how to set up […]
PHP for all it’s wonderful things can’t delete a non-empty folder. Every time I have to delete a folder I looked it up in google and used the first code that […]
For those who want to delete items in a MySQL database based on a date field the process is very easy. First of all you need a DATE field, for […]
I have been working on xcart and even thought I really like it there is a huge problem with their egoods downloads. The site I was working on distributes large videos, up […]
I am writing a site that requires credit card processing through authorize.net. I am building the site using the CodeIgniter framework. I was thinking I would have to do some […]