Is it possible download php scripts from webpages ? for example i need
php.net scripts or others :-) If yes, how ?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Sorry,
I really have tried to fix this.
I get a parse error on line 24(see comment in script)
*Any Way* Here is the script.
function view_post($tid){
$query = 'select forum_post.name, forum_post.time, forum_post.uid,
forum_post.message, priv_user.username from forum_post, priv_user where
forum
In order to open an encrypted socket using fsockopen(), I downloaded and
built the latest snapshot from snaps.php.net. It works great on my
FreeBSD box - however, now I need to run the code on a Windows server.
When I try, though, I receive this error message:
Warning: fsockopen(): no SSL supp
Hi,
Saturday, July 27, 2002, 11:38:44 AM, you wrote:
MD> Ok, here i made a function that can accept an unknown number of params.
MD> In fact, it's a data interface for a mysql database, when i call the
MD> object's constructor it is in possibility to pass any number of table names
MD> from 1 to
You can make the radio button submit the form... or you can actually make
the link a form and make it an "onClick" scenario to submit data. You can
simply do this like this (untested, but the idea works!):