Search found 5 matches
- Mon Jul 01, 2002 1:04 pm
- Forum: PHP - Code
- Topic: inclusion doing my head in!!!
- Replies: 5
- Views: 1394
tried all the above
but to no availo, i have another solution in mind, iw ill jus try that
.. probably some bug on my server or something
- Sun Jun 30, 2002 11:10 am
- Forum: PHP - Code
- Topic: inclusion doing my head in!!!
- Replies: 5
- Views: 1394
inclusion doing my head in!!!
i've had this problem for some time now, but some background information first: two directories: directory : directory : [Messages] [Messages] contains PHP files [HTML] contains HTML file + 1 PHP file (Home.PHP) Home.php contains two lines which tries to include files in [Messages] include "../...
- Mon Jun 17, 2002 12:40 pm
- Forum: PHP - Code
- Topic: include problem
- Replies: 2
- Views: 1071
include problem
hi im running PHP script on my windows macine. hosting on a linux machine on my server. all my php files are in one directory 'messages' therefore the include statement as follows : include "afile.php' causes no problems. However i place a file in a other directory called 'html' which need acce...
- Wed Jun 12, 2002 6:17 am
- Forum: PHP - Code
- Topic: $_GET[], $_POST problems
- Replies: 3
- Views: 1095
thanks
mate, ur a lifesaver, i checked the version and my server is still using version 4.0.1 .... they shou8ld keep up eh?!
one more thing could u give a example of using $HTTP_POST_VARS and $HTTP_GET_VARS im guessing its identical to $_GET ?
M
one more thing could u give a example of using $HTTP_POST_VARS and $HTTP_GET_VARS im guessing its identical to $_GET ?
M
- Wed Jun 12, 2002 6:00 am
- Forum: PHP - Code
- Topic: $_GET[], $_POST problems
- Replies: 3
- Views: 1095
$_GET[], $_POST problems
i been writing huge scripts on my local machine which runs a Apache server, with MYSQL installed as a service, and PHP modules too. The problem is, my scripts work perfectly offline, when uploaded to my server which also uses Apache, variables passed in the URL, are not retreived using $_GET['name']...