Can't shake the "Warning: include()" error
I've just uploaded my site to a new server and where I have PHP include tags in my HTML, the browser
include
Hi I have this way of licensing my PHP application, and I want to know if you guys can answer some q
Filtering for a phrase using pregmatch
Here is my code which looks for addresses which start with ' src=" '
Code: [Select]preg_
User feedback after MySQL query has been executed
Hi all, I've just registered on PHPFreaks because I've got a question that I simply can't work out b
Update Database
Hi All,
I have a problem with this:
Code: [Select]<?php
session_start();
Upload Code Help
Hi everyone I need some help with a bit of code ive been working with for a while. I am completely s
Supress some serveroutput but not all
Hi,
I have a script I'm working on that uses plsql to create and RMAN script, this uses d
Session login issue
I'm wondering how to fix a problem I'm having with a session-based login system
Say I go to h
PHP & Images [Resize, Crop, Save]
Hey! Well I have a little dilema, hoping I could find some guidance.
I have a CMS and on the
Best way to check for end of a record and send it back to the first record
I'm hoping someone can help me out and explain the best way to accomplish this.
What I'm doin