No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Warning: Cannot modify header information - headers already sent by (output started at /home/sanstr09/www/lab4/phonebook.php:9) in /home/sanstr09/www/lab4/phonebook.php on line 16 This warning can be ignored by putting [CODE] ob_start("ob_gzhandler"); [/CODE] on the top of the page
Please remove the semi colon from line#23. as function defination dont need any delimiter (;) at the end
save both of your variables in session with the particular value $_SESSION['variable1']='hi'; $_SESSION['variable2']='hello'; But remember to add session_start() on the top of the page wherevr you want to access or edit the session values
The End.
saad.khalid