Jump to content

PHP Variables


princeofpersia

Recommended Posts

Hi guys

 

I have two variables but

$no1=$row[no1];

$no2=$row[no2];

 

I need to have another variable where i can merge these two as i need to insert them to database with sapce in between each variable like:

$numbers= $no1 $no2;

 

by doing this i get syntax error, do u know whats the best way to do this?

 

Link to comment
https://forums.phpfreaks.com/topic/222315-php-variables/
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.