getting weird error..
okay, I'm getting an error on this particular function, something about the syntax in the mysql LIMI
Format timestamp from mysql
When I tried this:
Code: date("m/d/Y H:i A", $row['timestamp'])
I got 12/31/1969 18:
explode() function problem maybe
Hi I'm having trouble searching my database. When I type two words in the search field it only searc
preg_match logical error
Code: <?php
$s = file_get_contents("page.html");
preg_match('/<div cla
removing space from the end of a variable
i have a variable $image which contains the following url "http://tiles.xbox.com/tiles/oo/P5/0m
Small problem with image resize script
Hi!
I am a little bit new to php and I have an issue installing an image resize script I down
MS Exchange 2007 integration with ECC 6.0
Hello Experts,
We have ECC 6.0 and MS Exchange 2007. We need to integrate ECC 6 and MS Excha
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
Multi Level Array Problem
hi all,
For example I have array like below:
$temp = array(array('north america', 'us'
How to find OS bit version
How can I tell the person browsing my site is running 32, or 64 bit operating system?