RSS Forums RSS
Please support our PHP advertiser: Lunarpages PHP Web Hosting
Views: 32662 | Replies: 2
Reply
Join Date: Apr 2005
Posts: 69
Reputation: AhmedHan is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 1
AhmedHan's Avatar
AhmedHan AhmedHan is offline Offline
Junior Poster in Training

Question Number To String Conversion

  #1  
Apr 23rd, 2006
I have an HTML which posts a form to a PHP page. The PHP page encodes the password from the form using md5() function. And then I tried to save this MD5 code into a file using fwrite() function.

Here the error occures. fwrite() only accepts string parameter, but the return value of md5() is a number data type.

Can you tell me how can I convert a number to string, or string to number in PHP? (For general purpose. Not for only this problem.)
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Feb 2006
Posts: 32
Reputation: BlazingWolf is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 1
BlazingWolf BlazingWolf is offline Offline
Light Poster

Re: Number To String Conversion

  #2  
Apr 23rd, 2006
Originally Posted by AhmedHan
Can you tell me how can I convert a number to string, or string to number in PHP? (For general purpose. Not for only this problem.)


PHP is not a typed langauge so there is no string or number. A varible is a varible is a varible.

It probaby has something to do with missing qoutes but post the code and this will be a much eaiser question to answer.
Reply With Quote  
Join Date: Apr 2005
Posts: 69
Reputation: AhmedHan is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 1
AhmedHan's Avatar
AhmedHan AhmedHan is offline Offline
Junior Poster in Training

Re: Number To String Conversion

  #3  
Apr 24th, 2006
I found the answer in documentation.

strval() --> num 2 str
intval() --> str 2 num
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 4:19 am.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC