![]() |
|
| |||||||
| Notices |
| mySQL & PHP Discussions, information and help with mySQL and PHP. |
![]() |
| | LinkBack | Thread Tools |
|
#1
| ||||
| ||||
| 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
| ||||
| ||||
| 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
| ||||
| ||||
| 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
| ||||
| ||||
| 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
| ||||
| ||||
| 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
| ||||
| ||||
| 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 |