Namespace Problem
I'm having problem with a section of code with a variable namespace.
This code works fine:
session_destroy();
new to php
I have a simple login and am trying to write a logout.
I set a $_SESSION var to 1 i
Standard DES encryption script?
Can anybody point me to a tutorial or a short script that shows how to encrypt some text with salt i
PHP Thumbnail Creation
Ok so i use this function to create thumbnails:
Code: function createthumb($name,$filename,$n
first few characters only
hi, does anyone know how to use PHP to take the first few words of a text and limit them? i have see
array_count_values question?
ok i'm trying to create a top ten list from a database of listed favorite movies.
the followi
shoping cart issues
i´ve wrote this and works when i add an item to, my cart, but when i want to add othrer item just
Executing an exe
Hi. I have some bizarre problem with exec (other any other method) to launch exe's. I am making a ga
Form always sends to error page...
Hello,
Any help will be greatly appreciated. I am having trouble getting multiple fields to be re
Displaying Column Names
I have a question regarding the ability to show the column names from my table/query.
What I'm lo