Jump to content

VZdemon

New Members
  • Posts

    9
  • Joined

  • Last visited

    Never

Everything posted by VZdemon

  1. here is an image of the error i get when i click Put Online in wamp. if anyone has encountered this before or know how to solve it please let me know
  2. i moved it because the program files (x86) folder asked for admin permission every time i did something in it and it was interfering with my text editor.
  3. I tried that but i still get the same problem
  4. I installed wamp in program files (x86) folder and it was working perfectly untill i moved the wamp folder out and back in, when i lauched it after that it never want green and i could'nt access my localhost/ and phpmyadmin any more. when ever i click put online or start all services it returns and error saying : Could not execute menu item (internal error) please help i don't know what to do i've tried reinstalling it but it still does the same
  5. you can install a converter on your website and have php execute it for you, i think php have some methods that can do it you should look it up.
  6. just for personal note, try making a connect.php page with the mysql connection functions on it and include it in every page it saves alot of time.
  7. you could just make a theme field in the videos table and a videos field in the themes table and then assign the correct theme to the proper video.
  8. you can do it in plane html like so: <body onload="alet('Page loaded')">
  9. 1. you did not end your if conditinal with a }. 2. doing SELECT * FROM pilots WHERE pilot_callsign=$_SESSION['MM_Username'] is very unlikely to work since it uses two '' inside it and you need to have pilot_callsign=' ' if you have another two in there it will mess up the code. 3. i noticed that you check for login just by checking if a session has started. you can just check for a a session you also need to check if there is a username like this $_SESSION['username']. hope that helped.
  10. VZdemon

    VZdemon

    Hello PHPfreaks i'm VZdemon. my hobbies are programming in php&js, making games in unity3d, and surfing (not the internet). I am also a mod at http://www.gamedevforums.org/ witch is a growing browser game programming community. i also have i site i programed in plane php&html you can find it here http://vzforumz.herobo.com/. hope to meet some interesting people who share the same interests and help around.
×
×
  • 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.