Jump to content

James142

Members
  • Posts

    656
  • Joined

  • Last visited

Everything posted by James142

  1. Is the website not working (va-list.com) or is it just me?
  2. Would you look at that, it works! Thanks guys! <?php $getid = $_GET['user']; $rs = mysql_query("SELECT 'name','age','country' FROM users WHERE id='$getid' LIMIT 1"); list($name, $age, $country) = mysql_fetch_row($rs); ?> Kindest Regards, James
  3. Do you mean create the code using phpmyadmin?
  4. Thanks Mark but I'm still getting the same error
  5. After about 30 minutes (no exaggeration) of trying to fix this error, I am still coming up empty handed. Hopefully someone here can help me... When I use this code: <?php $getid = $_GET['user'] $rs = mysql_query("select 'name','age','country' from users where id='$getid' LIMIT 1"); <--- THIS IS LINE 9 list($name, $age, country) = mysql_fetch_row($rs); ?> I get the following message: Parse error: syntax error, unexpected T_VARIABLE in "bla bla bla" on line 9. (line 9 is the second line in the code above) I do know that the error means that I am missing one of these characters: ' ; ' " ) ( [ ] ...But I dont know which one(s) I am missing and where they belong.. Perhaps someone could point out what I have done wrong? Kindest Regards, James
  6. Its just another airline to add to the list of rubbish airlines of Europe.
  7. Saying that isn't going to make anyone reply faster. Learn to be patient.
  8. Your link is broken? EDIT: Nevermind - my internet is slow.
  9. Hmm thats odd. Was the PIREP accepted?
  10. instead of changing it in the app.config, try changing it in the local.config file. So search for Config::Set('PILOTID_LENGTH', 3); # Length of the Pilot ID in the local.config file Hope this helps! Kindest Regards, James
  11. I really don't understand you. You get me to make you a template then decide to lie to me by saying you like it but instead you pretend to use it and get someone else to do it. Then you demand that I give you FlyAero virtual's old template?
  12. Haha I never noticed that.
  13. One of the reasons for the closure is because I can no longer afford the costs to keep the virtual airline running. There are more, but i rather not go into them.
  14. Hello. On the 25th September 2011, FlyAero Virtual Airlines will close its doors to the virtual world. It will me missed by the few pilots and staff members that worked to get it up and running. I would like to thank everyone who has helped and supported me on the forums. Kindest Regards, James ------------------------------- www.flyaerova.com support@flyaerova.com
  15. I guess a few people dislike you here :S Can I ask who you are going to report this too?
  16. haha I love that site
  17. Would it be possible to display the total no. of times a pilot has logged in?
  18. 1) In your local.config file, look for: Config::Set('ACARS_LIVE_TIME', 720); and change the 720 to 1 2) You can put as many routes as you like on one aircraft.
  19. I was wondering why I was getting an error on my website (from the va central ranking code)
  20. Everything works fine for me.
  21. This is great!! Thanks +1
×
×
  • Create New...