questions
Total - 60920
Answered - 14153
Unanswered - 46767
How can one detect the search engine bots using php?
0 Likes
0 Dislikes
1 Answers
27 Views
Asked Aug 05, 06:30 pmAdd Your Answer
I read somewhere about hot linking of images. Preventing image hot linking helps to stop bandwidth theft from your site. Would it work for a PHP file?
In my case, I am using a PHP file to generate thu...
0 Likes
0 Dislikes
1 Answers
20 Views
Asked Aug 05, 06:28 pmAdd Your Answer
Is there a way I can modify the URL of the current page without reloading the page?
I would like to access the portion before the # hash if possible.
I only need to change the portion after the domain...
window.location.href = "www.mysite.com/page2.php"; // this reloads
0 Likes
0 Dislikes
1 Answers
34 Views
Asked Aug 01, 09:02 pmAdd Your Answer
What is the maximum length of a URL for each browser?
Is a maximum URL length part of the HTTP specification?
0 Likes
0 Dislikes
1 Answers
34 Views
Asked Aug 01, 08:35 pmAdd Your Answer
Am try to make a logo for my Website
But I don't know how to make it stand in the centre
<div class="logo">
<a><img alt="BlackChecker Logo" src="https://ico...
0 Likes
0 Dislikes
1 Answers
57 Views
Asked Jul 31, 11:55 amAdd Your Answer
Explanation:
I am a content writer and I had written a detailed difference between encryption and decryption, I hope it will help you out in finding your answer. I am pasting the link you can check...
0 Likes
0 Dislikes
0 Answers
30 Views
Asked Jul 27, 08:33 pmAdd Your Answer
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class Controller_name extends CI_Controller {
public function index()
{
// data how
$this->load->...
0 Likes
0 Dislikes
1 Answers
36 Views
Asked Jul 25, 12:35 amAdd Your Answer