Please can anyone help me in the making of this program :

We have to Enter a string of capital letters like

WJKTYNHJHIJKLMNOPASC

THE LONGEST CONSECUTIVELY INCREASING STRING IS

HIJKLMNOP

.
.
.

Help me Please , Thanks !!!

Recommended Answers

All 3 Replies

Please can anyone help me in the making of this program :

We have to Enter a string of capital letters like

WJKTYNHJHIJKLMNOPASC

THE LONGEST CONSECUTIVELY INCREASING STRING IS

HIJKLMNOP

.
.
.

Help me Please , Thanks !!!

You are not giving enough information..please elaborate

lol ofcourse his not.. he just started posting to get a code..
he did'nt eve try coding it yet..

<?php
$text=$_POST['text'];
print strtoupper($text);
?>

:)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.