Apart from cron
I need to run a php file every one hour. Is there any other solution apart from cron job?
Connect to database that isn't localhost
I am currently doing a small script for a company that doesn't have mySql support on there hosting.
Error: SQL Syntax; Line 1
Code:
<?php require "global_settings.php"; ?>
<title&g
check_changed_data - I can't get data from the called method event
I use check_changed_data to trigger my event method.
The method delivers er_changed_data.
$_POST variable un-useable
I'm trying to use a $_POST variable in a mysql update statement but i can't use it for some unknown
Best PHP Documentation generator
Hello guys!
I would like to hear from you what is the best PHP documentation generator. Perso
Filling gaps in dates
So i'm doing a query for sales data and my return array looks like this
('date' => '20
Sub-domains & calling unique content
Hello,
Is there a way use something similar to the $_GET function for a sub-domain? I to be a
A Few Questions
Hi, I want to ask a few questions that I can't seem to find..
1) I'm creating a "shortcu
disable all input buttons
Hello Friends,
suppose i do have a file ( file.php ) has a submit button
Code: [Sele