Jump to content

PHP URL LINK


ychan20

Recommended Posts

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.id
FROM rentxs_wizaffiliates_sef, rentxs_wizaffiliates_affiliates
WHERE 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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.