button help
i originally had this but realised it is much easier to have a button.
Code: <?php
ORA-00932: inconsistent datatypes: expected - got CLOB
SO : windows xp
database : XE
there is a table (transito) with two fields of clob
Problem writing URL into database
How would I write this into the database?
<?php echo "http://".$_SERVER['SER
dropdown menu
Hello everbody,
I am php newbie.
I need to develop a program that once click the drop do
limitations on array_unique()
Does any one know what/how imitations are applied to array_unique? I have an issue where no matter h
[Need Help] php timing issues
I don't know what is going wrong. I need some help with being able to set an image at 9:00am Colorad
Help, Base64 encoding url and decoding server side.
Hello everyone, i have a website with videos and games and also provide an embed code which people c
Help with some dates
I have a list of dates in an array:
$mondays = array(
strtotime("October 12, 2009
writing a screen scraper
Hello,
I'm writing a screen scraper application and want to be able to get absolute addresses
Procedural to OOP
John Kleijn said that to avoid writing "crappy code", we should learn OOP and common OO pr