Jump to content

[SOLVED] Variable Help


Clinton

Recommended Posts

Ok:

 

This $database = ("clintona_'$location'Inventory");      equals this: clintona_'5555'Inventory

 

This $database = ("clintona_"$location"Inventory");      equals this: Parse error: syntax error, unexpected T_VARIABLE

 

With or without the () it doesn't matter it still gives the same.

 

How do I get it to equal this: clintona_5555Inventory  ???? Without the '  ?????

Link to comment
https://forums.phpfreaks.com/topic/108931-solved-variable-help/
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.