Jump to content

stone

Members
  • Posts

    13
  • Joined

  • Last visited

stone's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. stone

    phpscript.php

    let's say i have phpscript.php, and i'm in phpscript.php?id=someid, when I use $PHP_SELF, it returns phpscript.php?id=someid, but i want to get somescript.php only, how?
  2. hi,let's say i have 2 frames, named "head" and "body";i want to use a onclick event on head, to run a script on bodyhow?reply soonthx
  3. whats the difference between those twohttp://somedomain.ext/script.php?id=10392;x=1http://somedomain.ext/script.php?id=10392&x=1
  4. stone

    Login system

    hi therei'm trying to make a login system which can be used to access certain pagesnot logged in -> somepage.php -> access deniedlogged in -> somepage.php -> shows pagedo I need to use sessions? and cookies?thank you.
  5. stone

    how?

    well, any ideas?how can I count the people currently visiting a certain page
  6. how do I remove the white space? any ideas? thxhttp://burtoqal.phpnet.us/frames/framer.html
  7. stone

    empty cells

    the CSS "empty-cells: show;" doesn't work in IE, only FFhow do I make it, or any other solution or trick any of you people know about?thanks in advance
  8. stone

    search thru files

    lets say I have about 1000 files all .mp3what if I wanted to search for "singer" in all the 1000 mp3sand all the files are listed like singer_song.mp3 , singer_song2.mp3....etc and singer2_song.mp3....etcwhats the fastest way to search thru them...or is it a must to build a database for it?
  9. ;////dude/dudettewhat i'm trying to do is1. you click on "click here for something"2. something's link is like http://example.com/getfile.php?id=something3. then you have a download diablog for something.ext
  10. what I want is, how do I send the file to the browser
  11. let's say someone clicked on "click here for example.txt"BUT i don't want the link to be http://myweb.com/example.txtinstead i want it to be http://myweb.com/getfile.php?id=102930how do I do that?thx in advance
  12. how can I pre-load 4 or 5 images?
  13. first offthank you for taking interst in this topic in advance, i really appriciate it.-what i'm trying to do isa page with two horizonal framesthe upper frame is a navigation set, you know...home...and stuffthis navigation uses onclick with the <td> tagmy problem is that i don't know how to make the onclick code change the URL of the lower frame <script language="javascript">function highlight(id,color) { id.style.backgroundColor = color; } function revert(id,color) { id.style.backgroundColor = color; }</script><td style="border-top-width: 0px; cursor: pointer;" id="red" width="80" onmouseover='highlight(red,"#FF0000")' onmouseout='revert(red,"#000000")' onclick='window.location="/"'>
×
×
  • Create New...