Wikitechy Forum

  • TUTORIALS
  • TECHNOLOGY
    • ALL TECHNOLOGY
    • ARTICLES
  • ERRORS & FIXES
  • INTERVIEW
  • FORUMS
  • VIDEOS
    • QUANTITATIVE APTITUDE
    • NON VERBAL
    • GROUP DISCUSSION
    • COUNTRY WISE INTERVIEW QUESTIONS
    • ENGINEERING
  • CAREERS
  • BUSINESS
    • TOP WEB HOSTING
    • TOP CAR ACCIDENT LAWYERS
    • TOP CAR INSURANCE
    • TOP SOFTWARE TOOLS
    • TOP 10
  • HEALTH
    • LUNG CANCER
  • TOURISM
  • PROJECTS
Wikitechy Forum
  • TUTORIALS
  • TECHNOLOGY
    • ALL TECHNOLOGY
    • ARTICLES
  • ERRORS & FIXES
  • INTERVIEW
  • FORUMS
  • VIDEOS
    • QUANTITATIVE APTITUDE
    • NON VERBAL
    • GROUP DISCUSSION
    • COUNTRY WISE INTERVIEW QUESTIONS
    • ENGINEERING
  • CAREERS
  • BUSINESS
    • TOP WEB HOSTING
    • TOP CAR ACCIDENT LAWYERS
    • TOP CAR INSURANCE
    • TOP SOFTWARE TOOLS
    • TOP 10
  • HEALTH
    • LUNG CANCER
  • TOURISM
  • PROJECTS
Wikitechy Forum
  • TUTORIALS
  • TECHNOLOGY
    • ALL TECHNOLOGY
    • ARTICLES
  • ERRORS & FIXES
  • INTERVIEW
  • FORUMS
  • VIDEOS
    • QUANTITATIVE APTITUDE
    • NON VERBAL
    • GROUP DISCUSSION
    • COUNTRY WISE INTERVIEW QUESTIONS
    • ENGINEERING
  • CAREERS
  • BUSINESS
    • TOP WEB HOSTING
    • TOP CAR ACCIDENT LAWYERS
    • TOP CAR INSURANCE
    • TOP SOFTWARE TOOLS
    • TOP 10
  • HEALTH
    • LUNG CANCER
  • TOURISM
  • PROJECTS
MYSQL Articles, Errors and Fixes
MYSQL

[Solved-9 Answers] How to get a list of MySQL user accounts

March 14, 2017
Add Comment
4 Views

PROBLEM The MySQL command line utility is used to navigate through a database. Now we need to see a list of user accounts. How to get a list of MySQL user...

MYSQL Articles, Errors and Fixes
MYSQL

[Solved-10 Answers] Which field we need to use datetime or timestamp

March 14, 2017
Add Comment
4 Views

PROBLEM Would you recommend using a datetime() or a timestamp () field, and why (using MySQL)? we working on PHP server side. SOLUTION 1 Timestamps in MySQL...

HMTL Articles, Errors and Fixes
CSS • HTML

[solved – 5 Answers] Set the table column width constant regardless of the amount of text in its cells

March 14, 2017
Add Comment
5 Views

PROBLEM In my table set the width of the first cell in a column to be 100px. However, when the text in one of the cell in this column is too long, the width of...

CSS Articles, Errors and Fixes
CSS

[Solved – 4 Answers] Resize image proportionally with CSS

March 14, 2017
2 Comments
8 Views

PROBLEM Is there a way to resize (scale down) images proportionally using ONLY CSS? We can resize the image using JavaScript way, but just trying to see if...

php-articles-memory
PHP

[Solved-11 Answers] How to get PHP Errors in display?

March 14, 2017
Add Comment
7 Views

PROBLEM How to display PHP Errors? On checking our PHP ini file and the display errors is set and also error reporting is E_ALL. After restarting our Apache...

php-articles-memory
PHP

[Solved – 11 Answers] Using a regular expression to validate an email address

March 14, 2017
Add Comment
11 Views

PROBLEM regex for email validation – There is a several PHP programs. Get contacted by someone that is having trouble with a site that uses it, and we...

php-articles-memory
PHP

[Solved – 10 Answers]How to check if a string contains a specific word in PHP

March 14, 2017
Add Comment
3 Views

PROBLEM In this sample code: How to write the statement in a proper way If ($a contains ‘are’)? SOLUTION 1 The strpos ().strpos. php function is...

php-articles-memory
PHP • sql-injection • user-input • xss

[Solved –10 Answers] Which is the best way to sanitize user input in PHP

March 14, 2017
Add Comment
14 Views

[Solved –10 Answers] PHP - Which is the best way to sanitize user input in PHP? - Is there a catchall function somewhere that works well for sanitizing user

php-articles-memory
enumeration • PHP

[Solved – 10 Answers] PHP and Enumerations

March 14, 2017
Add Comment
1 Views

[Solved - 10 Answers] - PHP- Php and Enumerations - PHP doesn't have native Enumerations. But it become accustomed to them from the Java world Constants

php-articles-memory
ip-address • PHP

[Solved –10 Answers] How to get the client IP address in PHP

March 14, 2017
Add Comment
7 Views

[Solved –10 Answers] PHP - How to get the client IP address in PHP? - How can we able to get the client IP address using PHP? We want to keep record of

php-articles-memory
cookies • PHP • session

[Solved- 7 Answers] How to expire a PHP session after 30 minutes?

March 14, 2017
Add Comment
20 Views

[Solved- 7 Answers] PHP - How to expire a PHP session after 30 minutes?-We need to keep a session alive for 30 minutes and then destroy it

HMTL Articles, Errors and Fixes
HTML • JAVASCRIPT • jquery • readonly • select

[Solved- 4 Answers] how to set select element as readonly

March 13, 2017
1 Comment
8 Views

[Solved- 4 Answers] HTML- html select readonly - how to set select element as readonly -According to HTML specs, the select tag in HTML doesn't have a read

HMTL Articles, Errors and Fixes
fragment-identifier • HTML • html5

[Solved – 4 Answers] How to use ‘name’ or ‘id’ in html anchor?

March 13, 2017
Add Comment
16 Views

[Solved – 4 Answers] HTML - HTML Anchors with 'name' or 'id' - How to use 'name' or 'id' in html anchor? When one wants to refer some part of a webpage

Javascript Articles, Errors and Fixes
HTML • html-parsing • JAVASCRIPT

[Solved – 3 Answers] How to remove html tags from string

March 13, 2017
Add Comment
4 Views

[Solved - 3 Answers] JAVASCRIPT - remove html tag - How to remove html tags from string,Is there an easy way to remove html tag from string?

CSS Articles, Errors and Fixes
CSS • HTML • radio-button

[ Solved – 5 Answers ] CSS – How to select a radio button by default?

March 13, 2017
Add Comment
3 Views

[Solved – 5 Answers] HTML - CSS - select a radio button by default - we have some radio buttons and when we tried to be set as selected by default

HMTL Articles, Errors and Fixes
CSS • css3 • HTML

[ Solved – 3 Answers] Disable link using css

March 13, 2017
Add Comment
10 Views

[Solved – 3 Answers] HTML - CSS - Disable link using css - Is there any way to disable a link using CSS?If you have a class called current-page

HMTL Articles, Errors and Fixes
CSS • HTML • opacity

[Solved – 3 Answers] CSS Background Opacity

March 13, 2017
Add Comment
1 Views

[Solved – 3 Answers] HTML-CSS -Background Opacity -Below is one of the problem but I expected to make the background have an opacity 0.4

HMTL Articles, Errors and Fixes
CSS • height • HTML

[Solved – 3 Answers] Set Html body have 100% of the browser height

March 11, 2017
Add Comment
6 Views

[solved – 3 Answers] HTML - CSS - html body height -When we tried to make body have 100% of the browser height. Is It possible to do that

CSS Articles, Errors and Fixes
CSS • HTML

[ Solved – 5 Answers] Center image using text-align center?

March 11, 2017
Add Comment
7 Views

[solved - 5 Answers] CSS - text-align center - The problem is the good way to center an image using css ?Is the property text-align: center;

HMTL Articles, Errors and Fixes
css • HTML

[Solved – 3 Answers] Best way to center a <div> on a page vertically and horizontally?

March 11, 2017
Add Comment
4 Views

[Solved - 3 Answers] HTML - css center div - Best way to center a element on a page both vertically and horizontally? Basically, margin-left:

Previous 1 … 178 179 180

Popular Tags

Algorithm (321) Analysis of Algorithm (17) ANDROID (1091) Apple (131) Backtracking (17) Binary Search Tree (27) Bit Algorithms: (43) C++ programming (123) Coding (588) Connectivity (22) c programming (49) C Programming (153) CSS (76) CS Subjects (28) Data Structures (53) DFS and BFS (27) Dynamic Programming (97) FACEBOOK (31) Google Chrome (24) Graph Algorithms (81) HACKING (157) Hashing (25) HTML (66) INTERNET (363) iOS (254) JAVA (153) JAVASCRIPT (78) Linked List (102) LINUX (162) Mac (122) Mathematical Algorithms (77) MOBILE (544) MYSQL (19) NETWORKING (28) PC (472) PHP (101) PYTHON (69) Randomized Algorithms (17) Searching and Sorting (85) SECURITY (55) Singly Linked List (78) Stack (40) Ubuntu (18) UNIX (34) Windows (74)
  • INTERVIEW TIPS
  • Final Year Projects
  • GD Interview
  • Resume Samples
  • Engineering
  • Aptitude
  • Reasoning
  • Company Questions
  • Country wise visa
  • Interview Dress Code
  • CAREER GUIDANCE
  • Entrance Exam
  • Colleges
  • Admission Alerts
  • ScholarShip
  • Education Loans
  • Letters
  • Learn Languages

World's No 1 Animated self learning Website with Informative tutorials explaining the code and the choices behind it all.

WIKITECHY

  • About Us
  • Terms Of Use
  • Privacy Policy
  • Contact Us

WORKSHOP

  • Game & Hack

JOIN OUR COMMUNITY

  • Advertise
  • Parttime Job

OTHER LANGUAGES

  • English
  • Chinese
  • Deutsch
  • Russian
2018 © KaaShiv InfoTech, All rights reserved.