Tagged Questions
0
votes
2answers
25 views
Action on selecting option from drop down menu
I just started working with drop down menus. I was trying to figure out how I could make something happen once the user chooses a particular option from the drop down menu.
For example, say I have ...
1
vote
1answer
32 views
Wordpress custom hook
The problem occurs with the fact that I do not know the anatomy of WordPress(it is a first time i'm working with WP), and the task should be solved urgently. I developed a plugin for openID ...
0
votes
1answer
161 views
load a form action result page into <div> without refreshing
I would like to load the result (add_cart.php?action=add&id=".$item[$i]['id'].")." of this select form in a div but still passing the variable to the add_cart.php page load the ...
0
votes
2answers
56 views
How do you add a post action in PHP?
I'm using a captch system I found on line to protect my form. I have used it several times in the past but have always used the mailto function, this time I need to use an action url and do not know ...
0
votes
3answers
56 views
WordPress hooks for executing right before any action or page loading
I'm quite new to WP. Task is to develop a plugin for oauth authentication on one of not popular openID providers. I did the same for CodeIgniter project, but WP is a CMS and is little bit complex for ...
0
votes
1answer
40 views
form action doesn't use php and instead appends php filename to url
I'm stumped. I use this code pattern elsewhere and it works fine, but I'm getting an undesired behavior in this instance. I've searched and found no other reference to this issue.
My form code:
...
2
votes
1answer
295 views
ZF2 - Generating Url from route
I can't figure out to generate Url from everywhere i want to, in zend 2
I get action and controller so i try this:
$this->url('myControllerName', array('action' => 'myActionName'));
But this ...
-3
votes
2answers
83 views
Passing value in a url in php [closed]
I know that one can pass a value in a url when the submit button is clicked like:
action= assignastemp.php?value1=a and then retrieve it in assignastemp file using $query=$_GET['value1']; so that ...
1
vote
2answers
1k views
Laravel 4 Form::open set action
I'm currently trying out Laravel 4 and I have created a resource controller. In the 'edit' function I'm building a form, which should post to the 'update' function.
To create the form open tag I use ...
0
votes
2answers
100 views
Taking user input from a <select> into a variable
Im currently working on a small university project. To develop a basic e-commerce php site. We have been given code or provided code within seminars which we are then to customise/develop further to ...
0
votes
1answer
112 views
Zend Framework 2 - Redirector action helper
I've googled for quite a while but couldn't come up with a working solution for my problem.
When going to my website the user sees a login screen. My ZFCUser forwards the user to my Application/index ...
0
votes
2answers
279 views
staying on same page after form post
and when you click send a pop up window comes up saying if it has sent successfully or not. thats all i want to happen but at the moment the pop up window comes up and in the window from where the ...
-1
votes
1answer
108 views
How to - easy filter cakephp table [closed]
i'm trying to develop an very easy Filter over a table in a cakephp app.
I want to filter over the columns via find or something else.
The field are filled with text. I think i set an checkbox an the ...
0
votes
2answers
336 views
html form - how to call different php pages based on the button selected
Problem: How to make an HTML Form call different php pages from the action based on what button is pushed?
The code below is the solution I have now, but I figure there must be a better way to do ...
1
vote
3answers
602 views
One form, One submission button, but TWO actions
I have a form that collects client's info and then it
saves them in the database
sends out few emails
sends the info to SalesForce (SF) department
Now, the first 2 two task was easy, but the ...
0
votes
2answers
518 views
php form “action=?”
the ex-programmer wrote this code, and I couldn't understand why the action="?" and there is no any php script with it. can anyone tell me what script does this form call when submit? I guess it ...
0
votes
1answer
139 views
PHP MVC - URL without action
I'm currently creating my own custom MVC framework in PHP that uses the MVC URL standard:
example.com/{controller}/{action}/{id}
This works fine, however, one of my controllers called "books" does ...
2
votes
0answers
48 views
Posting text string to server side text file using Action Script 3
I'm trying to modify the Storm Flash MP3 player to record the artist name and title of a played/unplayed song. The author updated the player to skip a song if there is an IO Error.
I found the code ...
0
votes
1answer
204 views
How do you handle multiple forms in WordPress plugin development?
I'm transitioning from CodeIgniter to WordPress. Still trying to wrap my head around WordPress plugin development... seems pretty easy, but one thing I can't figure out is: where do I send the form ...
0
votes
1answer
87 views
How do the action of elgg in out of plugins
I'm new to elgg, i want to create a action of the submit in out of the plugins,the current page is
In code
<input type="submit" name="submit" action="<?php echo site_url ...
0
votes
1answer
22 views
Update date on custom wordpress meta field only if needed
On save_post, I want to add expiring date (now + 30 days) to a post if this meta_key doesn't exist, otherwise do nothing.
I tried with this code in my function.php:
add_action( 'save_post', ...
0
votes
0answers
35 views
Forum submission requires double submit before doing anything
So this might be because of my action but at the same time I doubt it, how ever I am confused as to why this happens at all.
I have some php that essentially does this:
if($_POST['submit_me']){
...
1
vote
3answers
304 views
Wordpress: How do I pass a variable to an action hook functon?
I have a function that will initialize an image slider in my wordpress theme, however I can't get the php variables to be passed into it. Here is the code:
function slideshowSettings ($pause_time) {
...
2
votes
1answer
253 views
Query string in form action when mixing POST and GET?
So I have a profile page: profile.php?pin=xx, where I use the GET method for determining which profile to display. I am going to test if $_SESSION['pin'] == $_GET['pin'] and if so, give the option to ...
0
votes
2answers
679 views
PHP contact form error message displays on same page when using pagination
I have a contact form that checks if some field is empty when you click on 'complete order'
It should refresh the page and display the error message.
But im using a page rename (some easy way to ...
0
votes
4answers
183 views
calling a php script from a form action html
I get the following error message while submitting a html form action
Internal Server error
html code :
<html>
<body>
<form action="insertProfile.php" method="post" >
...
0
votes
3answers
231 views
how to perform multiple action in html form using php?
$i=0;
echo '<html><body>';
echo '<form name="Form1" enctype="multipart/form-data" action="'."https://xxx/".$uid[$i]."/send".'" method="POST">';
echo '<input name="message" ...
2
votes
1answer
54 views
Restler: Internal actions
Is there a way to perform REST actions in the middle of executing an action? For example, if I perform GET /index.php/book/1 I might receive the following:
[{
"id" : 1,
"title" : "This is a ...
0
votes
1answer
45 views
How can I get a URL for a controller action?
I have a link that looks like this:
<a class="btn btn-primary edit"
href="Personas/details/<?php echo $persona['Persona']['id']; ?>"
data-original-title="Editar">
<i ...
0
votes
1answer
55 views
trouble with a php form
I met a trouble with a form.
In fact I have a php dynbamic page which has 1 parameter (and id), I'm trying to get an other parameter, so I have this fom:
<form ...
0
votes
3answers
169 views
GET parameter in a POST <form>
is it possible to put some post input values to a 'action' url?
For example:
<form method="post" action="index.php">
<input type="text" name="username">
<input type="submit">
...
0
votes
2answers
108 views
form submission to a directory? Possible?
I know it might sound a little stupid here. But i downloaded a script off github and realise that one of its form submission actually reference the form inputs to a folder/dir instead of a single php ...
0
votes
1answer
305 views
Wordpress/PHP - Custom action on comment post
Whenever a user posts a comment, I'd like to basically have a copy of the post sent to another database for a separate site. The database part is simple, but I can't seem to find the right action hook ...
0
votes
1answer
158 views
How to set authError redirect action in CakePHP?
Is it a way to customize the authError URL on CakePHP? If I look into the Auth component I've placed in the AppController i have a redirect action loginRedirect and logoutRedirect but i don't know if ...
1
vote
3answers
532 views
2 submit buttons on form - need one to open a new window
Using a form with a blank action - action="".
I have 2 buttons on the form that do different things. one to submit/save the info, the other to open an output sheet:
<input type="submit" ...
0
votes
1answer
103 views
How to define an action as separated class in SF2? [closed]
I have been worked with YF some time and I know that in YF is a beautiful thing - an ability to define an action as separated class. Look this page (paragraph - 3. Action) for details.
I wonder, is ...
3
votes
4answers
842 views
How do I use two submit buttons, and differentiate between which one was used to submit the form?
Currently, I have an HTML form where the user will enter a title and text for an article. When it is time to submit, they are presented with two buttons. One is to 'save' their article without ...
0
votes
1answer
55 views
GET variable error
I dont know why but this code isnt working. What i'm trying to do is get the action and message id from the user and depending on the message id, show the entire conversation of the user.
if ...
0
votes
2answers
1k views
I want to link a radio button with a php file
I want to link when the user choose one of the radio button below to one of the php files, also I put a button and this button doesn't appear I don't know why :
<html>
<body>
<form ...
2
votes
2answers
707 views
Append stylesheet with Zend Framework only works if no action is specified
I started using Zend Framework and tried to add some stylesheets and javascript files like this in my layout.phtml:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" ...
1
vote
5answers
248 views
PHP form action not redirecting
I developed a web crawler to search for certain tags on my companies websites to make sure they are live, have Google analytics, blah blah. However, my company has close to a hundred websites so the ...
1
vote
2answers
108 views
Kohana Model Saved Twice
I just installed a fresh copy of Kohana 3.2, built my database, wrote my first model, and tried testing it. Everything works fine except the model's "save" method is being executed twice--I end up ...
1
vote
1answer
166 views
action=“” not working in WordPress
I'm trying to make a custom contact form using a custom page template in WordPress. When I use
<?php echo $_SERVER['PHP_SELF']; ?>
it goes from the contact page to the index page. When I ...
0
votes
1answer
171 views
Zend Action Helper in recommended mvc folder structure
Zend recommends to put controller action helpers in the mvc into /application/controllers/helpers. Is that the right way to use those?
Do I have to instantiate them in the bootstrap/application.ini?
...
1
vote
1answer
340 views
PHP- Zend Framework- Call action from another action's view on CentOS Server
I deploying my PHP project on CentOS and i using Zend Framework.
I have problem:
When i call an action from another action's view and it displayed is good on Windows Server but not good on CentOS ...
-6
votes
2answers
91 views
How can I use $_GET in the same page [closed]
My pseudo code is as follows:
if($_GET['action'] == 'list'){
do function getFileList($dir)
else
do nothing
exit;
}
require_once "./dir.php";
require_once "./echo.php";
function ...
0
votes
3answers
1k views
PHP $_SERVER['PHP_SELF'] in Wordpress redirecting to the index page
I have a wordpress website. There is a category page with a form on it to sort / filter the posts.
I have tried using $_SERVER['PHP_SELF'] as the form action as i need to get the contents of the form ...
0
votes
1answer
559 views
How to get response from FORM action which redirects to another url
I'm stuck in a problem.
Please see the example below
<form action="http://url-1.com/action">
------
------
</form>
Now when the form action parse variables then it redirects to ...
0
votes
0answers
317 views
Ubercart conditional actions - remove and item from the cart with execute custom php action
I have a Drupal 6/Ubercart 2 config, I need a conditional action that is triggered when a product node is added to the cart, checks the time of day, the product type and then conditionally removes ...
0
votes
1answer
161 views
Return a simeple true or false to conditions - Ubercart Conditional Actions
I'm trying to set up a conditional action for shipping quotes in Ubercart. I need check the hour of day as a condition. I'm using the execute custom PHP condition. If the php returns true I just ...
