My query is being run with no results.
I have this.
Code: function DropUser($duser_id, $user_email, $user_username) {
returning data from an ssh2_exec()
here's what i got.
$conn = ssh2_connect($this->_host);
ssh2_auth_password($c
Php WordPress help
I am writing the following code for making a plugin
<?php
header("Content-Type
Random date selection
i want to select random date with time(hour+minutes+sec) where date is specified(10/22/2009) and tim
Variable uses and placement
I'm new to PL/SQL and am trying to learn about variable valid uses/placement (any pointers to any do
Remove values in array2 from array1
I have two arrays.
Array 1 is where the array key holds various different numbers. For exampl
array empty
Hiya peeps,
Ok here is the codes.
order.php
Code:
login from external site
Hi my new experience begins, Now what i am trying to do is i make three pages, login.php logout.php
Contents of variable not echoing
Hey guys, hopefully this is an easy one...
In this line, the variables are not echoing out. T
Join Query Help
Hi all,
I am having problems with the below code, which we shall call 'my first join query'!