Skip to main content

Home/ PHP Programming/ Contents contributed and discussions participated by qualitypoint Tech

Contents contributed and discussions participated by qualitypoint Tech

qualitypoint Tech

Sample PHP code for creating forgot password feature in any website - 4 views

  •  
    Most of the websites will require the users to register them for getting username/password which can be used for logging into their website.
qualitypoint Tech

Handling issues related to functions deprecated in PHP5.3 - 2 views

  •  
    Recently one of our Customers has updated php and mysql version from 4.x to 5.x in the hosting server of their Joomla based website.
qualitypoint Tech

Handling Date format in MySQL - 1 views

  •  
    In the previous post, I have explained about Handling Date and Time in PHP/MySQL Recently, I came to know about a website http://www.mysqlformatdate.com/ which will be useful for understanding and using a MySQL function DATE_FORMAT().
qualitypoint Tech

Difference between session_register and $_SESSION[] in php - 1 views

  •  
    We can use either session_register or $_SESSION for registering session variable in php. Find below the difference between both of them.
qualitypoint Tech

Job Openings for Web Development(PHP/MySQL) - 0 views

  •  
    Currently we are looking for Software Engineers to work in our Web Development Projects.
qualitypoint Tech

MySQL Quiz Questions and Answers - 1 views

  •  
    Find below MCQ (Multiple Choice) questions and Answers useful for learning MySQL.\n
qualitypoint Tech

How to split a string into individual characters using PHP? - 1 views

  •  
    In one of our php project, we had to split a string into individual characters. I thought there should be some built-in function for doing this. But I couldn't find the appropriate build-in php function.
qualitypoint Tech

PHP Quiz Questions and Answers - 1 views

  •  
    You can attend our Quiz here. We are working on to publish more questions in many topics (e.g mysql, javascript, html,...). So, you can bookmark this blog for further reading, or you can subscribe to our blog feed.
qualitypoint Tech

News Letter QualityPoint Technologies - 0 views

  •  
    We had sent below News Letter to our email contacts. If you want to receive future news letters you can send your email id to qualitypointmail@gmail.com.
qualitypoint Tech

Added more questions in our online Quiz - 0 views

  •  
    We have added few more questions for our our free online quiz program.\n\nThe new questions are added under the below topics/subjects.\n\n1.Javascript\n2.Dot Net\n3.Aptitude
qualitypoint Tech

Use associative array instead of using querystring-style post fields. - 2 views

  •  
    We have faced some issues with posting form details using cURL module of php.
qualitypoint Tech

Clearing Cache in phpBB forum - 0 views

  •  
    In my previous post I have explained about clearing cache in Gallery. phpBB Forum is also using Cache for improving performance.
qualitypoint Tech

Parsing webpage using php DOM. - 4 views

  •  
    PHP is having DOM functionality for parsing webpage by considering the HTML content of the webpage as XML data. If you assign the $data with the HTML content of the webpage, below code will load the HTML content in DOM object.
qualitypoint Tech

Setting UserAgent for php curl session to avoid 500 Internal Server Error |QualityPoint... - 1 views

  •  
    We are using below function for getting webpage content using curl module of php.
qualitypoint Tech

Latest Articles for learning Web Development using php, mysql, javascript and ajax - 1 views

  •  
    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.
qualitypoint Tech

Removing Last Character in a String - 1 views

  •  
    In PHP, we will be requiring to remove the last Character from a string variable. For example, consider below query. select * from employees where employee_id in (1,2,5,7)
qualitypoint Tech

print_r() Versus var_dump() - 3 views

  •  
    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.
qualitypoint Tech

Groupit Document - 0 views

  •  
    Groupit is a learning activity.Using this game the user can match information card with the correct category. There will be an unlimited number of cards and minimum of eight categories are added.During the game the total number of cards, mistakes and elapsed time are calculated and then it will be displayed after end of the game.
qualitypoint Tech

Steps for PHP installation. - 0 views

  •  
    PHP is the most popular open source scripting language used with Apache server for doing website development. This knol will...
qualitypoint Tech

Some useful php functions - 2 views

  •  
    Find below some useful functions in php. For complete reference of php functions you can refer php.net which is very useful...
‹ Previous 21 - 40 of 51 Next ›
Showing 20 items per page