Tagged Questions
0
votes
2answers
29 views
want to call one phtml file in another phtml file using anchor tag
I'm using Magento.
I want display and call one phtml file as a link in another phtml file…
I have the new.phtml file on the home page. On that I put one link CHECK ALL which display all new products ...
0
votes
1answer
36 views
PHP mail function missing characters
I have a really weird error with the mail() function in php.
This is the code i'm using to send the message:
$to = strip_tags($_POST['newMail']);
$subject = "Company: Update your ...
-2
votes
1answer
62 views
HTML link with a php action
I am creating a website that stores information of homes like address, city etc. I got the upload to database part done and I got the search the database and display the information done.
But now my ...
-1
votes
1answer
26 views
Wordpress: Link to Category is Splitting when Static Text Added
I tried to insert static text before my link back to the category page of a post, but it is displaying the links separately and they do not go to the same place.
The expected output was to print a ...
-2
votes
2answers
54 views
Can I create a generic hyperlink without a href? [closed]
I have a MySQL database with names of fruit. PHP then reads this and creates a list of them on a web page. At the moment, I have added individual URLs for each type of fruit so that readers can get ...
0
votes
2answers
30 views
How does link with href parameter like “ymsgr:sendim?username” works, what kind of header does it send
I want to make php script that replace the execution of this kind of a link:
<a href="ymsgr:sendim?tonystark">YM! Iron Man</a>
So when the php script is called/executed, it will open ...
1
vote
1answer
32 views
OpenCart admin menu link url
I'm verry new to OpenCart and I'm trying to make a module for it.
I want a link in the admin menu to the module I am creating thus I've edited this file:
/admin/view/template/common/header.tpl
The ...
-5
votes
1answer
29 views
Get Session ID of a link and produce Dynamic page PHP [closed]
What i wanna do is create two hyperlinks and both links take them to xx.php.
so what i want is if someone clicks link 1 it shows them echo "hello";
and if link two is clicked then it shows echo "Hi";
...
0
votes
1answer
29 views
How to skip certain links on adjacent posts in Wordpress?
I use the following code to fetch the links of the previous and next posts respectively, from the single post template;
<?php echo get_permalink(get_adjacent_post(false,'',false)); ?>
<?php ...
1
vote
1answer
60 views
Yii: CHtml:link with an image and div [duplicate]
How do I create a link with an image and div together in yii.
<a href="#">
<img src="uploads/image.jpg" title="sports" />
<div class="media-title mosaic-overlay">
...
1
vote
3answers
70 views
How To: URL Rewrite & HTML Link Within Same Page?
I want a user to click on link of www.domain.com/how-it-works
My URL Rewrite is:
RewriteRule ^how-it-works/?$ index.php?action=about&link=howItWorks [NC]
index.php GETS "action" and "link" ...
3
votes
2answers
49 views
Link in server response not clickable
I am trying to upload an image (user's profile picture) to my server using a simple HTML form and PHP.
HTML
<?php include("../../header_init.php"); ?>
<div class="PageContainer">
...
-1
votes
1answer
28 views
Why is my wordpress site turning all links to local path [closed]
My site is turning all my wordpress links into local links (ex: href="http://google.com" gets ends up going to "http://domain.com/http://google.com" on the site). What is causing this and how can i ...
0
votes
2answers
45 views
PHP Sessions variables
I have 3 pages, one HTML page (session.html) and 2 PHP pages (session.php & sessiona.php). The html page has a form on it with only 2 fields, one being a text box (customername) and other being a ...
0
votes
1answer
60 views
Why hyperlinks lost after merging PDF files using mPDF?
I have to merge some pdf files with hyperlinks inside. Merging with mPDF is fine, but there are no hyperlinks in output file! There are text only left.
require_once('./mpdf/mpdf.php');
$mpdf = new ...
0
votes
1answer
24 views
Show data from db into another div (from selected $rowId )
I'm having problems with showing data from a selected row into another div.
Meaning I'm showing eg forename and lastname, when the user clicks on the name (as a link), I would like to show more data ...
0
votes
2answers
18 views
Displaying (if) link in a cell
The table cell in the below code is being used as part of a messaging system and it returns the url as a link to the attached file to the message.
echo '<td width="25%"><a ...
1
vote
4answers
76 views
Can't insert link into mysql database
Here is a part of my insert code that troubles me:
$recepient="test@email.com";
$text="Please track: ...
0
votes
1answer
17 views
Codeignighter linking mishap
Im fairly new to codeignighter and have been trying to make a little Header, content, footer Template.
im currently having a little issue pointing to other views. Heres what i got for code
My ...
1
vote
1answer
24 views
Trying to add html w/ link using echo after else in php
I have content only available to registered users - guests see an intro but if they click to read more are shown a message to login or register - I need to add a link to the registration page in the ...
1
vote
2answers
31 views
External links add domain to front of link, even when using http://
Problem: External links have our domain name to the front of the link.
In database the following string is stored:
To learn more about Rich Habits <a href=”http://www.externaldomain.com”>click ...
1
vote
1answer
27 views
Reading the metadata of an external site before hyperlinking
Bit of a theoretical one here as I'm currently searching for a way to ensure that websites I have worked on always show the version that I created or if they are not available, revert to a localized ...
0
votes
1answer
21 views
How to change source of iframe and then reload, but a command instead of a link
i have this code
if(stripos($text," on")!==FALSE){
//here it should goto 192.168.1.102/?dev=light?cmd=on
}
else{
//here it should goto 192.168.1.102/?dev=light?cmd=off
}
and i want it to open the ...
0
votes
0answers
50 views
Joomla custom pagination and GET links
I've created custom table in Joomla db, where I stored adds. I also custom HTML module page with PHP code where query results will be displayed in shortened version, with heading and part of a text, ...
-2
votes
4answers
58 views
How can you make a hyperlink do an action in PHP?
what I am trying to do is make a 'logout' hyperlink on my website change a session variable to make the user appear logged out, but I'm having difficulty doing so. Is this possible?
I understand how ...
0
votes
4answers
66 views
Regex to find target=“_blank” links and add text before closing </a> tag
I need to be able to parse some text and find all the instances where an tag has target="_blank".... and for each match, add (for example): This link opens in a new window before the closeing tag.
...
-1
votes
2answers
70 views
update state in database when user clicks link php
I am trying to make my php website update mysql database depending on which (one of two) link the user clicks, however, I either get both links in the database or just the same one. I am using an if ...
0
votes
0answers
71 views
PHP Excel image link
I am using PHP Excel library and have a problem.
I need to insert into a cell image as hyperlink. Is it possible, any suggesions?
Tryed to dran an image
$image = ...
0
votes
2answers
31 views
How to insert a URL link into a PHP define tag
I am an absolute newby to php so please be gentle.
I have the following line...
define('TEXT_INFORMATION', '<b>Note:</b> You can check their rate calculator here, and you are welcome to ...
0
votes
1answer
75 views
PHP Table Hyperlink
I have a table that returns information from mysql. However, I want to hyperlink each postcode so that when the user clicks on one it will redirect them to an appropriate page. Here is the code that ...
1
vote
3answers
90 views
How to get and change URL variable PHP
Hi could anyone help me with this
I have a URL like
parent/child/a=1&b=2$c=3
then I have a link that would add variable to that URL
<a href="<?php echo ...
1
vote
6answers
59 views
cursor not changing on hover
i am having 4 links add visitor,add machine,add host,add operator ,i felt surprised to see that on hovering through the link the cursor icon is not changing.
here is my code
<div ...
-2
votes
1answer
32 views
How would I provide a user with a link to their post they made? [closed]
I was wondering how to link a user to a forum they just made. I want the link to be view_topic.php?id=X, with the X being the id of their topic. I think the way I would do this it to add the to the ...
-2
votes
1answer
45 views
reddit Picture of the posted link disappears [closed]
When I submit a link on Reddit, the picture of it (the one at the left) disappears after a while and the picture changes to the reddit logo with a camera and a question mark. Anyone have any clue how ...
-1
votes
2answers
39 views
php footer links [closed]
how do i get the headers for my footer to become a link ? currently i have this code :
<div id="footer">
<div id="foot">
...
-4
votes
1answer
25 views
How do I echo the link and it's text from a scraped page with PHP [closed]
So I am in the need of line of code that echos a link so that the $text is the text of the link and the $href is the href value.
0
votes
3answers
41 views
php - link to root directory not working
This is the hierarchy of my folder and files:
/website
/admin
/about
editAbout.php
adminHeader.php
adminDashboard.php
adminLogout.php
adminHeader.php is the ...
-4
votes
2answers
43 views
link the link on the same page [closed]
I want that when I click an image, instead of opening a new page, it would open is as a popup on the same page.
1
vote
1answer
36 views
add hyperlink to image file on echo out all images in a directory? [closed]
can anyone please help me, i have this script im using to echo out all the images in a folder directory (with a couple of ignores) and now what i want to try and achieve is to make each image that is ...
0
votes
0answers
24 views
base tag showing 404 error if I clicked a stylesheet link in browser source
I am using <base> tag in my website, and in pages am linking stylesheets like
stylesheet/default.css
Now when I browse the website and when I see the source and click the stylesheet link it ...
-2
votes
1answer
32 views
knowing if the request link is accessing from an email account [closed]
that may not be possible, but, please let me ask it!
is there a way to know if an url is been requested form an email account?
the thing is : a got a page who can only be accessed by giving a random ...
0
votes
3answers
178 views
Auto-fill form with link to external page
I am looking for a way for a text field and submission button to take me to a new site, fill out a text input field and hit enter. The page I want to link to is Googles speed test. I know I can link ...
0
votes
0answers
44 views
Few problems at the same time, PHP
I'm working on one website but i'm confused.
<?php
ob_start("ob_gzhandler");
session_start();
define('FORUM_ROOT', 'forum/');
require FORUM_ROOT.'include/common.php';
// Where will we go after ...
0
votes
1answer
49 views
Click a link to run MySQL query for that specific value in the link (php)
I had a hard time to find a solution for this, most of the questions asked were to click a button to run a query.
What I have is a list of db table names in a HTML table. I need them to be in ...
0
votes
1answer
60 views
echo a session variable in a <a href> over to the next page?
Please can someone help me with this. I have this MySQL query which lists users on my site, and echos a link that can be clicked to take you to the user's profile:
<?php
$online_set = ...
0
votes
2answers
80 views
Link from PHP page to open in a fixed size window
I am trying to create a link inside of a PHP search results page that allows the user to click "open" and have a 296 x 278 window come up where more information is displayed.
All of the PHP works ...
0
votes
0answers
23 views
PHP subpages extractor for particular webpage
Is it possible by PHP code to extract all subpages links for particular website
For example
We have completely independent and not linked pages in on web address
examplepage.com (contains just Hello ...
0
votes
0answers
61 views
Header may not contain NUL bytes Codeigniter
when I do a redirect with Header Location function in PHP or redirect codeigniter function the browser returns this error:
Header may not contain NUL bytes
How I resolve it?
I'm using ...
0
votes
4answers
45 views
php hyperlink insert error
I am not able to insert hyperlink in php, the page goes blank when I insert the hyperlink in the way given below:
echo "' • {$row['ntitle']}: <a href=\"detail.php?id=' . $row['id'] . '\" ...
1
vote
1answer
97 views
send link in email message using codeigniter [closed]
I am trying to send a email to newly registered user, and in that email I am sending a link with verification code, if user clicks this link then only his account will be activated.
I managed to ...








