Posts by Caio Henrique • 81 points
2 posts
-
0
votes2
answers180
viewsQ: Grab the IP port in a string
With a problem here, I need to separate an IP string into two parts, between the address and the port. Example: $string = 127.0.0.1:7777; $string = px01.carbonhost.com.br:7786 Turn: $string1 =…
phpasked Caio Henrique 81 -
8
votes2
answers635
viewsQ: Organize website by folders in directory
I’m venturing into my first site written in PHP and there’s one thing that bothers me, which is the way the website URL looks, for example: meusite.com/index.php?page=ucp&p=edit&id=58 The…