Can I request ?

From: Playerfr (playerfr_at_online.fr)
Date: 12/07/03


To: php-general@lists.php.net
Date: Sun, 7 Dec 2003 17:33:35 +0100

Hi,

I am using a PHPBB to have forum and site in php and i need a little script
, can i request it here or do you know an otehr group where i can request
it.

Thnaks



Relevant Pages

  • Re: notice and warning
    ... You expect some piece of data from a post in your script, ... So you use $_REQUEST["userid"] which works perfectly fine as long as you get the userid in via POST. ... Now you find yourself in the situation that when you call this script for any reason without the POST info, you will delete yourself if you prefer $_REQUEST over $_POST. ... Saying that using $_REQUEST 'scales better' is utter nonsense. ...
    (comp.lang.php)
  • Re: notice and warning
    ... You expect some piece of data from a post in your script, ... prefer $_REQUEST over $_POST. ... the different meanings the input should have based on how it arrives. ... that's bad design. ...
    (comp.lang.php)
  • Re: background HTTP request
    ... index.shtml) this connects to another script which provides the XML ... since this makes requesting data very simple: Register a PHP ... if the metadata request was originating at the browser - but I'm ...
    (comp.lang.php)
  • Re: The wonderful non-intuitive php include statement
    ... The database configuration is an XML file. ... I am using apache which has php set up as a module. ... Important to remember is that the current working directory normally is the path of the script that got started by the request, and will NOT change in other included files. ...
    (comp.lang.php)
  • Re: [PHP] How does the Zend engine behave?
    ... include files compiled when the script is first compiled, ... Now suppose a second request ... PHP script to be executed. ... not actually the PHP tokenization. ...
    (php.general)