截取字符串的有关问题

WBOY
Release: 2016-06-13 13:40:23
Original
852 people have browsed it

截取字符串的问题
index.php?do=login 如何获取?号前面的index.php

------解决方案--------------------

PHP code

echo    strtok("index.php?do=login", "?"); <div class="clear">
                 
              
              
        
            </div>
Copy after login
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template