PHP template help
Ok, I don't know if anyone can help me but I am using PHP templates to make a site. I am a newbie an
Dynamic Array using glob?
Is there an easier way to do this?
I am trying to get create a dyamic array based on files wi
Passing JS to PHP
So I have the following
Code: <?php
getdetails(?><script type="text/
Create comparison matrix?
I want to create a comparison script for forum software and was wondering is there any tutorial or b
Printing a webpage
I use this to print the webpage:
o
Display Database
I need to create a shopping cart. I found this code online: http://conceptlogic.com/jcart/
Unfort
Making multiple rows with one query
I have a table called efed_handler_characters with two fields handler_id and bio_id. What query 2 is
Sendmail.php - heading error following check_input
Hi,
I would greatly appreciate some help? I am brand new to PHP and have been searching and e
understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
PHP friend keyword equivalent
is there a PHP equivalent for the C++ friend keyword?