User Profile

Collapse

Profile Sidebar

Collapse
Ollie Shotton
Ollie Shotton
Last Activity: Oct 4 '16, 05:23 PM
Joined: Jan 25 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • yer i have sorted it out know thanks, i messed up on the quotation marks!
    See more | Go to post

    Leave a comment:


  • How to set the name field in a HTML tag as a PHP variable?

    i have this code here (simplified it a bit for this but you get the idea!) and i have assigned the name field of a select tag with a value of a variable so that when i click the Update button i can use _POST[name_var] to get the value of the select. however this returns the following error:

    "Notice: Undefined index: 62"

    if i manually put 62 in the name field and in the _POST[62] it does work so there is no problem...
    See more | Go to post
    Last edited by Ollie Shotton; Nov 11 '11, 03:14 PM. Reason: code little wrong! :P

  • Ollie Shotton
    started a topic Custom Excel Format

    Custom Excel Format

    hi i have a number lets just say 123456 and i want it to be separated like 12,34,56 rather than 123,456.

    ideally i would like each group of 2 to be in a separate cell and if i put say 123 in it would automatically update the next cell by 1 and the current cell by 23.

    however if this is not possible then i would like just one cell with the comers separating every 2 digits!

    Thanks in advance!
    Ollie...
    See more | Go to post

  • Okay thanks for the heads up! I think i shuddering be okay, as u say important not hooking into the act program! Also don't some keyboards by razor and logitech etc have programmable keys but i suppose the driver just does what it normally does for any other key!
    See more | Go to post

    Leave a comment:


  • Okay thanks! If i go offline whilst playing will the vac still detect the hooks?!
    Or is there any way you know off getting around this?! This seems tobe getting more and more about cheating now!! Lol
    See more | Go to post

    Leave a comment:


  • okay just to let you know im not using it to cheat. it wont harm other peeps. it just making a hotkey type program so i can cast spells quicker, no different to programmable keys on special Razor and Logitech keyboards.

    thanks for your reply i will look at it know!! =)
    See more | Go to post

    Leave a comment:


  • how simulate keyboard and mouse whilst in game?

    hi i am trying to make a program that whilst ingame (magicka if anyone is interested) reads what is pressed on the keyboard and the simulates a combination of keyboard key down and keyboar key up and mouse press.

    eg if i press NumPad0 it would simulate Key Press A, Key Press S, Key Press F

    or if i press NumPad1 it would simulate Shift Down, LButton Press, Shift Up

    i have already managed to read what is...
    See more | Go to post

  • Ollie Shotton
    started a topic Sending Images Over a Network Stream

    Sending Images Over a Network Stream

    Hi i am making a simple HTTP Server using TCP/IP sockets for a project.

    i have a method to get an image and send it over to the browser but i am having problems doing so, i have tried doing it different ways but nothing seems to be working.

    the browser asks for the image, the server sends the head along with the image but the browser never shows the image. the server works fine for all the html/css files i have send...
    See more | Go to post

  • Ollie Shotton
    replied to HTTP Server Response Headers
    Yer its all very simple which i why i was confused as to why it wasn't working so i asked here for some help.

    It was blank line that i had missing which was making it not work properly, thanks for your help! =)

    and i know about the bad request just i hadn't got round to doing that yet, was trying to make the damn thing work first!! =P
    See more | Go to post

    Leave a comment:


  • Ollie Shotton
    started a topic HTTP Server Response Headers

    HTTP Server Response Headers

    Hi i need to make a BASIC HTTP server for a project using JUST TCP/IP Sockets so please don't suggest anything that would use some of C#'s higher level networking components, Thanks =).

    Anyway my problem:

    i have created the server and it all works so far but i haven't implemented the HTTP Headers properly, if i leave out all the headers i wrote then some browsers work fine with it (can't remember which) but when i add...
    See more | Go to post

  • i just want to display it in a form textbox so i can say "No Of Copies" = "x"

    also i dont know any VB so prefer not to use that!

    how would i go about making the subquery/secondary query?

    Thanks
    Ollie
    See more | Go to post

    Leave a comment:


  • how to count the number of records are linked to a record in another table?

    Hi, im doing a CD library database and i have two tables, "CD" and "CD Copies" linked by "Catalogue ID No" field. Bellow is a picture of what i mean (click the link below it if it doesnt work!):


    https://picasaweb.google.com/1167658...75094040621826

    I would like to return the number of "CD Coppies" a selected "CD" has,...
    See more | Go to post
No activity results to display
Show More
Working...