0
votes
0answers
31 views

Php issue uploading file zip

I'm having trouble with an application in creating, the user submits a file then it gets analized. The issue I have is that I can't get the file to upload properly, when it reaches the 100% upload ...
0
votes
0answers
17 views

how to reset the field in db when the session ends in php

In my Application,I have user management. In that Only one session can be activated for a given user. A user should not login in more than once in a time. So I set a flag field in db. While a user ...
0
votes
2answers
49 views

My code will not write into mysql database

I have created a log in system and now I am trying to add reset password code to it. Everything seems to be working fine except it is not writing to the Mysql database. Any help will be greatly ...
0
votes
1answer
44 views

PHP counter resets

I have a problem with a PHP counter. I need to count two variables, separated with a |, but the counter often resets to |1. I already used the flock function but it still doesn't work. Moreover ...
0
votes
2answers
102 views

How to stop Select drop box resetting after submit

I have created a PHP / HTML file which enables me edit invoices from a MySQL table. It works, but not as well as I would like. In order to select the relevant invoice for editing, I have created a ...
0
votes
1answer
110 views

How to Email user new link to create a password

According to this other post, I need to: PHP password recovery You don't 'recover' passwords. What you do is one of 2 things. Email the user a link to create a new password, overriding the current ...
0
votes
2answers
76 views

Why is Jquery Resetting Form Values

Is there any way to prevent Jquery from clearing form values? I have made the following Jquery script which essentially sends the forms POST data to a php function and then redirects to a new page if ...
-6
votes
2answers
93 views

Forgot Password Not Working [closed]

i got a script that i found on internet. But its really buggy and now i try to fix it. When i fill i needed info on Forgot Password page (username and email), it sent random generated password ...
0
votes
1answer
81 views

Restarting a PHP Loop

I have this piece of code foreach($mnthArrPtrn as $m => $mn) { if(!isset($catName)) { $catVals = array(); $prevCat = $catName = $pntChrtQry[0]['CAT']['categoryname']; ...
0
votes
3answers
313 views

Increment PHP variable in Javascript loop

I am trying to make a Graph (via Google Charts) that displays the user activity on my server for the last 24 hours. The data for the user activity is fetched every 15 minutes (via cron) and stored on ...
0
votes
1answer
112 views

Password reset using PHP and urlencode issues

Just looking for advice on how to apply the urlencode into this bit of code. It is actually working, the issue when the email is received, the urlencode doesn't seem to work. function ...
1
vote
0answers
44 views

SESSION variable reset when changing page [duplicate]

Possible Duplicate: Why session_start is needed when using session? I'm doing my first login-secured site and I want to store a simple boolean in the session superglobal. I know I set it ...
0
votes
2answers
99 views

Preserve form values on validation

Ik want to prevent field reset after validation. I have searched some topics but i cant implement it in my code. if($form_view == true) { echo ''; if($error != '') { echo ...
0
votes
4answers
57 views

Is the PHP function command only limited to one use?

function getHeader($id){ // VARS $print=""; // SQL TO GET THE ORDER $mySQL=mysql_query(" SELECT * FROM `table` "); // LOOP THE IDS ...
0
votes
0answers
72 views

contact form input disappears when force refresh

I have a php contact form which is validated using yaromat popup initially and also by php checking on submit, the following code (snippet): $Errors = Array(); if(!trim($_POST['name'])) ...
-1
votes
1answer
78 views

How can I reset a MYSQL table through PHP [closed]

It may seem like a simple question with an easy answer. I would merely like to create a way to from a php page, clear a table while still leaving the empty columns the deletion would create. I have ...
-1
votes
1answer
127 views

Reset php session to 0 on form submission for Rock, paper, scissors

I've tried numerous things to make this functionality work. I've searched all over stackoverflow to see if there was a solution for the particular issue that I'm having and I'm getting no where. I was ...
0
votes
2answers
95 views

Counter reset in php

I have a script that counts the number of times you visit a page, what i would like to do is for the counter to reset whenever it riches 5. ie (count from 1-5) and reset's back to 1. any ideas? ...
4
votes
2answers
324 views

Reopened: PHP array_shift(); VS reset(); unset(); array_splice();

Reopened: Since PHP is a server-side language I had the assumption that it didn't matter what browser I used, but apparently not so. I had only been using Google Chrome. I installed WAMP on my ...
0
votes
1answer
268 views

mysql_data_seek and mysql_num_rows

I'm trying to reset the data in my variable so I can call from it again. If there is data in the first query, I need it to run the reset. First I'm checking for data, and second, if there is data, I'm ...
0
votes
1answer
189 views

PHP Reset mysqli_result

It's my first time posting to stack-overflow, i'm hoping someone can help me figure out what i'm doing wrong. I have the following piece of code that I am having problems resetting the $row array. ...
0
votes
2answers
207 views

PHP/MySQL: Rebuild primary key field

Problem: Primary key field is 'ID' Data is inserted/updated into it using a REPLACE INTO command, which is easy to use but unfortunately increases the 'ID' value of the Record it is replacing. So I ...
0
votes
2answers
176 views

Reset button don't work for select box

I have select box like this <select class="_55" name="call_info[main_service_id]" id="main_service"> <option value="">Please Select</option> <?php ...
-3
votes
1answer
859 views

PHP & MySQL password reset via link in email [closed]

What's the logic of password reset link like http://domain.com/reset.php?token=7d12262dd2418c1 I want to allow user to enter his new password, after he have followed this link. How to make this? ...
0
votes
1answer
497 views

PHP Password reset token. Parsing the reset url?

Evening gentlemen, I have a question regarding my password reset link. So far I have managed to generate a random token using sha256, append it to the URL - domain.com/reset/randomtoken - and email ...
-1
votes
2answers
527 views

how to prevent html checkboxes, radiogroups and textarea reset if submit is unsuccessful

I am using a form to register the user on my website and i have a captcha security on it. Everything is working well and good but the only problem that i am facing is that if i enter a wrong captcha ...
0
votes
2answers
438 views

how to prevent html form reset if submit is unsuccessful

I am using a form to register the user on my website and i have a captcha security on it. Everything is working well and good but the only problem that i am facing is that if i enter a wrong captcha ...
0
votes
2answers
859 views

How to remove $_POST echo in textbox

How can i remove echo $_POST in my text once I pressed my reset button? here's my code, I think this is right but it doesn't work at all. HTML <input type="text" class="text" name="email" ...
1
vote
1answer
201 views

PHP variable being reset when run from command line

In file config.php $_CONFIG = array(); require_once("config.inc.php"); var_dump($_CONFIG); In file config.inc.php $_CONFIG = array('x' => 'y', ...); var_dump($_CONFIG); The output of this ...
3
votes
1answer
291 views

sphinx reset one filter only

I have sphinx object. I got all the result from sphinx. Now I need to run the search again with out resetting the complete object. I just need to reset a single filter . This is my filter I need to ...
0
votes
2answers
85 views

resetting variables in php to display in javascript

I'm trying to get some values off a DB and then putting those values into javascript variables. I managed to do just that, the problem I'm having is when the values in the DB change the values of the ...
2
votes
1answer
2k views

Call to undefined function on Codeigniter

I have the class for resetting a user password. But the code is always shows me an error "Fatal error: Call to undefined function newRandomPwd() in ...
0
votes
1answer
759 views

How to reset permissions in drupal 7 manually through mysql?

I have developed a site in drupal 7 and forget its admin password. Now when I request for new password it sent me a link to "one time" login screen. When I click on "LOGIN" button it takes me to ...
1
vote
1answer
661 views

Reset/Un-select Select Option

Usage: I have a form that has a select drop-down that's controlled by another select drop-down. On loading the page (if values where selected before, PHP loads them) select drop-down #2 hides several ...
0
votes
1answer
265 views

Zend reset button unable to clear fields

When I want to display a form for editing some row of a table, I fill the values into its field. But then when I click the reset button, it doesn't clear the form fields. Please help. Thanks
0
votes
1answer
838 views

php forgot password page

I got this code from a website and I have been altering it to fit my needs. The problem that I am facing is that the password reset page is not firing a new password off by php mail but instead it is ...
2
votes
4answers
186 views

PHP static member not holding value

Hi i have a strange problem with a WordPress plugin that i am writing, but this isnt about WordPress per se and more to do with PHP so please read on so I can explain. The WordPress plugin is hooked ...
0
votes
1answer
127 views

What are the reasons that my Twitter Consumer Key would change?

Today my twitter interface quit working. This is an app that I built which connects to my Twitter account using TwitterOAuth for PHP. The library is developed by Abraham Williams (abraham@abrah.am) ...
0
votes
1answer
283 views

PHP prepared statement - reset row pointer

I have the below code, which the comments should clearly explain. I want to query a file for given information, and then once the results are returned, add a field onto the resulting array. Then, ...
0
votes
3answers
1k views

How to clear data from a certain column without deleting it in mysql

How do I clear data from a column and then set the first value as 1 with auto increment? I do not want to delete the column, merely to reset it. edit: This is for my mysql database
0
votes
4answers
105 views

validating user/updating table

I have simple reset password structure for users to update their existing passwords if lost. The user goes to a link where they enter their email, a token is created and stored in a designated table ...
0
votes
1answer
3k views

Looking for a some good options to send users reset password emails

I want to send emails to users when the forget their passwords that prompt them to reset their passwords. I know this is debatable and was looking for a few good options/suggestions/methods/articles ...
3
votes
3answers
3k views

PHP reindexing an array?

Forgive my noobness again. I've got an array with 20+ values in it and I take every 20 to shove in my database and then chop them off the front of the array. I want to restart the array's indexes back ...
3
votes
6answers
3k views

php/timeout/connection to server reset?

I have a php script that needs to run for quite some time. What the script does: connects to mysql initiates anywhere from 100 to 100,000 cURL requests each cURL request returns compact-decoded ...
0
votes
2answers
422 views

Session start

In header.php I have: <?php if(!isset($_SESSION)) { session_start(); } ?> and further down I have: $_SESSION[theme] = $_GET[theme]; Basicly there is a drop down box where the user selects ...
1
vote
5answers
11k views

How can I use a reset button for php form?

I've got a form that I'm handling with PHP. Before the user submits it, the Reset button works. But when they submit and the page reloads (I've made the form fields sticky based on the $_POST values) ...
2
votes
4answers
669 views

Why aren't checkboxes/radiobuttons and options resetable if they were set by PHP?

Working with XHTML 1.1 I have this login page managed in php. It contains several checkboxes, radiobuttons and a dropdownlist. There's a lot of formchecking behind it and if something doesn't check ...
5
votes
2answers
5k views

a “forgot user password” standard class or script in php/mysql environment?

I am hoping that there is a standard class/php script that we can use for the "forgot password" functionality. It seems almost every website has one, and I'd like to reduce the development time on ...