alejandro52 Posted October 9, 2010 Share Posted October 9, 2010 what does the # symbol do in php(e.x index.php?cat=1#privacy)? How can i use it? From what i 've seen you use it for changing a whole div without reloading the page like tabs.. Link to comment https://forums.phpfreaks.com/topic/215482-simple-question/ Share on other sites More sharing options...
BlueSkyIS Posted October 9, 2010 Share Posted October 9, 2010 the # symbol in a URL is an HTML internal link. http://www.activejump.com/g-3.shtml Link to comment https://forums.phpfreaks.com/topic/215482-simple-question/#findComment-1120598 Share on other sites More sharing options...
coupe-r Posted October 10, 2010 Share Posted October 10, 2010 BlueSky is correct. You typically see/use this when you have a long page, say an instructions page. Your table of contents would use links like instructions.php#Help This would take you to the Help section on the page. Then, on the Help section you could have a [top] link which looks like instructions.php#top. This brings you back up to the top of that same page. Link to comment https://forums.phpfreaks.com/topic/215482-simple-question/#findComment-1120729 Share on other sites More sharing options...
chintansshah Posted October 10, 2010 Share Posted October 10, 2010 for more internal link info, visit http://www.w3schools.com/html/html_links.asp Link to comment https://forums.phpfreaks.com/topic/215482-simple-question/#findComment-1120751 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.