Tagged Questions
PHP is an open-source server-side scripting language widely used in web development. Use this tag for questions about PHP classes, methods, functions, syntax and use.
0
votes
1answer
11 views
Mysqli Update Script Error : You have an error in your SQL syntax
function updateSpeed($id, $name, $url, $cat_id, $cat_name) {
$mysql = Link::DBASSET();
$query = "UPDATE flux SET (name, url, cat_id, cat_name)
VALUES('" . ...
0
votes
1answer
16 views
Why does function findAllBy crash when I try to get data by the field group
I'm using flavorPHP framework so I have my user table with the field group... I need to get all data with the group = x value, like this:
$this->findAllBy("group", $x);
But it crashes... Any ...
0
votes
0answers
20 views
how to delete a token when cancel is clicked
how can i get a token that a user has requested if he/she clicks cancel NOTE the user doesnt have to input anything if cancel is clicked that particular token is deleted from the d.b and the user is ...
0
votes
0answers
11 views
Which PHP framework I should choose to be able to encode my application with ioncube
I'm about to start working at the new project. It will be some sort of CMS. I'm going to sell it, so I need to encode it with ioncube. I decided to base the project on the Symfony2, but suddenly found ...
0
votes
0answers
8 views
PHP ActiveRecord dynamic finder doesn't work
I've installed codeigniter with sparks, along with php-activerecord spark as instructed on getsparks.org
I've made model Item for Items data table
<?php
Class Item extends ActiveRecord\Model {
...
1
vote
0answers
7 views
Removing port from nginx redirect
I'm having an issue where some redirects on a website have the proxy-pass port included, rendering them useless. My configuration is as follows:
Physical server 1:
server {
server_name ...
-1
votes
1answer
37 views
PHP stops output after include
I have a script that displays data accordingly depending on where it is from in the database. Its a pretty simple thing but I have just added an include into one of the clauses and output is stopped ...
0
votes
0answers
9 views
Setting a static class property dynamically with squiqlies
I know I can do this:
class Foo {
public function bar( $k, $v ){
$this->{$k} = $v;
}
}
If I try to do:
class Foo {
public static function bar( $k, $v ){
self::${$k} = ...
0
votes
0answers
11 views
PHP Compare Two Variables Results In “stdClass could not be converted to int”
I am trying to use a simple compare function of the results of a MySQLi database query but I keep getting "stdClass could not be converted to int" for the following code snippet:
$stmt = ...
0
votes
0answers
14 views
How to access the JSON's multi-level objects with jQuery
In CodeIgniter, in PHP to create a nested-like elements for dropdown <select> I'am using this function:
function list_categories(&$result, $cats, $sub = ''){ // <- THIS
...
0
votes
1answer
11 views
Codeigniter: Redirect predefined urls to default controller's method
There are two predefined URLs which I want to redirect to default controller's method and return default responses. URLs are:
URL 1: ...
0
votes
0answers
9 views
Joomla 3.X - Remove tooltip script from header?
I'm trying to remove unwanted scripts from my custom joomla template header, which I've managed to remove everything except for this:
<script type="text/javascript">
...
1
vote
1answer
23 views
Merge and replace table id with name of two table SQL
table customers:
+----+------------+
| id | text |
+----+------------+
| 33 | name1 |
| 34 | name2 |
| 35 | name3 |
| 36 | name4 |
+----+------------+
table orders:
...
0
votes
1answer
10 views
What does PHP's socket_recv MSG_PEEK flag mean?
http://php.net/manual/en/function.socket-recv.php
What is the purpose of MSG_PEEK and can you give an example?
0
votes
1answer
15 views
Page jumps when clicking jQuery drop down menu in Chrome/Safari
For some reason the page decides to jump before it opens the dropdown form. It only does this in Safari and Chrome. This is my website. The part I am referring to is when you click the "RSVP" link. ...
0
votes
0answers
11 views
Drupal password hash not matching existing hash
When logging into a Drupal instance I've set up, I keep getting a invalid username/password error. I've tried changing passwords and other users to no avail.
What's especially odd is that I'm able to ...
0
votes
0answers
13 views
Wordpress not running on GAE PHP, error PHP installation appears missing the MySQL extension, verified connection to local wordpress_db
Thank you in advance for answering... Have read other Stakeoverflow post but still not able to resolve the issue
Objective: deploy wordpress 3.5.1 following GAE PHP tutorial. Have successfully ...
0
votes
3answers
40 views
User friendly output for errors
I need some help with my error handling in PHP. I develop a software for time tracking using the MVC pattern. This means that I include some template files, after all the work has been done in the ...
0
votes
4answers
27 views
List the “ID” once if all rows with that ID meet the criteria
I have a table containing orders, and another table containing every line item on all orders:
SALES ITEMSALELINES
Order | Order | Line | QtyOrdered | InStock
1 | ...
-1
votes
2answers
23 views
Sum up all values from a MySql row and display them as a total
I would like to display the sum of an affiliate's total commisions. For this I have to add all of his incomes from the database. This is my code, but as a result, instead of displaying the total ...
0
votes
1answer
7 views
How can I configure my server to send email, PHP installed on IIS Windows Server 2008
I am trying to use the MAIL() function in PHP to send emails notifications.
So here is my how I am using it.
$to = 'email@address.com';
$subject = 'the subject';
$message = 'hello';
$headers = ...
1
vote
1answer
23 views
PHP HTTP Request capture
I would like to capture every incoming HTTP requests. Not only the HTTP Request which requests the page but also if the page has any images and/or css etc.. How can I do this in PHP?
0
votes
0answers
7 views
Vagrant on Windows w/ Precise64 runs php very slowly
So I am have vagrant set up with virtual hosts on my development machine but when I try a very simple echo of 'hello world' it hangs for like 10 seconds before processing the file. HTML files render ...
0
votes
0answers
10 views
Retrieve a table from DB using php and then choose a specific item
My header is probably ambiguous so i'm gonna explain it.
I have a table "books" in my database. I need to retrieve the table using php and then choose the book and comment about the book.
I got the ...
0
votes
0answers
6 views
SOLVED index.php not refreshing on CentOS 6 VPS with virtual hosts for subdomains
I am a relative noob to the linux world, let alone VPS. I have been migrating my site over from shared hosting and in the process have reorganized some folders under my www/html directory and needed ...
0
votes
0answers
16 views
Laravel 4 always returns HTTP status code 200
I have below code in error.php, which is triggered using App::abort(404, $error) in my controller. Still my response status code is 200(ok). I tried with various error codes like 400, 403
// ...
0
votes
1answer
20 views
php Array specific printout
I have an array that looks like:
Array
(
[0] => Array
(
[0] => 2013
[1] => 12
[2] => 52
)
[1] => Array
(
[0] => 2013
...
0
votes
1answer
37 views
why jquery.load function not working?
in dbload.php i wrote:
<?php
class grid
{
function show()
{
echo"<div id = 'show'>";
if(isset( $_GET["Name"] ))
echo ...
-1
votes
2answers
38 views
jQuery function returns an empty string when dropdown selected value is 0
I have a dropdown list, When <option value="0"> is selected, it SHOULD return all items instead of an empty string (this is what I see when doing console.log(), if there is some value such as ...
0
votes
0answers
23 views
Prepared Statements - Multiple Queries
I'm just getting familiar with prepared statements. I have a query working, with a loop to bind the results into something I can work with easier.
Now, I'd like to add another query and I'm not sure ...
0
votes
3answers
31 views
jQuery Ajax request not reaching PHP script
I'm trying to create a mail form which has javascript validation. The form values should be send with ajax to a php script which emails the data to an emailadress.
However, Neither the php code, ...
-5
votes
0answers
35 views
why auto session destroy
I am confused because I am not sure why auto logout my site when I click some contents. My site link is HERE
here my success.php may be this problem
$member_id=$_REQUEST['member_id'];
$member_id ...
2
votes
1answer
30 views
How to encode strings inside serial number using PHP?
I need to generate serial numbers using PHP in the following format "ASDK3-JDAL9-24SFT-J5D8R-D4AL9". One requirement is the fact that I need to encode somehow a timestamp and an email address inside ...
0
votes
1answer
27 views
jQuery .empty() causes AJAX populated div to blink
I am writing a dynamic website that uses AJAX to check the status of inventory items between front-end and back-end employees of a firm. One employee submits a request and the people in the back see ...
-9
votes
0answers
46 views
Array of Languages in all Languages [closed]
Im looking for an array containing names of countries or languages in all languages.
Like:
array(
'en' => array('de' => 'Germany', 'fr' => 'France', 'en' => 'England'),
'de' => ...
0
votes
2answers
22 views
how to get the number of rows in a table that come after a row with a specific id?
how do i get the number of rows in an sql table that come after a row with a specific id with php? I want to get the number of rows that come after the row with an id of 6.
0
votes
2answers
30 views
Excluding Row From MySQL Query If ID is Blocked
I'm sure this is MySQL 101 and I apologise if the answer is simple, but I'm a little stuck so here I am.
I have a table of users, named 'site_members' with various fields but importantly, each with a ...
0
votes
1answer
18 views
How to transfer php session variables from a page to an iframe inside the page
So I have a webpage with session variables, for example one variable is:
$_SESSION['name'] = 'testname';
I have an iframe within the page, and want to use this session variable in it. For a ...
0
votes
1answer
9 views
How to temporally deactivate onbeforeunload-message in combination with content-disposition: attachment?
I have one page insert.php where the user can make inputs into a form.
I use javascript to inform the user about possible loss of inserted data when the page is closed.
<script ...
3
votes
3answers
34 views
Turning code into a function, but it's not working
I use this code to count how many times a person appears in a database (across 15 columns).
$name = "Clint Irwin";
$query = mysqli_query($con, "
SELECT * FROM `players`
WHERE MATCH (p1, p2, ...
-3
votes
4answers
38 views
.php file on website, source in html [closed]
I am looking at a site for which I have the php source. The pages are all php pages: index.php, home.php, about.php. These files all contain pure php code.
However, I've opened up this website, say ...
1
vote
4answers
37 views
Continue case in switch
I have following code:
switch(true)
{
case (something):
{
break;
}
case (something2):
{
break;
}
case (something3):
{
...
0
votes
0answers
25 views
Redirecting to different pages
After visiting the home url I want to redirect the user to the installation website if he hadn't done this yet. Or I want to redirect him to the home page if he had.
I have two different controllers, ...
2
votes
1answer
26 views
How do I close an SQLite database opened with OOP method?
When opening an SQLite database using procedural code, PHP provides the sqlite_close() function to close it again; but when using the OOP methods, I can't find an equivalent option. Is it simply a ...
0
votes
0answers
22 views
Object is a property of object
I have a logic stupid question. I want to do it right and beautiful :)
I use zf2 and when I need to get some bunch of data I write something like this:
public function get()
{
$resultSet = ...
0
votes
4answers
36 views
jQuery .animate does not work
I am not sure why but one of the divs, .load_post, but .blog_posts does not animate. I cannot figure out why. Here is my code:
page1.php (main page)
<!DOCTYPE html>
<html ...
0
votes
0answers
17 views
How can I change my skin on the fly?
Using PHP and mainly spoons...
Here's what determines my skins now:
if ( preg_match("/(mobile|webos|opera mini)/i",$_SERVER['HTTP_USER_AGENT'])
) {
$wgDefaultSkin = 'wptouch';
} else {
...
0
votes
1answer
17 views
CodeIgniter DB and getting two values
I have ONE input text field and the user can enter a first name, last name, id, email or phone number and it will get that the rest of the users information. However when a user tries to enter a first ...
0
votes
0answers
6 views
MySQLi: Once I fetch data and bind it, how can I reuse it on another page?
I'm sort of catching on to this. I've started a member system. The user can successfully login. Once I check their info with the database I'm pulling everything in the row with it. I'd like to keep ...
0
votes
1answer
12 views
Laravel display table record using query
This may be a silly question but I'm stuck..
I basically want to run a simple select query in laravel and show result from a single row in database result.
I'm new to php and laravel so trying to ...


