Simple image grab script.
I was wondering if it was possible and if anyone knew how to make a simple php script that looks at
Adding delete feature to my forum
Hello I am currently trying to add a delete feature to my forum. I believe I have everything built r
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
Problem displaying "scraped" XML data
I'm basicly having trouble displaying XML data scraped from an URL using cURL.
What the code
Return X values where an ID number doesnt matter
Well as for subject heading, thats the best i could think of.
Currently im having a problem w
Match stored value with the current value in a loop
Hello,
I have a MySQL db were I store articles in.
I have a form to fill these article
php form help
Hey,
I use a control file to set my meta tags and titles
Here's an example
Code: &a
switch form actions? not working
i want on submit to go to different pages according to the CatID
Code: <?php $CatID=$_
How do I get the row number from from an sql table query
Hi all
I have a table that I query and it returns a number of rows.
mysql_num_rows($query)
foreach help.
Hello all,
First time I'm attempting to use a foreach statement and was just wondering if my