Jump to content

How to hide variables


tzzoug

Recommended Posts

Hi guys, im new to the php world.
I just created a site www.blabla.com, however, whenever a visitor goes to the next page, it shows something like this
http://www.blabla.com/help.php?topic=concern&category=java
i would like it that those variables not show, and blabla.com stay only.
Any help would be appreciated... if someone can lead me in the right direction :)
Tzzoug
Link to comment
Share on other sites

Well, this isn't a simple "hide" ...

when you see " ?topic=concern&category=java " those are keys => variables to the $_GET array.  The simplest way that you can alter this is to send the keys => variables through the $_POST array.

Again, this isn't something you can do with out knowing how php array stacks work and how PHP works with HTML forms.

Honestly, you need to start reading the PHP manual on this one.  You could post some code and we can fix it but you really wont learn anything.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.