+ Reply to Thread
Results 1 to 6 of 6

Thread: url constructed with php in a text link
      
   

  1. #1
    pipesportugal's Avatar
    pipesportugal is offline Second Lieutenant
    Join Date
    Jul 2007
    Location
    Oporto - Portugal
    Posts
    129

    Default url constructed with php in a text link

    Hello Dear colleagues from Vodahost/BlueVoda forum,

    I am placing in the URL field of a text link the following code:
    <?php echo $url_1; ?>

    and at the "Start of page" of the option "Page HTML" the following code:

    <?php
    $url_1 = "form_1.php";
    $url_2 = "form_2.php";
    $url_3 = "form_3.php";
    ?>

    The problem starts when I click somewhere else in the page after I get out of the link menu.

    For example I have a link which is LIST but it will transform itself to ">LIST underlined.(with the "> before the word LIST)

    I am sure this must have suceeded to someone already.

    Can someone help and explain me what I maybe doing wrong.

    Thanks in advance,
    pipesportugal

  2. #2
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: url constructed with php in a text link

    Add the $ sign (see above) . Please provide a link to the page.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  3. #3
    pipesportugal's Avatar
    pipesportugal is offline Second Lieutenant
    Join Date
    Jul 2007
    Location
    Oporto - Portugal
    Posts
    129

    Default Re: url constructed with php in a text link

    Hello there navaldesign,

    Thank You for the fast answer.

    In fact in the example I provided here I forgot the $ sign, but in reality I was placing it, as You can see at:
    http://www.pipesportugal.com/image1.jpg

    This is the final aspect:
    http://www.pipesportugal.com/image2.jpg

    Have You ever tried ?

    Best regards,
    pipesportugal

  4. #4
    pipesportugal's Avatar
    pipesportugal is offline Second Lieutenant
    Join Date
    Jul 2007
    Location
    Oporto - Portugal
    Posts
    129

    Default Re: url constructed with php in a text link

    Hello,

    After checking what happened at html level, the bluevoda software is assuming that the > (closure of php tag), is indeed the closure of the "<a href" tag.

    Navaldesign this must have happened to You before...

    Makes me remember of that trick You taught me on the combobox, remember the starting "<>" and then ending with "?" only ??

    Is there a trick to deceive the html ?

    Best regards,
    pipesportugal

  5. #5
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: url constructed with php in a text link

    You are using text to create the link ? please preview the page. When in preview, or published, it should not create any problem. Inside BV the > appears, when published it doesn't
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  6. #6
    pipesportugal's Avatar
    pipesportugal is offline Second Lieutenant
    Join Date
    Jul 2007
    Location
    Oporto - Portugal
    Posts
    129

    Default Re: url constructed with php in a text link

    Hello,

    Even if it publishes correctly it's still not pleasant for the eyes (mine at least) to see something like this:

    http://www.pipesportugal.com/image3.jpg

    Maybe BV could find a character like the \ in php that would "warn" the software that the following character must be interpreted as one more not special character without any special meaning.

    Navaldesign, thanks for Your help anyway,

    pipesportugal

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49