Re: [PHP-DB] mysql_numrows

2008-10-12 Thread Roberto Carlos García Luís

You can use, [EMAIL PROTECTED]($blog_activity_result);

with @ you silence the error in the display.

Robert C.


El 12/10/2008, a las 01:19 p.m., Ron Piggott escribió:


When I do the following command:

$number_of_entries=mysql_numrows($blog_activity_result);

and there are no rows I get an error (Warning: mysql_numrows():  
supplied

argument is not a valid MySQL result resource in ...)

When that happens I want to display a greeting to invite the user to
engage in the community blog I am creating.  How can I make my own
greeting, instead of displaying the error mySQL is giving me?

Ron


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




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



Re: [PHP-DB] upload file

2008-07-05 Thread Roberto Carlos García Luís

Ron,

You can use a Editor that have the service.

For example Dreamweaver or create a link to a ftp server.



El 05/07/2008, a las 10:52 a.m., Ron escribió:

Is it possible to upload directly on a remote server using php file  
upload?
so that i will have everything on the remote server instead of in  
the local

server?



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



Re: [PHP-DB] PHP-MySQL connection for particular module

2008-06-17 Thread Roberto Carlos García Luís

excuseme but, you can access by terminal? [shell]

ODBC is the user? or is a ODBC database?

Please answer me and i can help you.

**Excuse me my english is bad. :(

El 17/06/2008, a las 06:51 p.m., Chris escribió:



It means that either your mysql conenction details are not  
correctly set or
the connection resource isn't accessible for your mysql functions.  
I suggest

you first try by replacing:

$link = mysql_pconnect('localhost', 'root', 'testing');

into:

mysql_pconnect('localhost', 'root', 'testing');


Why? How is that going to help fix the problem?

Personally I'd say to *not* use persistent connections as it will  
cause

you problems later.

Use a normal connection:

$link = mysql_connect($server, $user, $pass);

--
Postgresql  php tutorials
http://www.designmagick.com/

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




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