Jump to content

9lucky

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

9lucky's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thanks for all the help guys I'll mark this topic as solved.
  2. I just started learning php today and so far it's been going good although I'm wondering what the best way to use php and html together is, I know that I can do it like this: <html> <?php echo "Hello" ?> </br> <? echo "World" ?> </html> Although is there a better way to do this especially when I just want to add something small like a space? I was also wondering what the best way to use a variable on multiple pages would be, I know I can use the get and post functions but if I do use them someone could easily change the variables values by editing the url, is there a more secure way to use the same variables on multiple pages? Thanks, 9lucky
×
×
  • 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.