Jump to content

print data in URL


dcole.ath.cx

Recommended Posts

no, unless you edit it yourself =] ?message=hi is strictly php.. notice the question mark? lol like in "<?" :)why would you need to do this anyways?

Link to comment
Share on other sites

Can you get data from the url and print it without php or JS...like ..?message=hi

Php would be easier but you could do it with javascript too:Here's how you would access a simple address.
<body><script>  loc=window.location;document.write(loc);</script></body>

You would then split the sring after the ?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...