Sestud

  • Home
  • Untitled
  • Contact
  • Java
Do you want to be an author here ? Tell us about your self
join us

10fastfingers jquery hack code

November 9, 2018January 9, 2019 Mehdi Leave a comment jQuery

write this code  in the console and run 🙂

Continue reading


Let’s get you a “date” on php

September 28, 2018 Mehdi 2 Comments PHP

Hey fellows! How you doin! Today we want to talk about dates on php. But before that we should know about GMT timezone and Unix Timestamp. GMT timezone : it’s that the time of Greenwich is the center of the world clock , and the time of every other place is measured comparing to Greenwich […]

Continue reading


session_destroy() , session_unset() , session_abort()

August 31, 2018November 21, 2018 Mehdi 4 Comments PHP

session_unset() unsets all session variables ($_SESSION[]) example 1: [code language=”php”] session_start(); $_SESSION[‘name’]=”Mehdi”; echo $_SESSION[‘name’]; session_unset(); echo $_SESSION[‘name’]; [/code] Output:  Mehdi Notice: Undefined index: name on line 4

Continue reading


Search for:

Who Are We

we’re some computer students gathered here to share the stuff as well as we learn them.

Recent Comments

  • mhd nickz on Let’s get you a “date” on php
  • Amir on Let’s get you a “date” on php

Archives

  • November 2018
  • September 2018
  • August 2018

Categories

  • Programming (3)
    • jQuery (1)
    • PHP (2)

Meta

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org
  • Contact
Sestud © 2018-2022 Theme by Colorlib Powered by WordPress