xtrafile Posted March 25, 2008 Share Posted March 25, 2008 How do I get the first letter from the header, such as page.php?p=A, which is A, then from there run a MySQL query that gets the results with the first letter being the first letter of the result in the rows? Thanks! Link to comment https://forums.phpfreaks.com/topic/97771-how-to-get-first-letter-from-header/ Share on other sites More sharing options...
wildteen88 Posted March 25, 2008 Share Posted March 25, 2008 simply use $_GET['p'] Link to comment https://forums.phpfreaks.com/topic/97771-how-to-get-first-letter-from-header/#findComment-500248 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.