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! Quote 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'] Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.