Hi friends,
solve my problem........
"Create a program that will take a search phrase as an input, and will then
save to a database the search phrase, the number of results that appear for
that phrase in google, the titles of the top ten results in google, and the
number of times any of the search keywords appears in the title."

regards
Ganta..
On 12/28/06, Antony Dovgal <[EMAIL PROTECTED]> wrote:

tony2001                Thu Dec 28 15:44:51 2006 UTC

Modified files:
   /php-src/ext/mysql  php_mysql.c
Log:
include basic_functions.h for php_get_current_user() declaration



http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/php_mysql.c?r1=1.228&r2=1.229&diff_format=u
Index: php-src/ext/mysql/php_mysql.c
diff -u php-src/ext/mysql/php_mysql.c:1.228 php-src/ext/mysql/php_mysql.c:
1.229
--- php-src/ext/mysql/php_mysql.c:1.228 Wed Nov 22 10:11:58 2006
+++ php-src/ext/mysql/php_mysql.c       Thu Dec 28 15:44:50 2006
@@ -18,7 +18,7 @@

+----------------------------------------------------------------------+
*/

-/* $Id: php_mysql.c,v 1.228 2006/11/22 10:11:58 andrey Exp $ */
+/* $Id: php_mysql.c,v 1.229 2006/12/28 15:44:50 tony2001 Exp $ */

/* TODO:
*
@@ -33,6 +33,7 @@
#include "php_globals.h"
#include "ext/standard/info.h"
#include "ext/standard/php_string.h"
+#include "ext/standard/basic_functions.h"
#include "zend_exceptions.h"

#if HAVE_MYSQL

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Reply via email to