Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
What is real use of cookie on the internet?
cookies
php
0 Votes
3 Answers
5th Apr 2016, 2:17 PM
rohith chittamuru
Do you think that php better to start with than c++?
php
1 Vote
6 Answers
29th Mar 2016, 12:57 AM
Benjamin Keurian
Wait so why is POST safer than GET?
forms
php
6 Votes
10 Answers
28th Mar 2016, 2:09 AM
Donovan
How to use the module??
operators
php
0 Votes
4 Answers
27th Mar 2016, 12:31 AM
Arween Bartolome Bulanadi
$_Server is it case sensitive?
php
predefined-variables
0 Votes
3 Answers
26th Mar 2016, 9:23 PM
Mogomotsi
Where is save the session on client?
php
session
3 Votes
3 Answers
17th Mar 2016, 9:08 AM
Dennis Glowiszyn
Hello experts, what is the best IDE for PHP?
php
1 Vote
12 Answers
15th Mar 2016, 9:06 PM
Jaber Al Nahian
It is not possible in PHP to rename the named key in an associative array. Am I correct?
arrays
php
0 Votes
3 Answers
14th Mar 2016, 4:10 PM
Swarup Selvaraj
I don't understand the difference between parameters and arguments, if they're both being sent to a function to be processed, and they're both variables, what's the difference?
functions
php
2 Votes
4 Answers
11th Mar 2016, 9:14 PM
Heather Brown
I don't quite get this, it means that if I have an array, say 3 elements, when I say foreach($elements as $element) every one of this three elements will go one by one to the variable $element?
loops
php
2 Votes
3 Answers
10th Mar 2016, 9:02 PM
Eduardo Tito
The type of variable is auto-defined by assigning a value to it? because in java, we have to declare the type of variable before assigning value
data-types
php
0 Votes
2 Answers
6th Mar 2016, 4:07 PM
ThisTNTSquid
The type of variable is auto-defined by assigning a value to it? because in java, we have to declare the type of variable before assigning value
data-types
php
1 Vote
2 Answers
6th Mar 2016, 4:07 PM
ThisTNTSquid
What's the problem in this?
php
switch
1 Vote
8 Answers
6th Mar 2016, 6:36 AM
Varun Sharma
I wonder. Since we don't need to declare a variable, does this mean that a variable which first I assign a numeric value can be assigned later with, for example, string value?
data-types
php
3 Votes
8 Answers
2nd Mar 2016, 4:41 AM
Ade Kurniawan
How to create infinite loop?
loops
php
0 Votes
3 Answers
25th Feb 2016, 1:22 PM
prince kanjaria
Can someone explain me again variable variable?
php
variables
0 Votes
4 Answers
25th Feb 2016, 12:26 AM
Mrigank Chaurasia
If we print something using echo, how we can do next line, if we want to print in next line?
php
variables
2 Votes
4 Answers
23rd Feb 2016, 12:18 PM
lokendra singh
I want someone to write a function that changes footer date yearly automatically
functions
php
0 Votes
1 Answer
23rd Feb 2016, 6:05 AM
Olanrewaju JamiuTunji
What difference between <> and !=? can someone help?
operators
php
4 Votes
8 Answers
16th Feb 2016, 9:55 PM
Igor Kuzmenko
In PHP, what is used to recieve anything from the user?
php
0 Votes
2 Answers
16th Feb 2016, 7:14 PM
Hariom Chaturvedi
Anybody knows when fopen("file.txt","r") is useful?
files
php
3 Votes
9 Answers
16th Feb 2016, 5:14 AM
Masoud Farmani
How to create download link for mp3 file?
operators
php
-1 Vote
2 Answers
14th Feb 2016, 9:21 AM
haryanvi songs
Is there a limit for no of arguments inside a function?
function-arguments
php
0 Votes
1 Answer
12th Feb 2016, 1:05 PM
Chirag Ramkrushna Bharambe
Can anyone explain post and pre increment more better?
operators
php
3 Votes
4 Answers
23rd Jan 2016, 7:02 AM
Mahendra Singh
Is it possible to read files from remote servers or other domains?
files
php
0 Votes
2 Answers
19th Jan 2016, 12:30 PM
Hossein Ghassemi Rad
global variable can't be used anywhere in the program?
php
variables
0 Votes
5 Answers
15th Jan 2016, 7:43 AM
Vikas Kumar Choudhary
Not sûre i understand the différence between r+ ans w+
files
php
0 Votes
1 Answer
14th Jan 2016, 10:20 PM
Yann
Do i need to learn any prerequisite before i get my hands on php?
php
1 Vote
3 Answers
14th Jan 2016, 8:10 AM
soory
$arr=array("1","3","4"); echo $arr[1]; through this we can print only one value of the array(wrt index).but,is there any way to print entire array at a time??
arrays
php
0 Votes
3 Answers
14th Jan 2016, 3:51 AM
krrish...
Is php better than python for web applications?
php
2 Votes
10 Answers
9th Jan 2016, 9:34 PM
Tafadzwa Hopewell Chikuruwo
How to write i a word file?
files
php
0 Votes
1 Answer
29th Dec 2015, 9:09 PM
andy
I installed XAMPP tried starting Apache and got the folowing crash:
php
2 Votes
7 Answers
27th Dec 2015, 9:03 PM
Totten Kopf
Can someone body tell my what is the difference between false and true constant?
constants
php
2 Votes
8 Answers
26th Dec 2015, 5:04 AM
Mohammed
What is global?
php
variables
9 Votes
36 Answers
25th Dec 2015, 8:58 AM
Faraz Ahmed
Why do people never use PHP anymore?
php
0 Votes
3 Answers
15th Dec 2015, 5:35 PM
CakeWut
Why should we use '&&' and '||' operator while they works same as 'and' and 'or'? Someone please explain
operators
php
4 Votes
11 Answers
14th Dec 2015, 2:18 AM
The Most Mysterious
What is the basic use of php tell me anyone?
php
0 Votes
10 Answers
9th Dec 2015, 3:50 AM
Deepesh
Whats the difference between echo and print?
php
0 Votes
3 Answers
1st Dec 2015, 1:08 PM
pius linnaeus
Sometimes there are single quotation marks and sometimes double quotation marks for text assigned to a variable. Is there a difference between them?
php
variables
2 Votes
8 Answers
23rd Nov 2015, 4:48 PM
Sophie
The following question $i=1; do{echo"hello";}while(i<0); how does this code print hello once?
loops
php
1 Vote
7 Answers
7th Nov 2015, 1:13 PM
Metaphor_
I can't understand what is different between require and include 😑
include
php
require
0 Votes
5 Answers
6th Nov 2015, 2:45 AM
heet makwana
If $a is and $a++ gives same value then whats the point of that operation?
operators
php
0 Votes
2 Answers
5th Nov 2015, 12:25 PM
Metaphor_
What's difference in use between == and ===?
operators
php
1 Vote
5 Answers
24th Oct 2015, 8:20 AM
Jan Duniec (jasniec)
if $a= 3 then what's the ++$a and $a++?
operators
php
0 Votes
2 Answers
14th Oct 2015, 4:42 PM
Mahendra Singh
Can someone explain the difference between the use of the $_SERVER as script name and this one for host name?
php
predefined-variables
0 Votes
2 Answers
28th Sep 2015, 10:25 AM
Ciara Grace Tenorio
Can someone give other examples of this? Like an example of a script name to be put in the SERVER code or at least a scenario of where and when to use this code? Thank you.
php
predefined-variables
1 Vote
1 Answer
28th Sep 2015, 10:21 AM
Ciara Grace Tenorio
What are comments used for?
comments
php
2 Votes
20 Answers
13th Aug 2015, 1:46 PM
Mynks Mynks Villa
What does define mean?
constants
php
0 Votes
4 Answers
26th Jul 2015, 12:55 PM
Zakaria Tilburg
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
279
280
Next >
Hot today
Javascript
3 Votes
I Had Solve My Own Way But I See Others Method which I had added as Comented code I don't Understand Working Can You explain me?
2 Votes
What i do?in html intermediate level i dont like.
2 Votes
How to get mentor in solo learn.any mentor who response my activity🥹
1 Votes
web application with java, spring boot
1 Votes
Why text takes time to load
1 Votes
What is late happening in late binding
1 Votes
Digital currency
1 Votes
I had an issue, I have PRO version, but not unlimited lives.
1 Votes
Did You resolve Calculating The Discount?
0 Votes