Tagged Questions
0
votes
1answer
66 views
Improving Performance on 2 Left Joins and multiple SUMs in MySQL
I'm no MySQL expert as it probably shows from my query below, but I've managed to get my query to give me the results i want, but it seems very slow to me:
SELECT
bouts.bout_id,
...
-2
votes
0answers
18 views
PHP html table detail [closed]
I have index.php where I have included in div#colright my another index.php (mod-dily) with php generated html table and when I want to click to detail of some row I'm gettin error (Access denied for ...
0
votes
0answers
48 views
Index.php not working [closed]
I get this message whenever I upload an index.php to my server (VPS CentOS)
Server error
The website encountered an error while retrieving http:// website.com/. It may be down for maintenance or ...
1
vote
2answers
26 views
How to remove index from array in PHP?
Suppose I have such an array in php:
$ray =
Array
(
[0] => Array
(
[id] => 1
[0] => 1
[ip] => 127.0.0.1
[1] => 127.0.0.1
...
0
votes
2answers
30 views
How do i go about replacing a value at a index in a array in php
What I am trying to do is replace a value of a JSON array at the index where the username matches. How do I go about doing this? Below is my trial PHP code and my JSON. Is using array_replace the best ...
0
votes
2answers
37 views
Show options on dropdown menu from a column - PHP MYSQL
I have a following code:
<?php
session_start();
include("control/connect.php");
$query = NULL;
$query= "select * from category";
$result = mysql_query($query);
?>
...
-2
votes
3answers
52 views
Access a PHP array element by using a JavaScript variable as index
The code looks like this:
PHP file
<?php
...
$arrayName = ['ArrayValue_0', ..., 'ArrayValue_n'];
...
php?>
JavaScript
$('.elementClass').each(function(index, id) {
$(id).html('<?php ...
0
votes
0answers
39 views
PHP-Array search algorithm
I have had a look at a few answers but none relates to my specific problem. I have an array that takes user input and sorts the array in an ascending order. That's all good, I now want the user to ...
0
votes
2answers
24 views
How to change separate associative arrays to something usable such as one indexed array?
print_r($element_attrs); returns the following arrays which are gathered from an xml file.
Array ( [WEATHER-SUMMARY] => Increasing Clouds )
Array ( [WEATHER-SUMMARY] => Thunderstorms )
Array ...
-3
votes
1answer
35 views
What does the `.EXT` mean in kohana index file? [closed]
I'm a MVC n00b learning Kohana via online tutorials.
I'm looking at a file called index.php.
What is the .EXT for (what does it mean?) in the following line?
// Bootstrap the application
require ...
1
vote
0answers
51 views
new website is not loading theme css files in Magento
I have Magento 1.7.0.2 in domain A. I've created a new "website" under this same Magento installation. This "new website" has a different URL (B).
I configured the theme in Admin-panel and the new ...
-2
votes
2answers
62 views
How to solve “Notice: Undefined index”? [duplicate]
I have a problem with my PHP code saying that "Notice: Undefined index" I am sure its very simple, since I am a beginner i am not getting well what is wrong exactly so please help me.
This is my form
...
0
votes
1answer
22 views
configuring MVC files on MAMP, what is the server root?
I'm working through this MVC tutoria: http://johnsquibb.com/tutorials/mvc-framework-in-1-hour-part-one and I'm trying to configure the index file. It asks for the following code:
<?php
/**
* ...
1
vote
5answers
89 views
Undefined index when submitting HTML form via POST method
I have been searching days why this piece of code is not working. Adjusted the code multiple times by searching for posts with the same problem.
Problem: my php file doesn't seem to get the values ...
0
votes
1answer
30 views
stop google indexing php page that redirects
I have a (randomly named) php file that does a bit of processing and then uses a header("location:url") to redirect to another page.
As mentioned, the script has a random name (eg: euu238843a.php) ...
-2
votes
2answers
126 views
Undefined index: id in php [closed]
I'm having a problem in PHP code. I got some code from an e-book, but when I tried to run the system, it's giving some errors. I fixed some of the errors by giving proper quotation marks, but now I'm ...
-3
votes
2answers
81 views
Php $_GET causes undefined index error [closed]
<?php
if (!logged_in()){
echo '<a href="register.php">Create an account</a>',' to upload photos';
}
$gallery_id = $_GET['gallery_id'];
$gimages = get_gallery($gallery_id);
...
0
votes
1answer
34 views
PHP undefined index submitting textboxes [closed]
I have a huge table of textboxes and i'm submitting them all, and they are named with the number of the row "-" the number of the column (ex: 1 - 1; 1 - 2; 1 - 3; 1 - 4; 1 - 5; 2 - 1;...), and what ...
0
votes
2answers
56 views
PHP cant echo value from query
This is a short code from my login function. Im having a problem when trying to get the id from a specific user and indexing it to a new session.
The code is commented, hope you guys can help me.
...
0
votes
2answers
87 views
notice undefined index in select option
<?php
$sel1="";
$sel2="";
$suc="";
$male="";
$female="";
$selected_radio="";
if(isset($_POST['save']))
{
$e=0;
if(isset($_POST['sport']))
{
$select_sport=$_POST['sport'];
...
-2
votes
1answer
68 views
PHP code not working? [closed]
index.php
<?php
if(isset($_GET['id'])) { //Redirected with some message
if($_GET['id'] == '1') {
echo '<font color="red">Please input your username</font><br />';
...
0
votes
1answer
42 views
PHP Array Initialize
I have a PHP array of arrays.
I am testing to see if an index is set or not. If false I want to initialise the given index so it is an empty set, something like:
if( ...
2
votes
2answers
44 views
PHP: How to dynamically assign variables into array
This is killing me, for the life of me i can not seem to figure out how to get this to work, or why it doesn't work in the first place.
Here is what i'm trying to do:
here is my variables ...
1
vote
1answer
40 views
cakephp force index at model
I use find method which use "FORCE INDEX" in Model. Model is fine, but when I make a test for that find method, the SQL error happened.
I use test/fixture and define DB schema and data. In the ...
0
votes
2answers
39 views
PHP - Rearrange array by specific index
For example I have the following code:
$sample = array(apple, orange, banana, grape);
I want to rearrange this array, by making $sample[2] the new $sample[0], while keeping the same order ...
0
votes
3answers
88 views
Input Type Radio Button Undefined Index
$sel="";
$suc="";
$gend="";
$male="";
$female="";
$selected_radio="";
if(isset($_POST['save']))
{
$e=0;
$selected_radio = $_POST['gender'];
if($selected_radio!="")
{
if ...
0
votes
5answers
69 views
undefined index error [closed]
I want to insert these record to the database.
for($i=0;$i<=2;$i++){
echo $_POST['fname'][$i];
echo $_POST['mname'][$i];
echo $_POST['lname'][$i];
...
2
votes
1answer
69 views
MYSQL / PHP Search not finding all records in Database
I've really been beating my head on the wall with this one, and I could use some help. I have a MYSQL database which has less than 900 records. I've got to do full text search across multiple ...
2
votes
1answer
39 views
Show post with enough of upvotes on homepage
So I'm using wordpress with a updownupdown plugin (plugin for upvoting/downvoting posts). What I am trying to do is to show post with ,let's say at least 10 upvotes, on the homepage and hide the post ...
0
votes
3answers
48 views
List matching records in PostregSQL
I am working on search section where comparing input values with the stored records. Database having value like AB 09 C D 1234. I have explode (with space) input string to match with stored value but ...
0
votes
1answer
39 views
zend lucene close to start of field
i use zend lucene for search.
I form my index with that code
$doc = new Zend_Search_Lucene_Document();
$doc->addField(Zend_Search_Lucene_Field::text('word_id', $word['id']));
...
0
votes
4answers
71 views
PHP Undefined Index - using isset() switch statment [duplicate]
I understand there are many posts on this issue. I have looked at the many many posts but for some reason I can seem to find an answer!
Any help will be very much appreciated. I am fairly new to PHP ...
-1
votes
1answer
20 views
Is it possible to create index for a temporary table
I want to apply indexing on a temporary table which is first created and then read many times. Is it possible?
-1
votes
2answers
31 views
Regex or viable method for erasing this piece of malicious PHP code?
At my company, we have a problem with most eCommerce software like osCommerce and OpenCart and some content management sites like Wordpress or Joomla!.
This is the code we find in, pretty much, every ...
0
votes
1answer
109 views
How do I use my “.selectedIndex;” value from select box as my index in my PHP request?
I have a select box that uses "onchange" to select a value based on the users choice.
//AddSelect start of function
var TownSelect = function(options){
var _dom_element = ...
0
votes
1answer
56 views
Getting undefined index mysql session
I am getting an error with the following code. I have two php files. One is a form which takes an input from a text field and I want it to be passed to the next file. This is what I have so far:
...
-4
votes
2answers
56 views
php get element position in array [closed]
i try get position of element in my array but this not work,
this is my code:
<?php
function getWorldRank(){
$query = ("SELECT nickname FROM users ORDER BY score, updateDate Desc ");
...
0
votes
1answer
29 views
Error with my dojo ajax php request
Im trying to use a dojo ajax function to call a PHP file that then returns the contents of a DB table in JSON format.
My function:
var _getWeatherInfo = function(){
dojo.xhrget({
...
1
vote
1answer
113 views
Index.php works while Index.html doesnt for localhost on WAMP
I have a set of PHP scripts running in HTML files for a project. There is a main window with tabs and each tab calls one of these HTML-inclusive-of-PHP files. For this purpose, I am using iframes. The ...
0
votes
2answers
33 views
undefined index:comment…while running php script
I am trying to make a simple commenting system.
When I run the code I can make comments and the comment gets displayed too. But the problem is the error message is also displayed above the comments ...
2
votes
2answers
237 views
PHP - Checking if array index exist or is null
Is there a way to check if an array index exists or is null?
isset() doesn't tell you whether the index doesn't exist or exists but is null.
If I do : isset($array[$index]) || is_null($array[$index]) ...
0
votes
2answers
230 views
Notice: Undefined index: User record Error Xampp Mysql and Apache Php Error [closed]
Im making a Logging in / Register System using Xampp/Mysql/Apache.Im getting a problem when i am using $_SESSION Next to ['userrecord'] The error is Below
Notice: Undefined index: userrecord in ...
0
votes
4answers
60 views
Can't use $_GET as a numerical indexed array
i am at prototype stage. I have a link in page1.php that sends to page below:
http://localhost/sayfa.php?rd_dil=turkish&rd_sayfa=yazilar&rd_yazar=ali_uysal&rd_baslik=kalem_ucu"
in this ...
-1
votes
3answers
175 views
Undefined index in PHP code? [closed]
I'm having a few problems with my PHP code. I have an undefined index error for a variable, '$total'. I need some help with fixing this. Here is my whole PHP code.
<?php
...
0
votes
3answers
83 views
PHP - Loop by index
I use PHP and have an array that looks like this:
Array
(
[34] => Array
(
[slug] => my_slug
[title] => my_title
)
[33] => Array
(
[slug] => ...
0
votes
1answer
45 views
Pass variable to array index
Here's what I have
foreach ( $post_formats as $format ) {
if ( $options['show_post_formats'][$format] == 0 ) {
$format = 'post-format-' . $format;
array_push( $hide, $format );
...
-3
votes
4answers
95 views
Undefined index (PHP)
Need some explanation.
I made form as following:
<form action="test4.php" method="post">
<select name="code">
<option value="A">A</option>
<option ...
1
vote
0answers
61 views
Set up a script to trigger WP's Search Unleashed Re-index feature (for cron)
Search Unleashed is supposed to automatically add new posts to its index every time someone creates a new post. However, this doesn't seem to happen for posts under any of our custom post types.
I ...
0
votes
3answers
81 views
Why I'm not getting an error when use undefined index?
I'm from php and when I define something like this:
$a = array();
echo $a[586];
I will get a notice about undefined index.
Meanwhile at c++ I can do this:
map<int, string> my_map;
cout ...
0
votes
1answer
61 views
Undefined Index but array is displaying? [closed]
<?php
try{
$dbh = new PDO('mysql:host=localhost;dbname=yourwedding','root','');
} catch(PDOException $e) {
echo $e->getMessage();//message will echo out if there is a problem
}
$stmt = ...

