36 items | 5 visits
Our Blog will talk about Software development and testing. particularly about php
Updated on Sep 29, 11
Created on Jun 05, 09
Category: Computers & Internet
URL:
Resolved IE specific issue related to calling function at onclick event using createElement
In Shared Web hosting, normally we won't be having access to the root folder php.ini file for changing any settings.
Consider below url.
http://site.com/showtopic.php?id=10
By seeing this url we can understand that this site is developed using php, and we can understand coding/database table upto some extent. For example, if you change id value to some invalid value instead of 10 we will get some error message/query which may give some details about database table.
Gallery is the php based Photo management application.
It is extensively using cache mechanism in server side to render the images and data quickly.
We can follow below steps for installing php with Apache server.
We used to get below error when using header() in our php code.\n\n\nWarning: Cannot modify header information - headers already sent by (output started at...
We had used ImageMagick tool for resizing the images without affecting quality in our BookMarklet project.
We implemented this project successfully in Client's server.
We have noticed strange behaviour of Browser back button while implementing new requests from our client of GroupIt learning Activity project.
Feel Free to update this list if you find any other useful link for learning PHP
This knol will explain about creating SEO friendly URL using Apache mod_rewrite.
Find below some useful functions in php. For complete reference of php functions you can refer php.net which is very useful...
PHP is the most popular open source scripting language used with Apache server for doing website development. This knol will...
PHP is having various functions for debugging a variable. Seeing values stored in an array or in any other object is important for doing any troubleshooting in a code.
In PHP, we will be requiring to remove the last Character from a string variable.\n\nFor example, consider below query.\n\nselect * from employees where employee_id in (1,2,5,7)
Find below the latest articles for learning web development. These articles are getting displayed here by combining the data from different social bookmarking sites such as Digg. This articles list will be updated automatically using yahoo pipes and feedburner.
We are using below function for getting webpage content using curl module of php.
PHP is having DOM functionality for parsing webpage by considering the HTML content of the webpage as XML data.\n\nIf you assign the $data with the HTML content of the webpage, below code will load the HTML content in DOM object.
In my previous post I have explained about clearing cache in Gallery.
phpBB Forum is also using Cache for improving performance.
We have faced some issues with posting form details using cURL module of php.
You can attend our Quiz here.\n\nWe are working on to publish more questions in many topics (e.g mysql, javascript, html,...).\n\nSo, you can bookmark this blog for further reading, or you can subscribe to our blog feed.
36 items | 5 visits
Our Blog will talk about Software development and testing. particularly about php
Updated on Sep 29, 11
Created on Jun 05, 09
Category: Computers & Internet
URL: