ereg_replace()
Basically what i need to do is
$title = "This Suck's"
$striped = ereg_repl
Need understanding of this bit of code
Code: <?php
// WHERE clause filters
$arrSQLFilters = array();
//
Certain files upload, while others do not
I want to read the data from an uploaded file. Not sure why, but it only uploads for certain files.
Greek characters in php
Hi,
I'm making a script and I m using for first time greek characters.
I started to write
Add weeks in a query?
I have a SQL that summarizes the quantity per week. The weeks that has no value does not exist in th
Sorting JTable on more than just the values listed in the columns
I have a collection of objects that store (among other things) two integer values. I only want to di
Delete all from a table
I can not get the following code to work. If I run the sql statement in the db it will delete all t
Need help with unexpected T-STRING error
I'm a newbie and I'm still learning PHP. However this error has me stumped. I've googled, searched t
TabControl Inside ListView Not Editing
Hello everybodyI have a ListView on my page. Inside the ListView I put a TabControl, cuz I want to p
void* and sizeof()
Hi,
Using void* and sizeof is it possible to get the value of the object ?
I understan