Jump to content

KirstyScott

Members
  • Posts

    22
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

KirstyScott's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Ty all for trying to help I'm using SQL, and the NOW() function dosen't work for me, is there any other way to get a date inserted into the database/table using a php script? if so what? ???
  2. I'm trying to find out which people have the highest amount of a column in a table (by doing my code below), but each time i do this it displays the people with an amount in the column but dosen't order it by the column i want it too...below is my code :-X select top 15 COLUMN from TABLE order by COLUMN DESC Anyone know where im going wrong on this? the table itself has around 9 columns in total if that helps anyone And does anyone know how to insert a date using php into a database at the time it was inserted? ??? i'm just learning php as if you can't tell alrdy i'll appreciate any help!
  3. I don't have a code yet, i was just asking if it was possible and if so how would i go about it, i tried the code posted first, but that updates the table before they click the link :-\ So is it possible if someone clicks a link and as soon as they click the link, a table gets updated? and how would i go about this? :-X
  4. TY darkfreaks! but i tried that and it dosen't do the thing i asked, ty for trying though Still need help on this one guys
  5. Hi all Is it possible to make a db update when someone clicks a link, if so how would i go about doing this? and if possible, make it once every 12 hours or day? ???
  6. does anyone know how i re-direct a user to my /index.php if they try and navigate to a .php file that dosen't exist? apart from saying the 404 error of 'Object not found'?
  7. The server is using XP. And does anyone know how i re-direct a user to my /index.php if they try and navigate to a php file that dosen't exist? apart from saying the 404 error of 'Object not found'?
  8. how can i prevent people from being able to create files on my htdocs, steps please - i wanna let people see the pages they're suppose to see but not able to write inside my htdocs from protection of being hacked, how do i set these permissions and what are the steps?
  9. This may sound stupid to yah but i'm quite new at php if yah can't tell already But how can i make Apache run as a user with access only to the web docs? steps plz
  10. Can anyone tell me if theres a free program that monitors your /home/ folder to make sure no new files are being created there (by a hacker), and if so could anyone recommend one for meh that's easy to install and use? Thanks
  11. Pardon but i have no clue where that is Still needin' a little help
  12. i gave the error on my first code, the botton 2 codes are my ht files
×
×
  • 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.