English 中文(简体)
Get Current p.URL 利用PHP进行工具栏
原标题:Get Current Page URL From Bookmark on toolbar using PHP

我期待着在乌尔酒吧获得目前页的长度。

[BookMark Button In Tool Bar] - User Presses it while on a youtube link and sends it to sitename.com/test.php

当时,这本书记中的缩略语印刷了类似的东西。

sitename.com/test.php?url=http://www.youtbe.com/whateverwatever

I tried using referrer bur since it s coming from a bookmark link it won t work I also tried the referrer in Javascript but it still won t work

问题回答

我认为,你只是希望<代码>window. place.href。 这样一来,你就可以做你们想要做的事情。

你可以这样做,因为如果你点击书记,就会有提子。

如果你试图做“分享”的书记,你可以使用 Java文做“书记”。 http://www.delicious.com/help/bookmarklets”rel=“nofollow” 确实如此。





相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签