Skip to content

IT Notes

IT Notes

  • Home
  • Privacy Policy
  • Sample Page
    • Home
    • Interview Questions
    • PHP Interview Questions
    • Page 7
PHP Interview Questions

What does the function get_magic_quotes_gpc() means?

The function get_magic_quotes_gpc() tells us whether the magic quotes is switched on or no.

PHP Interview Questions

How can we automatically escape incoming data?

We have to enable the Magic quotes entry in the configuration file of PHP.

PHP Interview Questions

How is it possible to remove escape characters from a string?

The stripslashes function enables us to remove the escape characters before apostrophes in a string.

PHP Interview Questions

How do I escape data before storing it in the database?

The addslashes function enables us to escape data before storage into the database.

PHP Interview Questions

What does the unset() function mean?

The unset() function is dedicated for variable management. It will make a variable undefined.

PHP Interview Questions

What does the unlink() function mean?

The unlink() function is dedicated for file system handling. It simply deletes the file given as entry.

PHP Interview Questions

How do I check if a given variable is empty?

If we want to check whether a variable has a value or not, it is possible to use the empty() function.

PHP Interview Questions

How can we check the value of a given variable is alphanumeric?

It is possible to use the dedicated function, ctype_alnum to check whether it is an alphanumeric value or not.

PHP Interview Questions

How can we check the value of a given variable is a number?

It is possible to use the dedicated function, is_numeric() to check whether it is a number or not.

PHP Interview Questions

How can we access the data sent through the URL with the POST method?

To access the data sent this way, you use the $_POST array. Imagine you have a form field called ‘firstname’ on the form when the user clicks submit to the…

Posts navigation

1 … 6 7 8 … 11

« Previous Page — Next Page »

Recent Posts

  • What is Blade?
  • What are the features of Laravel?
  • What is Laravel?
  • Explain the for keyword
  • Explain the enum keyword

Recent Comments

No comments to show.

Archives

  • June 2025
  • November 2024
  • August 2024
  • July 2024
  • April 2024
  • September 2023
  • May 2023

Categories

  • Android Interview Questions
  • Angular JS interview Questions
  • C Programming
  • C Programs
  • C++ Programming
  • Codeigniter Interview Questions
  • Computer Network
  • CSS Interview Questions
  • HTML Interview Questions
  • Java
  • Java Interview Questions
  • Javascript Interview Questions
  • jQuery interview Questions
  • Laravel Interview Questions
  • Mobile Application Development
  • MySQL Interview Questions
  • PHP
  • PHP Interview Questions
  • Python
  • Python Interview Questions
  • React JS Interview Questions
  • Software Engineering
  • System Analysis and Design (SAAD)
  • Uncategorized
  • Vtiger CRM

You Missed

Laravel Interview Questions

What is Blade?

Laravel Interview Questions

What are the features of Laravel?

Laravel Interview Questions

What is Laravel?

C Programming

Explain the for keyword

IT Notes

Copyright © All rights reserved | Blogus by Themeansar.