Hi,
>| (This is my connections.php)
>| require_once("Connections/connection.php"); //database connection
>| Warning: require_once(Connections/connection.php)
>|
>| I have a feeling that my issue is contained within:
>| (include_path='.;C:\php5\pear')
It might be a slip of typing but you sa
On 11 Sep 2008 14:45, Daniel Wagner wrote
> (This is my connections.php)
>
> $db = mysql_select_db($database, $link);
> ?>
>
> (And this is my practice.php)
>
> require_once("Connections/connection.php"); //database connection
>
[snip]
> When I try to view the page I get this back:
>
I am currently going through 'davidj's php tutorials @
http://www.dreamweaverclub.com/vtm/php-mysql-apache.php and am in the process
of learning. I am encountering an issue though that I can't seem to find an
answer to. Maybe someone can help me.
I downloaded the WAMP server, (which I found o
Good morning all,
System platform:
Server with W2K3, IIS6 and PHP 5
Workstation with XP SP3.
I make a search into my LDAP.
It works but I need to make the bind with a username/password couple
Code below:
>Could not connect to LDAP
server<<');
$bind=ldap_bind($connect,$ldap_user,$ldap_pass) or
On Thu, 2008-09-11 at 18:53 +0530, Varuna Seneviratna wrote:
> Why is the $todaydatestring data type displayed as Boolean?
>
> $todaydate=11092008;
> echo "The data type of todaydate is
> ".gettype($todaydate)."";
> $mydatestring=settype($todaydate,"String");
>
Why is the $todaydatestring data type displayed as Boolean?
";
$mydatestring=settype($todaydate,"String");
echo "The data type of mydatestring is ".gettype($mydatestring);
?>
Varuna
--
Varuna Seneviratna
No 514 Udumulla Road
Battaramulla
Sri Lanka
Tel : 011-2
Why is the $todaydatestring data type displayed as boolean?
";
$mydatestring=settype($todaydate,"String");
echo "The data type of mydatestring is ".gettype($mydatestring);
?>
Varuna
--
Varuna Seneviratna
No 514 Udumulla Road
Battaramulla
Sri Lanka
Tel : 011-2