Jump to content

How to?


Recommended Posts

Hey

 

How do i use to functions at the same time?

 

I tryed heres the code:

 

<?php

 

$reverseword = isset($_POST['reverseword'])?$_POST['reverseword']:0;

 

echo strrev, strtolower($reverseword);

 

?>

 

 

Thanks, please tell me how you use to functions at the same time for future reference.

Link to comment
https://forums.phpfreaks.com/topic/58845-how-to/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.