Jump to content

[SOLVED] create a session


fazzfarrell

Recommended Posts

I have this code:

 

                      <?php
		 //Rob Farrell and Leyon Nevett: add up design cost x hrs
             $number1 = $row_rsProd['P_Retail_Price'];
		 $number2 = $row_rsUser['Percent'];
             echo number_format ($number1 / $number2);
?>

 

I know how to create a session - but I am having a blank how to turn this into a session? can any one help?

Link to comment
https://forums.phpfreaks.com/topic/52200-solved-create-a-session/
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.