[PHP] Is it possible...

2002-07-26 Thread apollo
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

[PHP] I hate to do this - Parse error...

2002-07-26 Thread JJ Harrison
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

[PHP] snapshot windows build

2002-07-26 Thread Josh Levine
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

Re: [PHP] Call func with variable num params (Dont confuse with making func variable params)

2002-07-26 Thread Tom Rogers
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

Re: [PHP] calling user-defined php functions from tag

2002-07-26 Thread Chris Earle
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!):