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 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 ? 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 What ? I was thinking the EXACT same thing before I even read your response. Seriously WHAT?? 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> 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 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. 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
Archived
This topic is now archived and is closed to further replies.