Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K
~610 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for qariella

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

Member Avatar for syamsasi
0
348
Member Avatar for jhbalaji

Please remove the semi colon from line#23. as function defination dont need any delimiter (;) at the end

Member Avatar for jhbalaji
0
148
Member Avatar for freedompeace

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

Member Avatar for saad.khalid
0
114

The End.