Jump to content

oron

Members
  • Posts

    11
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

oron's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Ahh ok, thanks for all your help. By the sounds of things I think it would be more reliable and sensible to input the data manually. Thing is though if I ever forget then that's gonna mess up alot of things. Maybe I could get someone from a gambling site to make a rss feed. Thanks for all your help anyway
  2. Ok well, I'm in need of getting events like: Horse races, football matches, bike races ect. The usual stuff that people gamble on, and I also need to be able to gather the times of them - automatically. I'm pretty sure that this is impossible, but if it was then it would probably be un reliable? If the website I was getting it off changed it's formatting or something. Just wondering if it could be done and how it would be done anyway. And also, would I be needing permission to get such data from websites?
  3. Hmm, I always had my problems with port forwarding. In the end it was always because I had set up my static IP wrong. Have you set up a static IP? If so does it match the one that you are using in your port forward settings. oroN
  4. Hmm not sure whether this is what you are on about either.. but you could instead of using numbers use strings. Then all you would have to do to get the title would be $catogorie = $_GET['catogorie']; <th width='20' style='color: #CB0042' bgcolor='#FFFFFF'> <div class='style11'><b><?php echo $catogorie; ?></b> </div> </th>
  5. Not sure whether this is what your looking for, haven't done php for a while so sorry if it doesnt work $addOwner = $_POST['addOwner']; $phoneNumber = $_POST['phoneNumber']; $address = $_POST['address']; $ownerName = $_POST['ownerName']; $title = $_POST['title']; echo("<font face='Arial'>"); $self = $_SERVER['PHP_SELF']; if (isset($_POST['addOwner'])) { //Insert new owner data into the database martinb $createQuery1 = "INSERT INTO tblOwnerBK (title, ownerName, address, phoneNumber) VALUES ('$title','$ownerName','$address','$phoneNumber')"; $selectString = "SELECT * FROM tblOwnerBK"; //Selects all owner details while($row = mysql_fetch_assoc($selectString)) { echo $row['title]; //Then just keep doing the same for the rest of them, and add some formatting }
  6. Haha, nice saying there, and thanks all for the help I understand it now Will try to make one tonight or perhaps in the morning.
  7. Alright, thanks a lot for the extremely quick reply
  8. Hey all, I was just wondering how exactly would I be able to create a validation for when someone signs up like, a email is sent and they have to click the link for their account to be activated. I have a rough Idea of what I would have to do... however I'm a bit unsure of how to get the random characters ect. Thanks, Nick
  9. Dang Mine is Visual Quickstart Guide :/
  10. My brother just done his AS in computing and got an A. Rofl he got a U in maths though, B in Graphics and D in Physics, I heard maths is really hard though.
  11. Hey I'm Also 13 and learning PHP and It doesn't really matter about the great difference between the two 'fields'. If he gets to the age where he is allowed to go to College and decides that he doesn't want to use PHP anymore.. then yeh he may have wasted a lot of time on the computer but if he had fun doing it, it doesn't really matter. Then he can just study what he wants. But then if he wants to go into Plumbing he will still have about the same knowledge anyone else leaving school would have had about it. Nick
×
×
  • 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.