How to Detect it is public_html or httpdocs?
How to check whether it is cPanel or Plesk?
If it found public_html perform <?php incl
error reporting
hey everyone
I have a production server in which I want error reporting but only on some page
Multi Dimensional Array Append
Hi Guys
I have a function that returns a multidimentional array eg
$result = functio
Why doesn't this work? (SSH2)
This is my script:
Code: <?php
$connection = ssh2_connect('213.251.167.109', 22);
is_dir() problem
Hello,
I'm buidling a php scripts that dynamically get's subfolders from a specific folder.
code help - pagination
Hi all, I have this code, basically a user logs into my site and they get this page.
The pro
mail() says sent but no email received
My code is quite simple:
Code: <?php
$to = "Ty44ler@yahoo.com";
$subje
trouble printing an array....
I'm having some trouble printing out an array forwards. I'm figuring out the high and low of an arra
Transform value 0 in no and 1 in yes help needed
Hello,
I have this in the table: "value" type int 0 to represent false and 1 to represe
Filtering an Array Based on Value
I have a very simple script set up that pulls data from a database and is output using this code: