Create comparison matrix?
I want to create a comparison script for forum software and was wondering is there any tutorial or b
Query failed issue with php script but works fine in mssql manager!
hi i have the script below which copies data from one table to another but will only insert new data
how to validate date using javascript
I need to validate date in textbox using javascript..
The date is must be not greater than TODAY
Multidimensional $_POST
Hello
How to get a single array from array of array (2 - dimension).
For example I have a
Calander Basic Spript help
hi, just starting out with PHP and have the following script:
<?php
//This gets t
php problem?
I don't think I'm stupid, but maybe I am.
I am working on a sit for a friend I am try to put
Search with relational database
Hey,
I have quite a complicated (for me anyway ) relational database for an apartments syste
filesize() returns 0
I have a socket program that runs in an infinite loop, listening for connections, in this socket I h
Entering Data Problem
Code: $result = mysql_query("SELECT * FROM flights");
while ($row = mysql_fetch_array($
Apart from cron
I need to run a php file every one hour. Is there any other solution apart from cron job?