Save file by click
Hello.
I'm not understand how to save file from page. I'd like make link to file with save abil
preg_match logical error
Code: <?php
$s = file_get_contents("page.html");
preg_match('/<div cla
PHP MySQL and DATE
Hi everyone
I have a databse and in one of the columns I have date values such as 2009-March-
Custom array sort? asc then desc
Any ideas how I could sort this array? I've been trying for a while. Maybe with usort, but I have no
Parse error: syntax error, unexpected $end in
hello,
i receive the error :Parse error: syntax error, unexpected $end in C:xamppxampphtdocsh
PHP search multiple input field box help
I am having a problem with my search script. At current it will simply search by a selected date whi
am I using this for loop correctly
Dear buddies!
Right now I am generating a report with some details for all the dealers.
How to sum these output values
Hi
I need sum the month totals
SELECT region_name, area_name
,SUM (CASE WHEN S
rdns with php
I am trying to build a script that will show all of the different domains that are hosted on the sam
Echoing a Variable from a Object
How do I get a variable from the new User Class to echo out in this clasS?
class MyApp
{