Domain Discussion Board

Go Back   Domain Discussion Board > Web Hosting & Web Design > Scripts

 
Reply
 
LinkBack Thread Tools Display Modes
PHP String Functions
Old
  (#1 (permalink))
undyboy91
undyboy91 is on a distinguished road
 
undyboy91's Avatar
 
Status: Offline
Posts: 243
Points: 100.0
Bank: 7,728.7
Total Points: 7,828.7
Donate
Join Date: Oct 2006
Location: ---->
Rep Power: 3
PHP String Functions - 11-02-2006, 06:14 PM

[SIZE=1]this can be quite useful to beginners learning PHP:[/SIZE]
[SIZE=1][/SIZE]


the strtoupper() function turns the letters in the string to uppercase:

print(strtoupper("i bet this will show up as all letters capitalized<br>"
));
OUTPUT: I BET THIS WILL SHOW UP AS ALL LETTERS IN CAPITALIZED

the strtolower() function turns the letters in the string to lowercase:

print(strtolower("I BET THIS WILL SHOW UP AS ALL LETTERS IN LOWERCASE<br>"
));
OUTPUT:i bet this will show up as all letters lowercase

the ucfirst() function turns the first letter of the string to capital:

print(ucfirst("i bet this will show the first letter of the string capitalized<br>"
));
OUTPUT:I bet this will show the first letter of the string capitalized

the ucwords() function turns the first letter of every wordin the string to capital:

print(ucwords("i bet this will show the first letter of every word capitalized<br>"
));
OUTPUT:I Bet This Will Show The First Letter Of Every Word Capitalized

Last edited by undyboy91 : 11-03-2006 at 12:12 PM. Reason: clarifying the post.
   
Reply With Quote
Re: PHP String Functions
Old
  (#2 (permalink))
apeX
Senior Member
apeX is an unknown quantity at this point
 
Status: Offline
Posts: 117
Points: 581.7
Bank: 0.0
Total Points: 581.7
Donate
Join Date: Jul 2006
Rep Power: 0
Re: PHP String Functions - 11-03-2006, 11:19 AM

What is this script about..Can you please specify .. ?
   
Reply With Quote
Sponsored Links
Re: PHP String Functions
Old
  (#3 (permalink))
undyboy91
undyboy91 is on a distinguished road
 
undyboy91's Avatar
 
Status: Offline
Posts: 243
Points: 100.0
Bank: 7,728.7
Total Points: 7,828.7
Donate
Join Date: Oct 2006
Location: ---->
Rep Power: 3
Re: PHP String Functions - 11-03-2006, 12:13 PM

Quote:
Originally Posted by apeX
What is this script about..Can you please specify .. ?
sorry i thought it was pretty self explanatory but then again thats just me....i updated the first post
   
Reply With Quote
Re: PHP String Functions
Old
  (#4 (permalink))
s-Lec
Platinum Member
s-Lec is an unknown quantity at this point
 
Status: Offline
Posts: 705
Points: 59.0
Bank: 1,806.1
Total Points: 1,865.1
Donate
Join Date: Jun 2006
Location: Auckland
Rep Power: 0
Re: PHP String Functions - 11-03-2006, 06:01 PM

er, sorry, i still dont see what this is used for, all i know it is very short and simple :P


██ Love ME?
██ Visit My BLOG! Luv5! <3

   
Reply With Quote
Re: PHP String Functions
Old
  (#5 (permalink))
undyboy91
undyboy91 is on a distinguished road
 
undyboy91's Avatar
 
Status: Offline
Posts: 243
Points: 100.0
Bank: 7,728.7
Total Points: 7,828.7
Donate
Join Date: Oct 2006
Location: ---->
Rep Power: 3
Re: PHP String Functions - 11-03-2006, 06:45 PM

Quote:
Originally Posted by s-Lec
er, sorry, i still dont see what this is used for, all i know it is very short and simple :P
its not necessarily a script...they're simply 4 functions that can be used in php to modify strings
   
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View: 0.1
Points Per Thread: 15.0
Points Per Reply: 5.0


Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP tut 2 - Refining the simple form - using cookies holypanl Scripts 10 05-08-2007 09:39 AM
All Programming Tutorials - Online For Ye All! hariharan Wonderful Websites 17 04-29-2007 05:22 AM
PHP: A simple form holypanl Scripts 5 04-05-2007 11:33 AM
Simple Optimization for PHP and MySQL bbalegere Scripts 2 04-04-2007 04:48 AM
An Introduction to PHP siddhant_3s Tutorials 3 10-30-2006 05:41 PM


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 ©2007, Crawlability, Inc.