IT Community - Software Programming, Web Development and Technical Support

$ and $$

This is a discussion on $ and $$ within the PHP Programming forums, part of the Web Development category; can any one tell me the exact difference between these two variables $ and $$ and where we use this Variable variables $$?...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Web Development > PHP Programming

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 07-05-2007, 01:48 AM
Sabari Sabari is offline
D-Web Genius
 
Join Date: Jul 2007
Posts: 1,008
Sabari is on a distinguished road
Thumbs up $ and $$

can any one tell me the exact difference between these two variables $ and $$ and where we use this Variable variables $$?
__________________
Thanks & Regards
Sabari...
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-05-2007, 11:41 PM
Jeyaseelansarc Jeyaseelansarc is offline
D-Web Genius
 
Join Date: Mar 2007
Location: Chennai
Posts: 1,162
Jeyaseelansarc is on a distinguished road
Send a message via AIM to Jeyaseelansarc
Default Re: $ and $$

hi,
In PHP $ used for declaring a variable.
$$ - A variable variable takes the value of a variable and treats that as the name of a variable.

Here example

example 1

$a = 1
$$a = $1 = it displayed some error

example 2

$a = "a"
$$a = $a = "a"

Have you got my things!
__________________
With,
J. Jeyaseelan

Everything Possible

Last edited by Jeyaseelansarc : 07-06-2007 at 12:35 AM.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-11-2007, 08:08 AM
raj raj is offline
D-Web Programmer
 
Join Date: Jul 2007
Posts: 89
raj is on a distinguished road
Default Re: $ and $$

hi,

Create variable by value of other variable.

$a = 'hello';

$$a = 'welcome';

> this second statment act like as follows

$ ( $a ) => $ ( 'hello' );


eg:

echo "$a $$a";

result: hello welcome
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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



All times are GMT -7. The time now is 02:43 AM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0