Hi,
I want to be able to call a database table that will be setup in another file called init.php, and be able to call it from any PHP file that has init.php included.
Table is called abc_offline and has columns a,b,c in it.
What I am wanting is to be able to call it from any PHP file by:
$offline['a'] for example
How do I do this, I been told I need an array in init.php but I don't know how to do this.
At the moment the init.php has the DB conncect details and some calls to other tables.
Regards
How to add an image/C++ OpenGL?
Hi,
All possible combinations of String in PL/SQL
Hi All,
Display a default image
PHP XML extraction text
I would like to extract an xml text and have that text directly echo(print) out on my web page. Here's the xml i want to extract:http://dblp.uni-trier.de/search/author?xauthor=SchekWhat I
Problem Dereferencing
With these types and tables:
Problem with HTML form
Hello,I made a HTML form with some fields and check box.Everything works fine except when i receive the email, only fields appear in the email not the content of the check box.I have attached the
Trigger tag in aspx is not coming
hi all ,iam new to ajax, iam using file upload inside the update pannel but right now i want to use trigger tag but it is not coming, for that whether i want to install anything like toolkit ,please
Month String to Numeric?
Hi guys,Given a month as a string, is there a simple way to find the numeric representation of said month?I've used a switch statement but I'm wondring if there is a more elegant way of doing
Add_Months not Easy to Understand
Oracle is number 1, very fast and very easy. But....
understanding functions and classes
Code: [Select]class person { var $name = "Jimmy Goe"; function get_name(){ echo $this->name; }} I am playing with this very small script that I made using a