Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6391419
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T03:40:09+00:00 2026-05-25T03:40:09+00:00

This is my php file where it creates a session for the user:- <?php

  • 0

This is my php file where it creates a session for the user:-

<?php
    //starting the session
    session_start();

    //checking if session of user is set ot not
    if(isset($_SESSION['UID'])) {
        echo "Welcome, ".$_SESSION['UID'];

    }
    else {
        header("Location: ErrorPage.html");         
    }
?>

And this is my jQuery file:-

$(document).ready(
    function hiding() {           
        $("#links").hide();
    }
);

I want my “#links” to be hidden after a user logs in. How do I include the jQuery file in my if statement in php? I tried:-

include("jqueryFile.js");
require("jqueryFile.js");

But it didn’t work.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T03:40:09+00:00Added an answer on May 25, 2026 at 3:40 am

    Require and include is for server side files, like php.

    you should simply do something like

    echo '<script type="text/javascript" src="jqueryFile.js"></script>';
    

    If you want to use the require/include commands you should store your javascript in a .php file

    require('jqueryFile.php');

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is driving me crazy. I have this one php file on a test
I have the following code: if (include_once(dirname(__FILE__).'/file.php') || include_once(dirname(__FILE__).'/local/file.php') ) { This causes an
I am using this php code: exec(unrar e file.rar,$ret,$code); and getting an error code
I have this code which will include template.php file from inside each of these
In this question I asked how to POST to a php file form a
I have a php file which has a require_once Statement (?) this file is
I've got a php file echoing hashes from a MySQL database. This is necessary
I would like to change this: // use appropiate lang.xx.php file according to the
WordPress allows theme designers to place a 404.php file in their theme's directory. This
I was following this tutorial . I need to use a php file's ouput

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.