How to get recharge response status in XML format and checking mobile no is allocated to someone or not using PHP
db_query("SELECT * FROM #_stock WHERE `msisdn`='".$mobileno."' and "); $find_mobile_number_query = $BSC-...
Estuffcode is an Educational Programming Blog - I have approx 4 years of experience in different languages like: -JavaScript, Ajax, HTML, CSS,Basic JAVA, Magento, Yii, CakePHP, Joomla, Advanced PHP, Photoshop and Learning Tools like: - Dreamwever, Notepad++, Photoshop. And still learning new things. i will keeping update my blog according to my qualification.
How to get recharge response status in XML format and checking mobile no is allocated to someone or not using PHP
db_query("SELECT * FROM #_stock WHERE `msisdn`='".$mobileno."' and "); $find_mobile_number_query = $BSC-...
How to Hide your Email Address from spammers.
In this Tutorial, We are going to show how to protect your Email ID from Spammers and Prevent your account from unwanted spam mails. Some...
Interview Questions for Wordpress | Mostly Asked Questions
In this Tutorial, We are going to Show some important Interview questions related to Wordpress CMS. Interviewer can ask you question among ...
How to Create Simple User Login System using PHP.
In this Tutorial, We are going to show how to create simple Login page with PHP execution page. First of all, we need to create one HTML pa...
How to Upload and storing file names in database using PHP.
In this Tutorial , We are going to show you how to store file name into the database and upload into a folder. First of all, we have to cre...
How to Increase memory limit and max execution time in php.ini file?
In this Tutorial , We are going to show you how to increase memory limit or max_execution_time. some time we get an error in SQL database w...
Oops (Object oriented programming) Basic Interview Questions
In this Post, I am going to show you some generally asked questions during the interview. 1.) What is Object Oriented Programming? Objec...
How to Unzip File using PHP Function?
In the Previous tutorial, we discussed about how to download any file or image force fully. But In this Tutorial, we are going to show you ...
How to Download File Forcefully with PHP function?
In this Tutorial, We are going to show you how to download file force fully using PHP function() . Before this, whenever we trying to downl...
How to Convert SQL rows Into Columns using PHP?
In this Tutorial, We are going to convert PHPMysql table rows into columns using as Example:- Original SQL table is: - ID username ag...
Getting date after or before 7 days from Current date using PHP Function?
In this Post, we are getting date after or before the 7 days from the current date using date function. In Our live projects we had lots o...