Cannot Display Array from Select Statement + Login question
Hi,
I'm new to PHP but so far so goog. I was assigend a project and I'm very close to completion.
Calling strings from other php class
I have test1.php{
$string1;
$string2;
....
... //10 strings in this class <
Using system() and bringing back the results
I am aware that you can use system() within PHP to execute system commands, but I was wondering if t
Help with explandable category tree
I have the below query:
SELECT l1.id as lev1_id,l2.id as lev2_id,l3.id as lev3_id,l1.categ
Advice on how to delete a mysql row using my form
Hi,
I am very new to php and am struggling to work out how to delete a portfolio item (a row
Problem with a select distinct
I have a problema with a select distinct, I have the next sql:
select distinct a,b,c,d fr
LOOPing Problem
Hello All!
The following code loops through the data and displays the data accordingly. My p
PHP submit form script causing blank page
Im trying to submit a form using this script, however nothing shows up on the page, does anyone know
MASS PM
Hello all, I'm trying to send mass private messages to users in my database but keep getting an erro
Memory Allocation
Hi folks,
see this ex:
int v=5;
v=v+10;
then what will do the compiler before th