Jump to content

PunjabHaker

Members
  • Posts

    33
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

PunjabHaker's Achievements

Member

Member (2/5)

0

Reputation

  1. i need a back link like a href="../index.php">link</a> but it doesn't work i am in c:\web\site the file is in c:\web\index.php how can i make a link ../index.php - doesn't work please help
  2. Hello i have the column "accesed" in first row i have number "4" in second row i have number "5" how can i count the total numbers from rows ? please help
  3. i want to make a script that tell users how many minutes ago was the page updated. any idea please share ?
  4. try mysql_connect("localhost",$user,$password); not mysql_connect(localhost,$user,$password);
  5. the time is now 100 (minutes) in the database the last updated time is 102 (minutes) the last update time will be 102-100 = 2 (minutes) again the time is now 100 (minutes) in the database the last updated time is 2 (minutes) the last update time will be 2-100 = -198(minutes) how can i make a last updated time script ? any idea please ? thanks
  6. print "<td width='10%' align='right' valign='top' onmouseover = this.style.background = 'red' style='border: 1px solid #7F8FA9; background-color:$colors'><center>"; when mouse is over i want it to change the cell color where am i wrong ?
  7. still can't fucking understand why it doesn't work could it be from the php ? i have php5 installed
  8. man please do not reply if you don't know how to do it thanks for understanding
  9. set cookie in login page setcookie("logged", $userid, time()+3600); in all pages include this line if (isset($_COOKIE['logged'])){ //code }
  10. no so i want in s.php to make a link that sent me to back page how can i do that ?
  11. no in index.php i have: $_SESSION['backlink'] = "eo.php"; in s.php i have a back link <a href='".$_SESSION['backlink']."'>Go Back</a> and i want it to go to back page, this mean index.php
  12. both files s.php and index.php start with that code i can't understand why it doesn't work
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.