473,486 Members | 2,222 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Hiding information

When I execute a php script from web with some argument, e.g:

http://site/phpscript.php?name=blahblah&number=1234

It shows in the address bar of the browser.

How do I hide those information completely so when user browse the side,
it's only show the sitename but not the actual scripts. Thanks
Jul 17 '05 #1
5 1578
"Ruby Tuesday" <ru*********@yahoo.com> schrieb im Newsbeitrag
news:c6************@ID-205437.news.uni-berlin.de...
When I execute a php script from web with some argument, e.g:

http://site/phpscript.php?name=blahblah&number=1234

It shows in the address bar of the browser.

How do I hide those information completely so when user browse the side,
it's only show the sitename but not the actual scripts. Thanks


- When using forms, use the post method
- When using URL, use mod_rewrite:
http://www.alistapart.com/articles/succeed/

HTH
Markus
Jul 17 '05 #2
In article <c6************@ID-205437.news.uni-berlin.de>,
"Ruby Tuesday" <ru*********@yahoo.com> wrote:
When I execute a php script from web with some argument, e.g:

http://site/phpscript.php?name=blahblah&number=1234

It shows in the address bar of the browser.

How do I hide those information completely so when user browse the side,
it's only show the sitename but not the actual scripts. Thanks


With forms, use <form method="post"> instead of <form method="get">. I
don't think you can hide the arguments if you use links instead of forms.

JP

--
Sorry, <de*****@cauce.org> is een "spam trap".
E-mail adres is <jpk"at"akamail.com>, waarbij "at" = @.
Jul 17 '05 #3
Ruby Tuesday wrote:
When I execute a php script from web with some argument, e.g:

http://site/phpscript.php?name=blahblah&number=1234

It shows in the address bar of the browser.

How do I hide those information completely so when user browse the side,
it's only show the sitename but not the actual scripts. Thanks


Why do you want that?

--
Jock
Jul 17 '05 #4
First, I'd like to reveal as little as possible and it look much cleaner.

Thanks
Jul 17 '05 #5
"Ruby Tuesday" <ru*********@yahoo.com> wrote in message
news:c6************@ID-205437.news.uni-berlin.de...
When I execute a php script from web with some argument, e.g:

http://site/phpscript.php?name=blahblah&number=1234

It shows in the address bar of the browser.

How do I hide those information completely so when user browse the side,
it's only show the sitename but not the actual scripts. Thanks


Easy. Just stick everything into a frame.
Jul 17 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
4167
by: Lorenzo Villari | last post by:
I premise I don't know C++ well but... I wondered what is this data hiding thing... I mean, if I can look at the header (and i need it beacuse of the class), then what's hidden? Can someone give...
5
2164
by: Amir S. | last post by:
Hi, I'm a newbie to C++ (2 weeks into the course). We were given this assignment to write some code that reads a set of integers (grades) from a file (filename passed by console), outputs them...
22
2143
by: Mr Newbie | last post by:
I was thinking about developing a workflow application yesterday and was musing over the different approaches than one could take in restricting specific actions on a ticket( Form ) at any said...
7
2020
by: Alexander Eisenhuth | last post by:
Hi all, I'm wodering how the information hiding in python is ment. As I understand there doesn't exist public / protected / private mechanism, but a '_' and '__' naming convention. As I...
2
7608
by: subramanian100in | last post by:
Is my following understanding correct ? Data abstraction means providing the interface - that is, the set of functions that can be called by the user of a class. Information hiding means...
13
4416
by: mattia | last post by:
Hi everybody, I'm wondering how to realize a simple pattern in C: information hiding, to hide detail implementations of a data structure. How can I do that? I've also read that is preferred to use...
162
10060
by: Sh4wn | last post by:
Hi, first, python is one of my fav languages, and i'll definitely keep developing with it. But, there's 1 one thing what I -really- miss: data hiding. I know member vars are private when you...
27
2740
by: matt | last post by:
Hello group, I'm trying to become familiar with the information hiding design rules, and I have a lot (3) of questions for all you experts. AFAIK, a generic module has 2 files: ...
0
7099
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7175
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7319
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
4864
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4559
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3069
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3070
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1378
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
262
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.