ychan20 Posted October 25, 2013 Share Posted October 25, 2013 Hi Guys new here i had a question i got a query where is this ;$query = "SELECT rentxs_comprofiler.cb_bname, rentxs_wizaffiliates_sef.sef_url, rentxs_wizaffiliates_affiliates.idFROM rentxs_wizaffiliates_sef, rentxs_wizaffiliates_affiliatesWHERE rentxs_wizaffiliates_affiliates.user_id = '".$user->id."'AND rentxs_comprofiler.id, rentxs_wizaffiliates_affiliates.id = rentxs_wizaffiliates_sef.affiliate_id, ";$result = mysql_query($query);while ($line = mysql_fetch_array($result, MYSQL_ASSOC)) {$line['sef_url'];echo '<center><font color="black">Your Invite URL: </font><b><a href="http://rentxs.com/'.$line['sef_url'].'.html">http://rentxs.com/'.$line['sef_url'].'.html</a></center></b>'; it will display the affiliate link created that is getting the First Name And Last Name i wanted to have a query there that if ever someone register as a business or charity then their cahrity or business name will appear on the box my problem is they are different tables the main First Name and Last Name is connected to Community Builder and WizAff Dataabase but it is getting only the first and lastnames i wanted also if they include or as a business or charity instead of firstname or lastname their Business name or Charity name will appear in SEF link thank you so much Guys Quote Link to comment https://forums.phpfreaks.com/topic/283257-php-url-link/ 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.