/** * function to display intro */ public function printIntro(){ echo 'Hello, my name is Karolis and I would like to offer my services. I am professional at PHP, MySQL, (X)HTML, CSS, JavaScript; Professional development using Zend Framework, CodeIgniter, CakePHP, jQuery, Wordpress I also know a little of C++, Java, Python, Pascal, ASP.NET MVC (C#), Joomla'; } /** * function which prints services provided */ public function printServices(){ echo 'I can help you out on:'; $services_arr = array( 'bug fixes', 'script installation', 'custom mods/functions/addons/etc.', 'unique systems', 'PSD to (x)html/css', 'PSD to Wordpress themes', 'minor changes with C++, Java, Python, Pascal, ASP.NET MVC (C#), Joomla' ); echo '<ul>'; foreach($services_arr as $service){ echo '<li>'.$service.'</li>'; } echo '</ul>'; } /** * function to print contact info */ public function printContacts(){ echo 'Please contact me by PM for other contact details as well as examples and works done.'; } //Thank you! PHP:
Creative intro Altho not everyone that is looking for web services will understand it, anyhow, sekmes
hi I'm interested in hearing more about you, can you please see my post here and reply to me with the questions that I asked? thanks. http://forums.digitalpoint.com/showthread.php?t=2355991