Simple Scraper... Weird Output
Okay, maybe I just need a Blue Monster and some sleep, but....
I'm scraping a ringtone site
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)
Need help with an email blocker for a guessbook
I am new with php and here is a simple guessbook page but I am being hit with spam from a group of t
TemplatePower & AJAX
Hi all,
I'm currently implementing some AJAX features in my PHP-framework (which is b
search function
HI guys,
if anyone could point us in the right direction of how to do this, or provide some t
division gives infinity anser
int main()
{
int z=0;
int i=1/z;
cout<
}
It doesn't throw a
Why is this function returning a false value when it shouldn't be??
This is in an include file. I want it to check a value in an html form and see if it's just white s
upload photo limits
ive got a upload photo script and im just trying to make more secure currently it limits size and as
Delete all from a table
I can not get the following code to work. If I run the sql statement in the db it will delete all t
Keeping data in form
How can I keep whatever I write in the form?