+ Reply to Thread
Results 1 to 2 of 2




  

Thread: Anyone know how to insert dynamic data to a webpage?

      
  1. #1
    I'm New! giantimpact is on a distinguished road
    Join Date
    January 18, 2010
    Posts
    1
    Rep Power
    0
    Feedback Score
    0

    Default Anyone know how to insert dynamic data to a webpage?

    Hi Everyone!

    Honestly, I am not sure this is html question or a php one Sorry if I post it to the wrong place.

    I would like to create a web page that has a dynamic data to insert from the url.

    For example:
    The url is : http://www.domain.com/index.html?=dynamic-data

    When the visitor click the above url, he/she will arrive to a web page showing:
    "Welcome to dynamic-data's Page" in the content.

    Does anyone can help telling how to make that?

  2. #2
    Jedi Master Muranochandelier is on a distinguished road Muranochandelier's Avatar
    Join Date
    January 18, 2010
    Posts
    13
    Rep Power
    3
    Feedback Score
    0

    Default Re: Anyone know how to insert dynamic data to a webpage?

    This can be accomplished both in PHP or ASP.

    An URL as www.domain.com/examplepage.php?var1=example1 will pass a $_GET['var1'] variable to examplepage.php

    Some php script can use the value of that variable to do something, like printing its content:

    echo $_GET['var1']; // will print "example1"

    Try to be more specific with your question if you need more help.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. How can I insert my own custom widget?
    By Kaos in forum Blogging
    Replies: 3
    Last Post: Jun 25th, 2008, 6:28 am
  2. Webpage going crazy...Need help.
    By Kaos in forum HTML & Website Design
    Replies: 2
    Last Post: Jul 25th, 2007, 1:16 am
  3. HDR - High Dynamic Range - an example
    By timsdd in forum Photography
    Replies: 20
    Last Post: Mar 21st, 2007, 7:27 pm
  4. Christmas webpage set
    By Ohiosweetheart in forum Graphics & Multimedia
    Replies: 7
    Last Post: Nov 11th, 2006, 7:36 pm
  5. Code Corrupted > Insert Fresh Copy
    By West in forum Feedback and Support
    Replies: 11
    Last Post: Nov 11th, 2006, 9:05 am

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
WebTalkForums
WebTalkForums
Recent Forum Threads