Read more: http://mrbool.com/how-to-insert-a-record-in-mysql-with-php/28621#ixzz47s0C2cqJ Requirements for techniques: We will require in this article to create a simple contact page for a website, i.e. HTML 5 CSS 3 PHP MySQL database Xampp Server Requirements for Environment: It’s up to on you on which application you can work easily, as there are number of applications which are being ..

Read more

Read more: http://mrbool.com/how-to-create-a-sign-up-form-registration-with-php-and-mysql/28675#ixzz47rznG0YC   Much of the websites have a registration form for your users to sign up and thus may benefit from some kind of privilege within the site. In this article we will see how to create a registration form in PHP and MySQL. We will use simple tags and also we will ..

Read more

Introduction It’s easy to use PHP with MySQL to create it. But for these kind of webpages we need to use form validation on our webpages, if anyone use JavaScript so it’s well and good because JavaScript is a very good technique to use and solve Form Validation problems. But we will directly go to ..

Read more

Modify the my.ini configuration file (assuming default paths) C:\Program Files\MySQL\MySQL Server 5.5\my.ini In the SERVER SECTION, under [mysqld], add the following line: skip-grant-tables so that you have # SERVER SECTION # ———————————————————————- # # The following options will be read by the MySQL Server. Make sure that # you have installed the server correctly (see ..

Read more

Download the latest version of SugarCRM Community Edition available at http://sourceforge.net/projects/sugarcrm/files/ to the ‘/opt’ directory on the server. Then, extract it and move the SugarCRM files and directories to the ‘/var/www/html/sugar’ directory. At the time of writing this tutorial, the latest stable version of SugarCRM Community Edition is 6.5.20. cd /opt/ wget http://sourceforge.net/projects/sugarcrm/files/latest/download -O SugarCE-6.5.20.zip ..

Read more

A simple http enabled text to speech server   Introduction One of the technologies I’m more fond of is domotics. I don’t have the budget for a java enabled oven, but with some x10 plugs I’ve recently had a lot of fun building a system where a midlet on my mobile periodically polls my home ..

Read more

I love the power of Java and of backend products like OpenJMS, Hibernate, Spring, JMX and so on. And I love the simple, immediate and effective approach of PHP when developing the web presentation layer. I always use both languages together, usually exposing Java services to the PHP applications thru Soap or Xml-Rpc. But how ..

Read more

Using SugarCRM as an authentication system Demo available : you can now directly test what’s explained in this article. A demo is available here. Introduction Here we are again with this series of articles about SugarCRM integration. This time we’ll explore the use of sugar as authentication system and user manager for custom PHP applications. ..

Read more