Tagged Questions
-1
votes
1answer
29 views
403 error when passing url as a parameter
I have a php file which doesn't establish database connection.
When I pass an url as a param like
http://mydomain.com?q=http%3A%2F%2Fmyoranotherdomain.com
It shows a 403 error:
You don't have ...
0
votes
1answer
41 views
Get URL parameters nested in URL parameters
I want to read URL parameters from URL and I have used $_Get["parametername"]. And it works fine.
However, for URL like :
http://myserver.com/getcrawledimage.php?key=XXXXXXXXXX
...
0
votes
2answers
45 views
Iframe cannot get its parent's URL parameter
The parent URL looks like this
http://exampledomain.com/~somename/index.php/en/pagename.html?parameter1=1
In above page, there is an iframe which stored on same domain. URL of iframe looks like this
...
0
votes
2answers
123 views
How to prevent SQL Injection for URL Parameter changing (DELETE Statement) PHP
I have a code like below for DELETE entry by URL Parameter
<td><a href="deletecar.php?car_id=<?php echo $row_cars['car_id']; ?>" onclick=" if ( !confirm('Are you sure to DELETE?') ) ...
0
votes
1answer
51 views
PHP: Add/Replace URL GET parameter depending on current URL
I’ve tried for some time now to solve what propably is a small issue but I just can’t seem get my head around it. I’ve tried some different approaches, some found at SO but none has worked yet.
The ...
0
votes
4answers
95 views
PHP preg_replace expression to remove URL parameter
I wanted to remove all occurrences of specific pattern of a parameter from a URL using preg_expression. Also removing the last "&" if exist
The pattern looks like: make=xy ("make" is fixed; "xy" ...
1
vote
1answer
83 views
How to use URL parameters for webform
With webform I created a form with several pairs of components that belong to eachother. For example, a component "name" of type text field and a component "name" of type markup. The intention is that ...
0
votes
1answer
50 views
Adding additional Variable to URL
I'm trying to add additional variables to the url. Eg:
example.co.uk/searchtestingv2.php?categories=rockandpop
and add: &prices=PriceLow
...
0
votes
2answers
70 views
calling url parameters in javascript
I have the below function call that needs to pass url parameters to the php file. How would I go about passing these using the $_GET function. Below is what I have, obviously not working. THanks.
...
0
votes
2answers
158 views
Stop PHP from decoding my url parameter
I'm sending comma separated values through a URL (key, value). I'm encoding them with Javascript's escape() and then replacing the commas within each value with %2c . The problem is at the PHP end ...
1
vote
4answers
104 views
jQuery parameters not passed to PHP
I am not sure why but jQuery is not passing parameters to PHP in order to complete the load() function with specific data based on the parameters ID.
In short term, when a user clicks a link there ...
-1
votes
4answers
70 views
URL parameters on search.php
I've search functionality on my page, and it's called like http://mysite.com/somesite.php?search.
However, I've been wondering how to add parameters to it, so it would be ...
3
votes
2answers
181 views
PHP - Get URL Parameters and Rearrange In Array
The URL coming to the page looks something like this:
"http://localhost/testSite/id/1/friend_id/32/msg_id/5/category_id/40"
I would like to strip these variables (id/1, friend_id/32, msg_id/5 etc.) ...
0
votes
2answers
40 views
URL Parameter just disapears
I'm creating a link that will add a URL parameter like so
<?php
$cat = 10;
$childcats = get_categories('child_of=' . $cat);
foreach ($childcats as $childcat) {
$catName = ...
-1
votes
2answers
70 views
GET method… Extract variables
Can someone help me how to extract the url parameters from the following url using GET method in php?
...
1
vote
4answers
122 views
cannot pass + symbol to php page for processing
i have a dropdown as below,
<select name="pid" onchange="getReport(this.value)">
<option>Select a PID:</option>
<option value="SFP-GE-S">SFP-GE-S</option>
<option ...
0
votes
2answers
158 views
PHP get parameter from variable with url
I would like to get parameter from variable that holds URL.
I got the following variable: $lastPage that holds the URI of the previous page.
I would like to get a parameter from it.I got the ...
1
vote
1answer
140 views
How do I use MVC to load pages without using parameters?
I currently have a website where I have not implemented MVC, but am testing the waters to see if it is something I want to do. I have looked around on the net and haven't found a clear answer to my ...
2
votes
3answers
176 views
Getting content from other pages and use URL Parameters
so here goes my first real coding question ever on the web since normally I try to find stuff out myself, but his time, I'm really stuck.
To see what i have so far: see this webpage
What I want to ...
0
votes
1answer
140 views
How to redirect from IIS an URL with parameters
I have a wordpress blog deployed in my IIS 6. I would like to redirect the URL:
www.myblog.com/index.php/2012/03/14/notes
to
www.myblog.com/index.php/2012/03/12/notes
Is there any way to do it by ...
0
votes
2answers
132 views
How to return a value based on Query String?
I have this code sample (written by someone else) that parses the website, and finds the latest version's URL of each type of file (beta/developmental/release) and returns them.
I would like to be ...
0
votes
4answers
3k views
PHP get parameter from URL string (not current page)
I know you can easily get a parameter from the page you're currently on, but can you easily do the same from any URL string?
I need to grab the "id" parameter out of a string like ...
2
votes
2answers
147 views
Detect Users Viewing Same Webpage, or URL
I have a ticketing system that will allow any users to view any ticket they wish to select. Each ticket will share the same page. (ex. ticket.php) The URL will contain unique parameters to identify ...
1
vote
3answers
201 views
Better way of mapping _POST parameters to variables
I am sure that there is a better way of mapping all the _POST parameters to variables with the same name. Does anybody know how to do this better?
$ownerName = $_POST["ownerName"];
$ownerEmail = ...
0
votes
5answers
4k views
Using POST method to hide URL parameters
I understand that I am able to use the POST method for URL parameters to display data according to a specific variable, I know how to make use of the GET method - but I am told that the POST method ...
0
votes
1answer
136 views
how to acceess swf loading url params, before connecting to the server - red5, flex
I'm new to the flex, so i hope there will be some simple explanation. Anyway, im trying to get parameters from url, which load swf file. its all ok, it works.
var room_id:Number = ...
0
votes
1answer
453 views
Allow phpbb3 registration if user has signed up on another site
So I'm working on a website where we want users to sign up for a private beta. When the user clicks submit on the sign up page, a php code puts their name, email, and a randomly generated 32-character ...
0
votes
2answers
394 views
Get user name from url and set as string. But its not returning anything
I am trying to return the current username. I get the user name from the URL and access by $_GET['user'] method.
But when i try with the get method it will not return the name, instead its returning ...
2
votes
3answers
3k views
Zend: get Url parameter from inside Zend_Form
Zend talk.I need to set an hidden form field as the value of an url parameter.
I have:
class Form_Custom extends Zend_Form
{
public function init()
{
[..]
$id = new ...
0
votes
1answer
394 views
how can i load a swf into another swf using php readfile and retain the url parameters?
Hello all and thank you for looking over this.
I am using php to read a file (specified by a cookie on the users machine) with the function readfile().
the file i am reading is an actionscript 3 flash ...
2
votes
1answer
338 views
How should I transfer variables/ parameters securely between multiple domains in PHP?
I would like to securely transfer sensitive variables between multiple in PHP. Normally I would use url parameters or session cookies to transfer non-sensitive values. I'm not sure how secure I can ...
0
votes
2answers
265 views
How to restrict the user from editing an URL parameter
I am using CodeIgniter. When a user edits the URL parameter, I get a database error.
How can I solve this? In CodeIgniter, I am passing the value 32 in the URL
...
3
votes
5answers
2k views
Regex to get value of a numeric URL parameter?
In a url like the one below, I'd like to get the value of ProdId. The URL format will always be consistent, as will the parameter name, but the length of the value may change. It will always be ...

