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
30 views
error with if, while, cron_jobs
Hi every 15 minutes a cron_job runs the file cron_turns you get your income and farming and energy I want to have a storage cap indicated by $storagecap = 500 when the gold and food amount reach 500 i ...
1
vote
3answers
36 views
Get related rows in one table using a table with relations
I have two tables. One stores the content records, the other one stores the relations between the content-records.
table "content" table "relations"
+---+-----+------+------+ ...
0
votes
2answers
21 views
requiring php config classes, but file not found
In my opinion I'm requiring all necessary files but I keep getting the error that one file is not found. All files are in the same folder.
This is my code for zConfig.php:
<?php
class zConfig {
...
0
votes
3answers
23 views
PDO fetch method alters the pdo object itself
switching from mysql to PDO i noted that the fetch method alters the PDO object itself!
For exemple:
$res=$ps->fetchAll();
echo($res[0]['Mail']); //it'ok
//now i re-call the fetch method
...
0
votes
1answer
35 views
Mysql query to get a Mutual friend count and display it in a table in php
i have a table called myfriends with 2 columns friend_id1 and friend_id2.when someone is a friend of some there will be two records.for example lets take 4 members with the id of 1000,1001,1002,1003.
...
-1
votes
4answers
28 views
PHP SQL Syntax Error by Update
I have a problem with my SQL Syntax.. All other SQL-Methods are correct in my files but a UPDATE-Method fails everytime. I can't find the mistake. Please help me.
$sql = mysql_query("UPDATE ...
0
votes
2answers
41 views
PHP displaying “no results” if an array is empty
I am trying to make a search script for my website. It's all going well so far, but I want to display "There are no results to display" if there are no results from the search. I tried this:
<?php
...
-1
votes
1answer
23 views
Multi language unicode conversion
I want to display my webpage content in multiple languages using Unicode (PHP) on the fly .Kindly give your suggestions to this.
0
votes
1answer
5 views
How to get kohana session data outside kohana application?
I want to get the kohana session data outside the kohana application. I mean to say that i want to get the session data in a static file which is not a kohana page.
0
votes
2answers
14 views
Error when using custom query in cakephp?
I have using cakephp for my website. And i use sql server 2012 with it.
I have confused that when i use:
$this->set('types',$this->Manager->query('select * from product_types'));
to get ...
-3
votes
1answer
33 views
php output array in table format
I need to display the array data in a specific way in a table, so I am needing to format my array like this:
Leafy Life - Aspley - All Green
Callistemon1 - 33 - -
...
0
votes
1answer
43 views
Why is my jQuery preventDefault() working incorrectly?
I'm developing a Wordpress theme which uses a self-built jQuery accordion for navigation:
// jQuery Footer Navigation Slide
jQuery('#footer-accordion > li > a').on('click', function(e){
...
-2
votes
2answers
47 views
php oop self reference [closed]
Somewhere in this Object-Oriented PHP for Beginners
article it says:
Note — OOP allows objects to reference themselves using $this. When working within a method, use $this in the same way you ...
-2
votes
2answers
28 views
Javascript within a php include. GetElementByID looks for div in parent document not the included document
I have a PHP file that has a section of the page while the rest uses an include to show the rest of the page. In the included php document I have some javascript that uses getElementById to find the ...
1
vote
1answer
53 views
calling a variable in php
i have written two seperate scripts in php. one of them is parsing xml data and the other one is date sorting.
xml parsing
<?php
$date = date ("d.m.Y");
$url = ...
1
vote
2answers
20 views
Including config file in PHP
I am developing a project where I am not able to include the files.
My Folder Structure:
--Myproject
-----Config
----------config.php
-----Includes
----------Images
---------------image.jpg
...
0
votes
0answers
9 views
Exec - shell_exec - translate output to progress bar
I have two functions, one runs a thread in the background with exec() and returns output
function runThread($cmd, $priority = 0){
if($priority){
exec(sprintf('nohup nice -n %s %d > ...
-8
votes
1answer
58 views
JQUERY - PHP ? keep return false value even if its true [closed]
when i'm trying to add, it do add but jquery function keeps return false when its must be true
My javascript code looks like this:
$(document).ready(function() {
$('#users').html('<img ...
0
votes
1answer
12 views
Symfony 2 optional route url parts (wildcard?)
In Symfony 2.2.1 Is it possible to create route like:
/search/category_ids/1,2,3,4/subcategory_ids/32,23,9/language_ids/10,23,5 ...
where every url part is optional, for example user could visit ...
0
votes
3answers
37 views
how to close this pop up window?
how could i close this pop up window?
in this code i open a popup window that shows some code in another page. i need a BUTTON to close this pop up.
<script type="text/javascript">
var ...
0
votes
4answers
33 views
How to test wether uploaded file is an epub file?
Hey so this is a very simple question, but one I just can't find the answer for.
I know this is how you test wether the file you uploaded is indeed an image file:
if($_FILES["file"]["type"] == ...
0
votes
1answer
9 views
Multiple templates in Joomla, parent assets folder
I'm fairly new to Joomla, altough I've build a lot of Wordpress sites. Now, I have a project where I have four sections, like: Homepage - Branches - Products - Partners. They all have a fairly similar ...
-13
votes
1answer
33 views
There are n students i college [closed]
A program in php to show all the name of student on a page in editable textbox so that
admin can change those names by using a single update on that page
please help
0
votes
0answers
38 views
SQL loop output issue
I am having some issues gettig the desired output from the below loops. My desired output is an array that looks like the following.
Array
(
[0] => Array
(
...
0
votes
1answer
18 views
How to wrap a PHP System() or set a fixed width
This little problem has been keeping me busy for a few days now.
I have a PHP system() command that executes a command, like this example:
echo '<p>';
system (escapeshellcmd("uname -a"));
echo ...
0
votes
4answers
27 views
How to use PHP string endsWith to skip files from read?
I want to simple skip files with filename that ends with "@2x" and implement in this code:
$fullres = glob("gallery/*.*");
for ($i=0; $i<count($fullres); $i++)
{ ...
0
votes
1answer
20 views
Updating existing event in calendar with post variables
I'm stuck with a form that is supposed to be able to update the information of an existing event in a calendar. When transferring data via the form from my event.php page to my event_updated.php page ...
0
votes
1answer
36 views
php multi-dimensional arrays remove duplicate based on two values
I have a rebate system. The user will check to see if their product qualifies for a rebate by entering the model number, serial number, dealer name, and purchase date.
If the product qualifies, The ...
0
votes
3answers
36 views
php header not working
I am not doing anything that would create an error. If the username is not alphanumeric, the redirect is working but the redirect is not working for the last redirect. I have not tried the second ...
0
votes
2answers
28 views
Update table if user clicks edit link
Im trying to get my query to update upon user click
This one here works but it doesnt wanna update I Says Query Empty
I edited the code as follows
if ($action == "edit"){
if ...
0
votes
0answers
5 views
OAuthException: This authorization code has been used
I have facebook application where I have used php CURL for authorization and to get access token and facebook user id.
I have following code for allowing user access:
function AlowUserAccess()
{
...
0
votes
3answers
26 views
0
votes
0answers
18 views
CURL permission denied via browser, works on ssh
Yesterday I have changed my usergroup/user on my linux host for a group of files. Today I found out that CURL is rising a permission denied (only on browser access, works on SSH)
Couldn't send ...
0
votes
3answers
37 views
Something goes wrong with my controller I may have mistake somewhere of it
This is my controller
function new_post(){
if($_POST){
$data=array(
'title'=>$_POST['title'],
'post'=>$_POST['post'],
'active'=>1);
...
0
votes
1answer
46 views
If a number is multiple of 3 starting at different numbers
I'm not sure of the mathematical term for what I'm after, but I'm looking for a way in PHP to assign a variable to an integer which is a multiple of three. The multiple will start from numbers 1, 2 ...
0
votes
1answer
23 views
PHP Generate and autoselect from <select> field
What's wrong with my method? For some reason it won't select the value I typed in $selected. What am I overlooking?
/**
* Create the <option> tags for <select> fields
* @param array ...
0
votes
1answer
10 views
outputting smarty display function return to pdf using tcpdf
hi i am using smarty to print a calendar..
this calendar is displayed using the line
$html= $obj_smarty->fetch(FULLCAL_DIR.'/views/cal.html');
echoing $html in php gives me the calendar ...
0
votes
1answer
35 views
Pagination in php for a social networking system
I'm developing a simple social networking system. This is my code and it displays a list of all the friends of the logged in user with a Unfriend button infront of each ones name. I need a page that ...
0
votes
1answer
12 views
Error php odbc conect to store procedure in sqlserver 2005
I tried 5 days ago about php odbc connection to store procedure in sqlsrever2005, but it not successful. i had problem in odbc_exec point.
I dont know why ?
My coding as the following:
$connection= ...
0
votes
0answers
8 views
Change the template according to user selection in joomla
I am working in joomla since last 2 years but now I got an different problem. My client want the template selection according to user selection. Means there are more then 4 templates are in joomla, ...
0
votes
2answers
27 views
PHP JSON array from SQLite3
I'm trying convert data from a SQLite3 db to a JSON array by using PHP. I'm getting close, but I can't seem to get it right.
This is the error I'm getting:
PHP Warning: PDOStatement::fetchAll() ...
1
vote
6answers
56 views
Data is not fetching from mysql
First good aftrnoon to all, i know this site is not for tiny issues but i can not get why the data is not coming, i earlier used same code for data fetching but its not working..
any idea , any ...
0
votes
1answer
22 views
How to display special characters from MySQL database to html?
I have a huge database with a lot of languages stored in. All data stored in utf8_unicode_ci and my database collation is utf8_unicode_ci and I use special php page to call the sql data
this is my ...
0
votes
3answers
39 views
sort table using $_get['sort'] , error Unexpected T_STRING [closed]
I tried to sort a table by clicking the th of the table using $_get['sort'] function
this is my code
<?php
//connect to server
$connect = mysql_connect("localhost", "root", "");
//connect to ...
0
votes
1answer
26 views
search page that allow user to select between three types using php mysql
i have a search page that include three types of search and i want to filter the search upon the selecting types
type 1 : by newest members
type 2 : by specialization
type 3 : by name
...
0
votes
1answer
9 views
Auto renaming of featured image filenames in WordPress posts..?
Please tell me, - is there a code I can use to automatically copy the title of a post and rename the filename of that post's featured image according to that title, putting dashes instead of spaces, ...
0
votes
1answer
14 views
Encoding new line into youtube video description update via API
I'm trying to update a large number of videos on my youtube channel programmatically via the API as I also want to store the video information in my website DB.
Everything is working fine, except ...
0
votes
2answers
18 views
Load file into jquery dialog
I just confused with jquery dialog and with php form submit
I have two forms, page1.php and page2.php
In page1.php, I have <a> link
<a id="addNew"> Add New </a>
<div ...
0
votes
0answers
9 views
Add product with attributes (color, size) in prestashop using web services
I am using this sample code to add product in prestashop but I don't know how to add product attributes like quantity, color, size with this product. I have array of color and size that I want to add ...
0
votes
4answers
36 views
Built-functions for queries add more parameters?
Hello I have method let's say that checks if row exists:
/**
* Method rowExists
*
* Checks if row exists with given parameters.
*
* @param name The name of the value in a ...



