Questions tagged [dynamic-pages]

75 questions
1
vote
4 answers

PHP: User id dynamic pages

Hi I am making a website where the users can visit eachother. Therefore i need to make dynamic pages so that if i go to let's say... www.mypage.net/user.php?id=32 Then i would end up on John Smiths profile, and show his profile. And if i went to…
Kaizokupuffball
  • 2,703
  • 8
  • 38
  • 58
1
vote
2 answers

Blazor - Need to create pages dynamically

In my App, I wanted to create N number of Pages where each Page may have a different set of controls(which are again dynamically populated). Here is the flow, I will choose a file that will say how many pages and for each page what are the controls…
virus
  • 146
  • 1
  • 9
1
vote
1 answer

will there be any problem in adding multiple head tag into php dynamic page?

Some pages are dynamically generated and for that page I want to set title dynamically from database. The problem (actually not) is page layout is virtually broken by app_top, header.php, content.php, footer.php and so on. All basic tags which…
kiranking
  • 306
  • 11
  • 29
1
vote
1 answer

How to crawl dynamic web with api url returning null?

I have a task to crawl all Pulitzer Winner, and I found this page has all I want: https://www.pulitzer.org/prize-winners-by-year/2018. But I got the following problems, Problem 1: How to crawl a dynamic page? I use python/urllib2.urlopen, to get the…
leonbear
  • 104
  • 11
1
vote
2 answers

Dynamic Pages - Codeigniter

Update: I have tried Sheldon's code below but I have struck a couple of issues: When using the line $this->load->view($page->template, array('content' => $page->content), TRUE);Unable to load the requested file .php but if I change it to…
Jess McKenzie
  • 8,345
  • 27
  • 100
  • 170
1
vote
1 answer

Should I use dynamic pages or actual files for blog?

I've seen news sites (CNN, Fox News, etc.) use HTML files as their post content. For my blog, I currently use dynamic pages (e.g. www.example.com/post/?id=3). I'm wondering if this is the correct way to go, mostly because AdSense won't accept …
user123
  • 15
  • 2
  • 7
1
vote
1 answer

asp.net mvc route constraints regular expression

I want to server dynamic pages using url without controller and action on the basis of page title default url : domain.com/pages/details/1 I want this to be server…
user10182659
1
vote
0 answers

Python: is SimpleHTTPServer only capable of serving directory?

I have some experience in nodejs and php and almost zero experience in python, and I need to write a very simple 1-page script on my small VM which takes input through GET and executes some bash commands based on the input. So I thought python would…
bakasan
  • 71
  • 6
1
vote
1 answer

Dynamic error pages in Java Web App?

How do I generate error pages dynamically instead of serving static pages? Or is this impossible? I am working on my first Java Web App and I am trying to learn the intricacies of the web.xml configuration file. My understanding based on the…
William Rosenbloom
  • 2,506
  • 1
  • 14
  • 37
1
vote
1 answer

Warning: Invalid argument supplied for foreach() ->for trying to make paging in dynamic page

This question DOES NOT already has an answer here: PDO Statement Returns FALSE 1 answer The above question is only error handling see the errors I get! (already have error handling) and all my queries are working if I run them in phpmyadmin. Hi I am…
Marjolein
  • 193
  • 1
  • 12
1
vote
1 answer

Middleman dynamic page / url rewrite with wildcard

I can't seem to figure out how to rewrite URLs to create dynamic pages with Middleman (3.0.12). Here's my attempt: activate :directory_indexes # not found page "list/*", :proxy => "index.html" # loads index page "list/index.html", :proxy =>…
Casey
  • 1,802
  • 3
  • 22
  • 35
1
vote
1 answer

Difference between static & dynamic pages?

I was doing some research on the types of web pages available and I came across these 2 types: static & dynamic. However, the sites which I read it from does not provide me with much information for me to understand what does these types of pages do…
user192249
  • 443
  • 2
  • 6
  • 16
1
vote
0 answers

PhoneGap jquerymobile SQL dynamic link

I am building a PhoneGap iOS App with the help of the jquery-mobile framework. I have a primary jquery-mobile autodivided list, populated by an SQL database. This autodivided list work as expected. When clicking on one link of this dynamic list, a…
louminsk
  • 99
  • 1
  • 1
  • 6
1
vote
3 answers

ASP.Net creating a page dynamically in a website from a button click

I was thinking of creating a button for a site, which dynamically creates support pages with the CMS control...blank ones so the don't need to have us create like 12 or more and then deploy and such i had a solution where i would basically copy one…
Gautam
  • 1,728
  • 8
  • 32
  • 67
0
votes
2 answers

dynamic pages with .htaccess

I currently have dynamic pages. For example, index.php?p=proposal opens a page from /pages/landing.php in the root of my website www/researchportal/ Currently, the page http://localhost/researchportal/proposal does seem to load by its own (just the…
user478636
  • 3,304
  • 15
  • 49
  • 76