Tagged Questions
0
votes
2answers
29 views
php script to access multiple web pages
I need a function/method in php to access multiple web pages in a loop. Just as someone can manually access a web page and load any scripts on there. I'm not downloading any information I just want ...
1
vote
1answer
73 views
PHP MYSQL SUM total but show rows
What I am trying to do is display earning by the page showing the last entries on top.
But it still needs to get the total up to each row.
So page one might look like this:
Date Amount ...
0
votes
4answers
40 views
Change All Addresses when Moving from Development to Live
I am sure that this is a repost but I cannot find a question the same as what I want to find out. Essentially, whenever I am working offline, all URIs that I use across the site refer to offline ...
0
votes
2answers
59 views
PHP pages load, but also show the raw code with them in chrome browser
I am new to PHP, and I am having a bit of an issue.
My .php files, which I code in Netbeans 7.3, work fine when I run them through the IDE's compiler. But the same web pages show the raw code, along ...
0
votes
1answer
32 views
Page système if number of article is more than i show page 2 [closed]
Actually i dont really know how to express myself.
I need to do a system where products from a database are showed on a page. This part is done.
But now i want if there is more than 20 products put ...
3
votes
1answer
189 views
Creating a submenu for every parent page in Wordpress
What I have is a very deep menu structure in Wordpress, 5 levels deep in some pages. What I need is a menu for every parent above the current page. So for example if I am here:
Main / Sub / SubSub / ...
0
votes
2answers
245 views
Add new page to Magento user account
I've been stuck on the proper way to do this for a while. I want to add a new page to the Magento user account on the front end after log in/creation. There is some information we would like to gather ...
0
votes
2answers
195 views
Create an HTML/CSS/PHP frame with tabs, with seperate tab images
I have a page set up with a large block in the middle, where I plan to display data relevant to the category selected from the tabs. I would like this data to auto-populate and paginate based on how ...
-2
votes
1answer
50 views
Pages are a random mess
The page function on my blog isn't pulling its weight. When page two is clicked, it skips ahead to page three. When page one is clicked, page two loads. I found this function on the web somewhere; ...
1
vote
0answers
91 views
selecting between two php pages based on a query result
I want to select between two php pages based on a query result by using the sectr1input.php page called from the menu. During login I POST the variable -clientnum, this is used across multiple ...
1
vote
4answers
125 views
PHP - load .php page of a particular get[] variable into a particular div?
Have a Q. I know this is an easy one but it's been a long time since i've done php. so i have 2 types of links. one using $_get[] of 'p', and other 'g'.
like:
<a ...
0
votes
1answer
68 views
PHP: How to distinguish HTTP requests from different browser pages [closed]
Is it possible to somehow distinguish between HTTP requests to the same script from different browsers tabs/pages?
Thanks.
0
votes
2answers
179 views
How to automatically generate a webpage dynamically based on the data from an upload form [closed]
I've seen this a million times on other websites and have been looking around for some info on how to do this but I can't seem to find any straight forward info on how to actually do it. I did notice ...
2
votes
1answer
403 views
PHP hit counter auto generate for multi pages
Hi I'm a total newbie with php and i'm trying to get this current PHP text hit counter script from phpjunkyard.com to automatically generate counters for dynamic pages without me having to create a ...
0
votes
1answer
379 views
Filter a page by a field name (Advanced Custom Fields & Wordpress)
I am using Wordpress and Advanced Custom Fields.
I want to be able to create pages that display excerpts of different pages or filters them.
Example: I have 10 different pages, each one about a ...