displaying unknown amount of results
I am reading a directory and getting a list of folders in the directory, I want to display the folde
Reading waves
Hi,
I am trying to find a way of finding the highs and lows on a graph line, the line points
Good Programming and Web Design Books
Hi,
I recived a pm today from a fellow phpfreaker regarding php books, i replied with the fo
question about n
I was looking at some of the things you could do with php and one of the things I have tried is n.<
import table with dependency
Hi
What is the best way to import table back which has dependency?
SQL> cre
Why does my crawler script suddenly end with no error?
Hi.
I have written a web crawler script. It will visit a large number of URL's with cURL.
Need help with PHP/MySQL drop down menu
I need help on how I can implement a drop down menu which queries mysql database and output the avai
Converting RGB values to HEX
Code: <?PHP
$file_handle = fopen("colors/rgb.csv", "r");
wh
Get last modified date of web page
Hai All,
In php how can i get last modified date of a give web page . I have tried to g
Creating XML with php
I need to creat an XML with php and have successfully produced a valid output.
The problem I hav