Greek characters in php
Hi,
I'm making a script and I m using for first time greek characters.
I started to write
matching numbers inside ( )
I know I can match numbers by just [0-9]+, so I thought matching numbers inside ( ) would be somethi
Had a simple form script that suddenly stopped working
It was made about a year ago and had been working fine. Last time it was known to work for sure was
PHP - HTTP Digest Authentication - Understanding Code Help
Hi Everyone,
This is my first time on your website and please excuse if I am asking silly que
Selecting an "empty" date formated field
How do you select an "empty" date field? I've tried the few ways I can think.
SQL> select
problem with array - multilingual page
this is my test page :
Code: <?php
if(isset($_GET['lang'])) {
if($_GET['la
Time script, set to my time zone?
I am using this line to get the date and time
Code: $time = date(F." ".d.", &q
GET * FROM _____ Except?
I have a site that is for stock photography.
This section of the code calls images to display
Record count of entire database
Does anyone know if there is a way to obtain the number of records in each table of the database usi
Need help: how to catch acess of undefined class properties
Hello. I am learning OO with PHP and have hit a problem.
Some code runs as perfectly valid code,