When developing websites, you have to care about different browsers, as well as mobile devices such as iPhones or iPods. In this article, let’s have a look at the 10+ most useful code snippets (Javascript, PHP, CSS, etc) for developing... (Continue reading)
What your site looks lilke in handheld devices, with blackberry etc being more prevalent it may be an idea to create a stylesheet or subdomain for handheld. User_agent sniffing and redirecting to a handheld device page with a simpler single... (Continue reading)
Other languages: Versiunea romana (Flex pentru programatorii PHP) 中文版 (面向PHP编程人员的Flex技术) Versione italiana (Flex per sviluppatori PHP) Русская версия (Flex для PHP-разработчиков) I’ve been working with web related technologies since the late ‘90s, and my first server side technology was PHP. Later on, I did ColdFusion... (Continue reading)
To debug a PHP Web Page: Click the arrow next to the debug button on the toolbar and select Open Debug Dialog -or- select Run | Open Debug Dialog. A Debug dialog will open. Double-click the PHP Web... (Continue reading)
ref link: http://www.techinterviews.com/php-interview-questions-part-2 How can we repair a MySQL table? What are the advantages of stored procedures, triggers, indexes? What is the maximum length of a table name, database name, and fieldname in MySQL? How many values can the SET function of MySQL take? What... (Continue reading)
ref link: http://www.techinterviews.com/php-interview-questions-part-1 What are the differences between Get and post methods in form submitting, give the case where we can use get and we can use post methods? Who is the father of PHP and explain the changes in PHP versions? How... (Continue reading)
Are you a developer? Need to update your software development knowledge or need to prepare for a job interview? Check out this collection of PHP Interview Questions and Answers… PHP Interview Questions and Answers ref link: http://dev.fyicenter.com/Interview-Questions/PHP/ What’s PHP What Is a Session? What is meant... (Continue reading)
After searching the Internet for a good template engine, I have compiled the following list: Smarty Smarty is a template engine that compiles the templates into PHP scripts, then executes those scripts. Very fast, very flexible. Heyes Template Class A very easy to use,... (Continue reading)
In PHP 5 there are some new functions. Here is the list of them: Arrays: array_combine() – Creates an array by using one array for keys and another for its values array_diff_uassoc() – Computes the difference of arrays with additional index check which... (Continue reading)
With its mixture of topics the International PHP Conference provides an ideal resource for all professionals and their successful daily routine within the whole PHP spectrum. Insights into current Web 2.0 technologies, Security, Best Practices for tools and components, Enterprise know-how,... (Continue reading)