Custom CMS
This is a big custom CMS script I'd like to develop and would like some help atleast figuring out wh
understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
How can I Compare two xml documents?
Hi all,
I am doing a POC for my project and I am using XE database 10g version.
Insert Failing.
Hey,
I am making a Sign up page for a website, but the insert query into the Database does not se
PHP FTP connect doesn't work with correct login
Hi!
i am working on this test code:
Quote<?php
$ftp_ser
simple script won't work. Please help
I'm new to php, and I am having trouble displaying a simple script in my web browser. My php code ex
WELCOME SCREEN
first of all let me tell you what does my script do,
it´s a very simple query to show a e
Running External Scripts
I am very new to PHP and am not even sure what I'm asking is possible. I have just installed mediaW
How to set pass login name from htaccess to php
When the user logs into my members page via htaccess, I'd like to retain the username so that I can
foreach help.
Hello all,
First time I'm attempting to use a foreach statement and was just wondering if my