tryingitout Posted June 12, 2009 Share Posted June 12, 2009 <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> Hi the last part of the webaddress line should be the code number from the datase. it just shows up as it is typed here in the web address bar. what did I do wrong? Link to comment https://forums.phpfreaks.com/topic/161961-web-address-code-listed-does-not-pull-data-from-mysql/ Share on other sites More sharing options...
cunoodle2 Posted June 12, 2009 Share Posted June 12, 2009 The error is on line 37 of your code. A special thanks goes out to PHP user "Crayon Violent" for helping out with this troubling case as well =). Link to comment https://forums.phpfreaks.com/topic/161961-web-address-code-listed-does-not-pull-data-from-mysql/#findComment-854575 Share on other sites More sharing options...
tryingitout Posted June 12, 2009 Author Share Posted June 12, 2009 The error is on line 37 of your code. A special thanks goes out to PHP user "Crayon Violent" for helping out with this troubling case as well =). Thank you both, but I am a total newbie. I don't even show 37 lines of code here, so still not sure who to fix the last part of the web address portion Thanks anyway. Link to comment https://forums.phpfreaks.com/topic/161961-web-address-code-listed-does-not-pull-data-from-mysql/#findComment-854589 Share on other sites More sharing options...
sloth456 Posted June 12, 2009 Share Posted June 12, 2009 can you please copy and paste the entire code and enclose them in code tags e.g: [code]use code tags like this without the space before the slash[ /code] Link to comment https://forums.phpfreaks.com/topic/161961-web-address-code-listed-does-not-pull-data-from-mysql/#findComment-854617 Share on other sites More sharing options...
cunoodle2 Posted June 12, 2009 Share Posted June 12, 2009 My bad. I meant check the error on line 7. Link to comment https://forums.phpfreaks.com/topic/161961-web-address-code-listed-does-not-pull-data-from-mysql/#findComment-854646 Share on other sites More sharing options...
tryingitout Posted June 13, 2009 Author Share Posted June 13, 2009 can you please copy and paste the entire code and enclose them in code tags e.g: [code]use code tags like this without the space before the slash[ /code] Hi,Here is the part I think you are referring to. Again I apologize if this not the correct way you wanted it, but I put brackets around it. Short version is the line of code that won't work for me. I want the part after the OBC in the webaddress line to pull a code number from the mysqul database. Instead it just shows the stuff I have typed in. When I hard code a number from the database like 888280 the address works and take someone to that page. full working example is www.bragdisc.com/OBC/888280. [<a href=http://www.bragdisc.com/OBC/$access_code = $_GET['access_code]"; [<a href=http://www.bragdisc.com/OBC/$access_code = $_GET['access_code]"; target="_blank">Click here</a> to send an email guiding a prospect to the web version of your Presentation Disc's.</span><br>] Link to comment https://forums.phpfreaks.com/topic/161961-web-address-code-listed-does-not-pull-data-from-mysql/#findComment-855041 Share on other sites More sharing options...
cunoodle2 Posted June 13, 2009 Share Posted June 13, 2009 Did you check the error at line 7? What about line 3? Link to comment https://forums.phpfreaks.com/topic/161961-web-address-code-listed-does-not-pull-data-from-mysql/#findComment-855044 Share on other sites More sharing options...
tryingitout Posted June 13, 2009 Author Share Posted June 13, 2009 Did you check the error at line 7? What about line 3? checked it by the only way I know how.. this line of code is a "button" on the web page, and it works takes user to new web site for logging in at www.bragdisc.com/OBC/------- and opens in a new page like it should. but I still can;t get the portion after the OBC/ to pull anything from the databse. whatever I type after the OBC/ shows up as typing in the address bar of the page it opens. Link to comment https://forums.phpfreaks.com/topic/161961-web-address-code-listed-does-not-pull-data-from-mysql/#findComment-855048 Share on other sites More sharing options...
cunoodle2 Posted June 13, 2009 Share Posted June 13, 2009 Please deposit 25 cents. Link to comment https://forums.phpfreaks.com/topic/161961-web-address-code-listed-does-not-pull-data-from-mysql/#findComment-855147 Share on other sites More sharing options...
tryingitout Posted June 14, 2009 Author Share Posted June 14, 2009 Please deposit 25 cents. LOL--you got it. tell me where to send payment. Link to comment https://forums.phpfreaks.com/topic/161961-web-address-code-listed-does-not-pull-data-from-mysql/#findComment-855290 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.