Jump to content

[SOLVED] Do variables change instantly?


SirChick

Recommended Posts

Hey, quick question ... say i have something like this:

 

Lets say in my database Username = SirChick.

 

$Username = $row['Username']; // from a query

 

Then i put a query to change username later on in the script to be "Test".....

 

Then i do If($Username == 'Test') after wards...

 

will $Username have changed to Test or will it still remain SirChick because it was assigned before query change?

 

Link to comment
https://forums.phpfreaks.com/topic/78422-solved-do-variables-change-instantly/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.