tryingitout Posted June 12, 2009 Share Posted June 12, 2009 Here is the line of code inside the php that is not working. explaination below. It opens in another window, and at the new website, but does not go to the proper subaccount which is the last part of the new web address. code for each subaccount is in the mysql database. <img alt="" src="../images/a1.gif" style=" margin-right:10px; vertical-align:middle"><span ><strong>Send a Prospect Email</strong><br> <a href="http://www.bragdisc.com/OBC/$LeadID = $_GET['LeadID']"; target="_blank">Click here</a> to send an email guiding a prospect to the web version of your Presentation Disc's.</span><br> <br style="line-height:12px"> I have a functioning PHP webpage, but coder has died. I added a button fronm the backoffice to take signed in agent to a new web page for a crm funtion. I loaded the crm software in sub accounts for each rep at the other web site. (www.domain.com/555 or www.domain.com/556, etc). the rep is already signed inot the backoffice with the code number. I nee the web address to be http://www.domain.com/(rep code from the mysqul database). whatever I type just shows up as typing in the web page location.instead of the agent code. help Quote Link to comment https://forums.phpfreaks.com/topic/161959-need-mysql-database-agentcode-to-be-part-of-web-address-link/ Share on other sites More sharing options...
madspof Posted June 12, 2009 Share Posted June 12, 2009 What ? Quote Link to comment https://forums.phpfreaks.com/topic/161959-need-mysql-database-agentcode-to-be-part-of-web-address-link/#findComment-854562 Share on other sites More sharing options...
cunoodle2 Posted June 12, 2009 Share Posted June 12, 2009 Quote What ? I was thinking the EXACT same thing before I even read your response. Seriously WHAT?? Quote Link to comment https://forums.phpfreaks.com/topic/161959-need-mysql-database-agentcode-to-be-part-of-web-address-link/#findComment-854563 Share on other sites More sharing options...
pgrevents Posted June 12, 2009 Share Posted June 12, 2009 something like this? <a href="http://www.bragdisc.com/OBC/<?=$LeadID?> = <?=$_GET['LeadID']"?> target="_blank">Click here</a> Quote Link to comment https://forums.phpfreaks.com/topic/161959-need-mysql-database-agentcode-to-be-part-of-web-address-link/#findComment-854572 Share on other sites More sharing options...
tryingitout Posted June 12, 2009 Author Share Posted June 12, 2009 Quote something like this? <a href="http://www.bragdisc.com/OBC/<?=$LeadID?> = <?=$_GET['LeadID']"?> target="_blank">Click here</a> Thak you, I will try it and get back to you. Sorry for the confusing explaination. Quote Link to comment https://forums.phpfreaks.com/topic/161959-need-mysql-database-agentcode-to-be-part-of-web-address-link/#findComment-854576 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.