answersLogoWhite

0


Best Answer

You could use the AddThis.com service.

In fact, I just wrote an article about it a few days ago, with the instructions.

The link is below, under Sources and related links.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you add bookmark button in php website?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is official website of PHP?

The official website of PHP would be www.php.net.


What is the official website for PHP?

The official website of PHP would be php.net.


What are PHP packages?

PHP packages are like modules you can add to PHP to add functionability. Adding new packages will allow you do do new things in your PHP scripts.


How do you get the url in a php website?

Copy the URL with the .php, The .php is part of the page.


How do you use a function with a button in PHP?

A simple function call <html> <body> <?php if(isset($_POST['button'])) { setValue(); // Function is called } function setValue() { echo "<br>The button property to call PHP function works"; // Your code here } ?> <input type="submit" name="button" onclick=<?php $_SERVER['PHP_SELF']; ?> /> </body> </head>


How does PHP function in applications?

in php used for one typ website


How do you write themes in PHP?

You can use Cascading Style Sheets (CSS) to create website themes for your PHP website.


How do you add a comment in PHP?

< ?php // This is an example of comment in PHP /* This is another example of comment in PHP and we can write comments in multiple lines using this method */ ? >


When would one use a PHP table?

PHP is a type of coding for a forum or website. Any website that uses the PHP coding could use a table to organize data or to show relationships between the specific data that is on the website.


What is a feature of PHP?

PHP or Personal Home Page is a website scripting programming language.


You use a Html button in Php on its onclick you made a function but its not responding?

this is not really a question... But I think you are asking why php functions inside a HTML button do not work. Well probably because php is rendered serverside and is passed to a user-browser afterwards.... it is possible to use php inside onclick... but only to display specific content (javascript function for instance)... it is not possible to let a user decide to run a specific php function by clicking a button.


How do you add a thing that allows people to create users on your website?

You will have to learn PHP and SQL (?) Or you can ask someone to make it for you, but i think they want money for it though.