Posted by dino d. on 03/23/07 15:12
hi everyone-
if i have a simple question- if i open a database connection in one
snippet of php, can i use it in a subsequent snippet in the same php
file:
<html>
<head>
</head>
<body>
....
<?php
//open database here
?>
//more html
<?php
//now use open database
?>
i thought this should work but i'm getting errors. thanks for any
help.
dino
Navigation:
[Reply to this message]
|