How to reverse a string without using Loops and Builtin Function in PHP

Do you know how to reverse a string without using any loops or built in function in php?

There is an amazing recursive function will do this magic trick.

See the below lines of codes:


<?php

function myreverse($str)
{
return 

How to reverse a string without using Builtin Function in PHP

You wonder how to reverse a String without using a Built in Function strrev() in PHP?.
This question asked many times in Interviews.

I got a solution here.

Just see the below lines of codes.


<?php
$str = "SPIDERMAN";
$len 

Multiple Submit Button in a Single form with PHP

Do you know how to use two or more submit button in a single <form> ?

This is a critical problem while doing some professional websites!. You may face this situation in a project that needed two or multiple submit …

How to create JavaScript Popup Window (open new window javascript)

Creating popup using JavaScript is not so tough, Here is the code that will do the magic. Just copy and paste and start using it!

There are a number of ways to create Javascript Popup

Method 1:

<html>
<head>

<script 

How to create database and Tables in MySQL

Are you a PHP Programmer?. New Learner?. Then this is the correct place to learn about PHP and MySQL things.

In this post, I’m going to explain how to create a Database and Tables respectively.

1. Most of us are …

How to create / add favicon in wordpress

How to create / add favicon in wordpress

There are number of ways you can create a favicon. This is easiest and one of my favorite.

First download the software from the link below:

https://www.sibcode.com/downloads/junior-icon-editor.exe

The above link is a free icon editor you can download and create …

Theme: Overlay by Kaira
Agurchand